From 45558c5c3df9b6abbe108911a0a75c4aef70cf81 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 21 Sep 2012 10:07:52 +0200 Subject: [PATCH] --- yaml --- r: 325452 b: refs/heads/master c: effef787a9e7c95b58a70951ec934a4474fa73bf h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/staging/imx-drm/TODO | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 trunk/drivers/staging/imx-drm/TODO diff --git a/[refs] b/[refs] index cbd2b9ce30a4..0dd0fe5f217c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2d62da8ebd323ee65e4fb952e73dcb10d8114bda +refs/heads/master: effef787a9e7c95b58a70951ec934a4474fa73bf diff --git a/trunk/drivers/staging/imx-drm/TODO b/trunk/drivers/staging/imx-drm/TODO new file mode 100644 index 000000000000..e52adc44e607 --- /dev/null +++ b/trunk/drivers/staging/imx-drm/TODO @@ -0,0 +1,22 @@ +TODO: +- get DRM Maintainer review for this code +- Factor out more code to common helper functions +- decide where to put the base driver. It is not specific to a subsystem + and would be used by DRM/KMS and media/V4L2 +- convert irq driver to irq_domain_add_linear + +Missing features (not necessarily for moving out of staging): + +- Add KMS plane support for CRTC driver +- Add LDB (LVDS Display Bridge) support +- Add i.MX6 HDMI support +- Add support for IC (Image converter) +- Add support for CSI (CMOS Sensor interface) +- Add support for VDIC (Video Deinterlacer) + +Many work-in-progress patches for the above features exist. Contact +Sascha Hauer if you are interested in working +on a specific feature. + +Please send any patches to Greg Kroah-Hartman and +Sascha Hauer