aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <paul.kocialkowski@bootlin.com>2019-01-24 07:51:56 -0200
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-01-31 09:29:06 -0200
commit065e5a31497d8f285da06eac1c8d8e86c723af47 (patch)
tree14d5cde4efa2e4f209fa52878c43b578a4bfda79
parentmedia: vb2: Keep dma-buf buffers mapped until they are freed (diff)
downloadlinux-dev-065e5a31497d8f285da06eac1c8d8e86c723af47.tar.xz
linux-dev-065e5a31497d8f285da06eac1c8d8e86c723af47.zip
media: cedrus: Remove completed item from TODO list (dma-buf references)
Access to reference frames that were imported from dma-buf was taken care of and is no longer a pending item on the driver's TODO list. Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
-rw-r--r--drivers/staging/media/sunxi/cedrus/TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/media/sunxi/cedrus/TODO b/drivers/staging/media/sunxi/cedrus/TODO
index a951b3fd1ea1..ec277ece47af 100644
--- a/drivers/staging/media/sunxi/cedrus/TODO
+++ b/drivers/staging/media/sunxi/cedrus/TODO
@@ -5,8 +5,3 @@ Before this stateless decoder driver can leave the staging area:
* Userspace support for the Request API needs to be reviewed;
* Another stateless decoder driver should be submitted;
* At least one stateless encoder driver should be submitted.
-* When queueing a request containing references to I frames, the
- refcount of the memory for those I frames needs to be incremented
- and decremented when the request is completed. This will likely
- require some help from vb2. The driver should fail the request
- if the memory/buffer is gone.