xref: /linux/drivers/staging/media/ipu3/TODO (revision 9a6b55ac)
1This is a list of things that need to be done to get this driver out of the
2staging directory.
3
4- Request API conversion. Remove of the dual pipeline and associate buffers
5  as well as formats and the binary used to a request. Remove the
6  opportunistic buffer management. (Sakari)
7
8- Using ENABLED and IMMUTABLE link flags for the links where those are
9  relevant. (Sakari)
10
11- IPU3 driver documentation (Laurent)
12  Comments on configuring v4l2 subdevs for CIO2 and ImgU.
13
14- uAPI documentation:
15  Move acronyms to doc-rst file. (Mauro)
16
17- Switch to yavta from v4l2n in driver docs.
18
19- Elaborate the functionality of different selection rectangles in driver
20  documentation. This may require driver changes as well.
21
22- More detailed documentation on calculating BDS, GCD etc. sizes needed.
23
24- Document different operation modes, and which buffer queues are relevant
25  in each mode. To process an image, which queues require a buffer an in
26  which ones is it optional?
27