You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original kmstest binary was provided by both libdrm and kmsxx[0].
To resolve a naming conflict, it was temporarily renamed to kmsxxtest.
With the conflict now resolved, we can restore the original kmstest
name. Replace kmsxxtest with kmstest.
[0]: https://github.com/tomba/kmsxx/
Signed-off-by: Swamil Jain <s-jain1@ti.com>
Copy file name to clipboardExpand all lines: source/linux/Foundational_Components/Kernel/Kernel_Drivers/Display/DSS7.rst
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -445,7 +445,7 @@ Another option is kms++, a C++11 library for kernel mode setting which includes
445
445
Testing tidss
446
446
-------------
447
447
448
-
kmsxxtest from kms++ is a good tool for testing tidss features. Note that any other applications using DRM (Weston, X) must be killed first. Another tool from kms++ is kmsprint, which can be used to print various bits of information about tidss.
448
+
kmstest from kms++ is a good tool for testing tidss features. Note that any other applications using DRM (Weston, X) must be killed first. Another tool from kms++ is kmsprint, which can be used to print various bits of information about tidss.
449
449
450
450
.. code-block:: console
451
451
@@ -460,7 +460,7 @@ kmsxxtest from kms++ is a good tool for testing tidss features. Note that any ot
``kmsxxtest`` utility can be used to demonstrate cropping in a video frame using a test pattern.
690
+
``kmstest`` utility can be used to demonstrate cropping in a video frame using a test pattern.
691
691
The user can specify the main video frame size and an input color format using the ``-f`` argument. Then the source region, also known as a view region, can be specified using the ``-v`` argument. This takes a secondary width and height to create a rectangle starting at a given coordinate. The destination region, or plane region, for the view can be specified using ``-p`` argument. This takes a third width, height and coordinate position to place an overlay with the associated view region's content.
0 commit comments