summaryrefslogtreecommitdiff
path: root/drivers/media/platform/rockchip/rga/rga.h
diff options
context:
space:
mode:
authorEzequiel Garcia <ezequiel@collabora.com>2018-06-01 15:49:52 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-06-28 07:56:05 -0400
commit1b97e5275ba6ef862a09f8b993fa3e8b373dfe9b (patch)
tree365112df0ce89b48d47a50a70f6ff4e8686b2705 /drivers/media/platform/rockchip/rga/rga.h
parent9aecc03555825a79a8a4ca45199cb866e8684623 (diff)
media: rockchip/rga: 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> Reviewed-by: Jacob Chen <jacob-chen@iotwrt.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/rockchip/rga/rga.h')
-rw-r--r--drivers/media/platform/rockchip/rga/rga.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/platform/rockchip/rga/rga.h b/drivers/media/platform/rockchip/rga/rga.h
index 5d43e7ea88af..72d8a159fa7b 100644
--- a/drivers/media/platform/rockchip/rga/rga.h
+++ b/drivers/media/platform/rockchip/rga/rga.h
@@ -86,8 +86,6 @@ struct rockchip_rga {
/* ctrl parm lock */
spinlock_t ctrl_lock;
- wait_queue_head_t irq_queue;
-
struct rga_ctx *curr;
dma_addr_t cmdbuf_phy;
void *cmdbuf_virt;