From 255b6f0b8936112beed3dcd403b2a57a163aa215 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Wed, 22 Aug 2012 15:03:07 +0300 Subject: video: tegra: host: Clear intr list at intr_put Process wait list when removing a waiter. This clears the interrupt once it is no longer needed. Bug 1031724 Change-Id: Ifb46672f70c8bbd6359d0a8aeaac0d718a5394b2 Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/125230 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Juha Tukkinen --- drivers/video/tegra/host/chip_support.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/video/tegra/host/chip_support.h') diff --git a/drivers/video/tegra/host/chip_support.h b/drivers/video/tegra/host/chip_support.h index f5d2811f143f..412ce8b65466 100644 --- a/drivers/video/tegra/host/chip_support.h +++ b/drivers/video/tegra/host/chip_support.h @@ -125,6 +125,7 @@ struct nvhost_intr_ops { void (*set_syncpt_threshold)( struct nvhost_intr *, u32 id, u32 thresh); void (*enable_syncpt_intr)(struct nvhost_intr *, u32 id); + void (*disable_syncpt_intr)(struct nvhost_intr *, u32 id); void (*disable_all_syncpt_intrs)(struct nvhost_intr *); int (*request_host_general_irq)(struct nvhost_intr *); void (*free_host_general_irq)(struct nvhost_intr *); -- cgit v1.2.3