summaryrefslogtreecommitdiffstats
path: root/drivers/staging/omapdrm/TODO
diff options
context:
space:
mode:
authorRob Clark2012-06-27 22:11:38 +0200
committerGreg Kroah-Hartman2012-07-07 01:11:44 +0200
commit50836770601d3cc8408367de34fa5ece23e7e9b8 (patch)
tree65eedfa700df817cd4199a17819ebc1bb3de9c3d /drivers/staging/omapdrm/TODO
parentstaging: vt6656: int.c: correct indentation to use tabs rather than spaces (diff)
downloadkernel-qcow2-linux-50836770601d3cc8408367de34fa5ece23e7e9b8.tar.gz
kernel-qcow2-linux-50836770601d3cc8408367de34fa5ece23e7e9b8.tar.xz
kernel-qcow2-linux-50836770601d3cc8408367de34fa5ece23e7e9b8.zip
staging: drm/omap: update TODO
Update TODO file, which had been neglected. Signed-off-by: Rob Clark <rob@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/omapdrm/TODO')
-rw-r--r--drivers/staging/omapdrm/TODO7
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/staging/omapdrm/TODO b/drivers/staging/omapdrm/TODO
index 55b18377ac4f..938c7888ca31 100644
--- a/drivers/staging/omapdrm/TODO
+++ b/drivers/staging/omapdrm/TODO
@@ -1,9 +1,7 @@
TODO
-. check error handling/cleanup paths
-. add drm_plane / overlay support
. add video decode/encode support (via syslink3 + codec-engine)
-. still some rough edges with flipping.. event back to userspace should
- really come after VSYNC interrupt
+ . NOTE: with dmabuf this probably could be split into different driver
+ so perhaps this TODO doesn't belong here
. where should we do eviction (detatch_pages())? We aren't necessarily
accessing the pages via a GART, so maybe we need some other threshold
to put a cap on the # of pages that can be pin'd. (It is mostly only
@@ -27,7 +25,6 @@ TODO
CRTC's should be disabled, and on resume the LUT should be reprogrammed
before CRTC's are re-enabled, to prevent DSS from trying to DMA from a
buffer mapped in DMM/TILER before LUT is reloaded.
-. Add debugfs information for DMM/TILER
Userspace:
. git://github.com/robclark/xf86-video-omap.git