]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/staging/omapdrm/TODO
ARM: delete struct sys_timer
[karo-tx-linux.git] / drivers / staging / omapdrm / TODO
1 TODO
2 . add video decode/encode support (via syslink3 + codec-engine)
3   . NOTE: with dmabuf this probably could be split into different driver
4     so perhaps this TODO doesn't belong here
5 . where should we do eviction (detatch_pages())?  We aren't necessarily
6   accessing the pages via a GART, so maybe we need some other threshold
7   to put a cap on the # of pages that can be pin'd.  (It is mostly only
8   of interest in case you have a swap partition/file.. which a lot of
9   these devices do not.. but it doesn't hurt for the driver to do the
10   right thing anyways.)
11   . Use mm_shrinker to trigger unpinning pages.  Need to figure out how
12     to handle next issue first (I think?)
13   . Note TTM already has some mm_shrinker stuff..  maybe an argument to
14     move to TTM?  Or maybe something that could be factored out in common?
15 . GEM/shmem backed pages can have existing mappings (kernel linear map,
16   etc..), which isn't really ideal.
17 . Revisit GEM sync object infrastructure.. TTM has some framework for this
18   already.  Possibly this could be refactored out and made more common?
19   There should be some way to do this with less wheel-reinvention.
20 . Review DSS vs KMS mismatches.  The omap_dss_device is sort of part encoder,
21   part connector.  Which results in a bit of duct tape to fwd calls from
22   encoder to connector.  Possibly this could be done a bit better.
23 . Solve PM sequencing on resume.  DMM/TILER must be reloaded before any
24   access is made from any component in the system.  Which means on suspend
25   CRTC's should be disabled, and on resume the LUT should be reprogrammed
26   before CRTC's are re-enabled, to prevent DSS from trying to DMA from a
27   buffer mapped in DMM/TILER before LUT is reloaded.
28
29 Userspace:
30 . git://github.com/robclark/xf86-video-omap.git
31
32 Currently tested on
33 . OMAP3530 beagleboard
34 . OMAP4430 pandaboard
35 . OMAP4460 pandaboard