kmscube running on NVIDIA Jetson TK1
What you see here is a slightly modified version of Rob Clark's kmscube on NVIDIA Jetson TK1 via the HDMI output at 1920x1080 and 60 frames per second. git://people.freedesktop.org/~tagr/linu #staging/work git://people.freedesktop.org/~tagr/dr #master git://gitorious.org/thierryreding/kmscube.gi #master To reproduce, build all of the above and run kmscube as follows: $ kmscube /dev/dri/card1 /dev/dri/card0 What that will do is open /dev/dri/card1 for display and /dev/dri/card0 for rendering. Rendering is done via the nouveau driver and the resulting buffers shared via DMA-BUF with the Tegra DRM driver for display.
What you see here is a slightly modified version of Rob Clark's kmscube on NVIDIA Jetson TK1 via the HDMI output at 1920x1080 and 60 frames per second. git://people.freedesktop.org/~tagr/linu #staging/work git://people.freedesktop.org/~tagr/dr #master git://gitorious.org/thierryreding/kmscube.gi #master To reproduce, build all of the above and run kmscube as follows: $ kmscube /dev/dri/card1 /dev/dri/card0 What that will do is open /dev/dri/card1 for display and /dev/dri/card0 for rendering. Rendering is done via the nouveau driver and the resulting buffers shared via DMA-BUF with the Tegra DRM driver for display.