aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/hantro/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/media/hantro/TODO')
-rw-r--r--drivers/staging/media/hantro/TODO13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/staging/media/hantro/TODO b/drivers/staging/media/hantro/TODO
deleted file mode 100644
index fa0c94057007..000000000000
--- a/drivers/staging/media/hantro/TODO
+++ /dev/null
@@ -1,13 +0,0 @@
-* Support for VP8, VP9 and H264 is planned for this driver.
-
- Given the V4L controls for those CODECs will be part of
- the uABI, it will be required to have the driver in staging.
-
- For this reason, we are keeping this driver in staging for now.
-
-* Add support for the S_SELECTION API.
- See the comment for VEPU_REG_ENC_OVER_FILL_STRM_OFFSET.
-
-* Instead of having a DMA bounce buffer, it could be possible to use a
- normal buffer and memmove() the payload to make space for the header.
- This might need to use extra JPEG markers for padding reasons.