[OpenWrt-Devel] [PATCH v4 0/3] Add DRM video output support for IMX6

Tim Harvey tharvey at gateworks.com
Tue Jan 19 15:09:06 EST 2016


This series adds DRM based video output support for IMX6 HDMI and LVDS.

The first 2 patches are independent from the others and add some necessary
or useful deps for video display.

The 3rd patch adds drm core and drm-imx modules supporting LVDS/HDMI. Note
that currently you need to add modules for both hdmi and lvds for either to
work (not clear why yet).

These were tested on Gateworks Ventana boards, using the 4.4 kernel
using fbcon, psplash, and gstreamer1 with fbdevsink output.

Tim Harvey (3):
  kernel: add backlight kernel module support
  kernel: video: add fbcon support
  kernel: video: add DRM core and IMX DRM support for HDMI/LVDS

 package/kernel/linux/modules/backlight.mk |  49 +++++++
 package/kernel/linux/modules/video.mk     | 224 +++++++++++++++++++++++++++++-
 2 files changed, 272 insertions(+), 1 deletion(-)
 create mode 100644 package/kernel/linux/modules/backlight.mk

-- 
1.9.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list