From 120a899dfbb348146913c5760f82f6600046fc4d Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 11 Apr 2013 11:04:21 +0200 Subject: [PATCH] --- yaml --- r: 364119 b: refs/heads/master c: bc38967837802949dd831db6209cedf64239e1cc h: refs/heads/master i: 364117: 3de25cdc2b702fc034a96d7e6469d6a24fd374d6 364115: fb690497f90b8729e51e634eb15fca64ae0a5de0 364111: 1cba4aa9b7ed46b1bad05baa0a7c214a685bb3a2 v: v3 --- [refs] | 2 +- trunk/drivers/staging/imx-drm/TODO | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index db8d37c1eded..edd24f930da2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b5d5b58da828bd3f3f5eb073daaf842702bf4a19 +refs/heads/master: bc38967837802949dd831db6209cedf64239e1cc diff --git a/trunk/drivers/staging/imx-drm/TODO b/trunk/drivers/staging/imx-drm/TODO index e52adc44e607..123acbe9b379 100644 --- a/trunk/drivers/staging/imx-drm/TODO +++ b/trunk/drivers/staging/imx-drm/TODO @@ -1,5 +1,8 @@ TODO: - get DRM Maintainer review for this code +- Wait for common display framework to hit mainline and update the IPU + driver to use it. This will most probably make changes to the devicetree + bindings necessary. - 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