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
As the name suggests, ``modetest`` is DRM based mode setting test program available along with libdrm.
497
497
It is an easy-to-use tool to test different features provided by display HWs. The DRM driver for,
@@ -663,6 +663,59 @@ The following example was run on DSS7-UL and hence the pipe with scaling capabil
663
663
664
664
Note that the ``*2`` at the end of ``-P 41@38:400x400*2`` is the scaling factor.
665
665
666
+
- **Cropping**
667
+
668
+
Show only a part of the frame.
669
+
670
+
User can specify a frame of size ``w x h``, with an input color format ``cf``, a view ``w1 x h1`` starting at coordinates ``x1,y1`` and a plane ``w2 x h2`` to be displayed starting at coordinates ``x2,y2``. To display a cropped part of the frame(``w x h``), the below command can be used:
0 commit comments