linux-stable/drivers/media/platform/s5p-g2d
Ezequiel Garcia 5525b83143 media: mem2mem: Make .job_abort optional
Implementing job_abort() does not make sense on some drivers.
This is not a problem, as the abort is not required to
wait for the job to finish. Quite the opposite, drivers
are encouraged not to wait.

Demote v4l2_m2m_ops.job_abort from required to optional, and
clean all drivers with dummy implementations.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2018-07-24 17:45:08 -04:00
..
g2d-hw.c [media] s5p-g2d: Add support for G2D H/W Rev.4.1 2013-02-05 17:30:14 -02:00
g2d-regs.h [media] s5p-g2d: Add support for G2D H/W Rev.4.1 2013-02-05 17:30:14 -02:00
g2d.c media: mem2mem: Make .job_abort optional 2018-07-24 17:45:08 -04:00
g2d.h media: s5p-g2d: Remove unrequired wait in .job_abort 2018-07-24 17:43:15 -04:00
Makefile