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>
This commit is contained in:
parent
ce3eaedfc0
commit
5083677060
1 changed files with 2 additions and 5 deletions
|
@ -1,9 +1,7 @@
|
||||||
TODO
|
TODO
|
||||||
. check error handling/cleanup paths
|
|
||||||
. add drm_plane / overlay support
|
|
||||||
. add video decode/encode support (via syslink3 + codec-engine)
|
. add video decode/encode support (via syslink3 + codec-engine)
|
||||||
. still some rough edges with flipping.. event back to userspace should
|
. NOTE: with dmabuf this probably could be split into different driver
|
||||||
really come after VSYNC interrupt
|
so perhaps this TODO doesn't belong here
|
||||||
. where should we do eviction (detatch_pages())? We aren't necessarily
|
. where should we do eviction (detatch_pages())? We aren't necessarily
|
||||||
accessing the pages via a GART, so maybe we need some other threshold
|
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
|
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
|
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
|
before CRTC's are re-enabled, to prevent DSS from trying to DMA from a
|
||||||
buffer mapped in DMM/TILER before LUT is reloaded.
|
buffer mapped in DMM/TILER before LUT is reloaded.
|
||||||
. Add debugfs information for DMM/TILER
|
|
||||||
|
|
||||||
Userspace:
|
Userspace:
|
||||||
. git://github.com/robclark/xf86-video-omap.git
|
. git://github.com/robclark/xf86-video-omap.git
|
||||||
|
|
Loading…
Add table
Reference in a new issue