diff options
author | Ezequiel Garcia <ezequiel@collabora.com> | 2018-06-18 07:38:51 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-07-25 00:43:15 +0300 |
commit | 774f1c912776330ece84540fac370ec201c878b4 (patch) | |
tree | babeb3530dd15b712e26aa3ed19caa40e56d2ae1 /drivers/media/platform/s5p-g2d/g2d.h | |
parent | 7a0167fb68e3c9ec2386f8abb326a4643ee8ef42 (diff) | |
download | linux-774f1c912776330ece84540fac370ec201c878b4.tar.xz |
media: s5p-g2d: Remove unrequired wait in .job_abort
As per the documentation, job_abort is not required
to wait until the current job finishes. It is redundant
to do so, as the core will perform the wait operation.
Remove the wait infrastructure completely.
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>
Diffstat (limited to 'drivers/media/platform/s5p-g2d/g2d.h')
-rw-r--r-- | drivers/media/platform/s5p-g2d/g2d.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/s5p-g2d/g2d.h b/drivers/media/platform/s5p-g2d/g2d.h index dd812b557e87..9ffb458a1b93 100644 --- a/drivers/media/platform/s5p-g2d/g2d.h +++ b/drivers/media/platform/s5p-g2d/g2d.h @@ -31,7 +31,6 @@ struct g2d_dev { struct g2d_ctx *curr; struct g2d_variant *variant; int irq; - wait_queue_head_t irq_queue; }; struct g2d_frame { |