]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
media: cedrus: Remove completed item from TODO list (dma-buf references)
authorPaul Kocialkowski <paul.kocialkowski@bootlin.com>
Thu, 24 Jan 2019 09:51:56 +0000 (07:51 -0200)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 31 Jan 2019 11:29:06 +0000 (09:29 -0200)
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>
drivers/staging/media/sunxi/cedrus/TODO

index a951b3fd1ea1dee94c7e572affcbce22dd3ee7ed..ec277ece47afd87dbb61d00f66568e138657d3d1 100644 (file)
@@ -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.