Skip to content

Commit 720bcd5

Browse files
Antonios-Cpraneethbajjuri
authored andcommitted
fix(linux): Remove mentions of drm-tests from glsdk
The glsdk will not be supported moving forward with am57 11.1 release. Remove mentions of any drm-tests from the glsdk. Signed-off-by: Antonios Christidis <[email protected]>
1 parent 6580582 commit 720bcd5

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

source/common/Overview/_Processor_SDK_Technical_Support.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ While TI integrates the FOSS in |__SDK_FULL_NAME__|, TI does not own, maintain a
8383
Example applications:
8484

8585
- https://github.com/tomba/kmsxx
86-
- https://git.ti.com/glsdk/example-applications/trees/master/drm-tests
8786
- http://git.ti.com/sitara-linux/dual-camera-demo/trees/master
8887
- The modetest tool is available inside git://anongit.freedesktop.org/git/mesa/drm
8988

source/linux/Foundational_Components/Kernel/Kernel_Drivers/Camera/CAL.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -306,15 +306,6 @@ When ti-cal is enabled, the capture device will appear as /dev/videoX.
306306
Standard V4L2 user space applications can be used as long as the
307307
capability of the application matches.
308308

309-
- **dmabuftest example**
310-
311-
Use CAL to capture a 1280x800 YUYV video stream and display it on an
312-
HDMI display using DMABUF buffers.
313-
314-
::
315-
316-
dmabuftest -s 36:1920x1080 -c 1280x800@YUYV -d /dev/video1
317-
318309
- **yavta example**
319310

320311
Capture 1280x800 YUYV video stream to file.
@@ -323,12 +314,6 @@ capability of the application matches.
323314

324315
yavta -c60 -fYUYV -Fvout_1280x800_yuyv.yuv -s1280x800 /dev/video1
325316

326-
dmabuftest can be found from:
327-
328-
::
329-
330-
https://git.ti.com/glsdk/omapdrmtest
331-
332317
yavta can be found from:
333318

334319
::

source/linux/Foundational_Components/Kernel/Kernel_Drivers/Camera/VIP.rst

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -364,27 +364,13 @@ When ti-vip is enabled, the capture device will appear as /dev/videoX.
364364
Standard V4L2 user space applications can be used as long as the
365365
capability of the application matches.
366366

367-
- **dmabuftest example**
368-
Use VIP to capture a 1280x800 YUYV video stream and display it on an
369-
HDMI display using DMABUF buffers.
370-
371-
::
372-
373-
dmabuftest -s 36:1920x1080 -c 1280x800@YUYV -d /dev/video1
374-
375367
- **yavta example**
376368
Capture 800x600 YUYV video stream to file.
377369

378370
::
379371

380372
yavta -c60 -fYUYV -Fvout_800x600_yuyv.yuv -s800x600 /dev/video1
381373

382-
dmabuftest can be found from:
383-
384-
::
385-
386-
https://git.ti.com/glsdk/omapdrmtest
387-
388374
yavta can be found from:
389375

390376
::

0 commit comments

Comments
 (0)