From 0ebe462c130108a027f85bcb6736fed2ef74204e Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Tue, 25 Apr 2017 13:54:58 -0700 Subject: gpu: nvgpu: Use nvgpu_cond in notifier wq Change notifier wait queue to use nvgpu_cond instead of Linux wait queue. JIRA NVGPU-14 Change-Id: I197a0ef6c0a2331ca0dbb3480bdb89d45ba73020 Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/1469853 Reviewed-by: Alex Waterman Reviewed-by: Automatic_Commit_Validation_User --- drivers/gpu/nvgpu/gk20a/channel_gk20a.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.h') diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h index 4bca4edb..a636e13c 100644 --- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h +++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h @@ -19,7 +19,6 @@ #define CHANNEL_GK20A_H #include -#include #include #include @@ -218,7 +217,7 @@ struct channel_gk20a { struct priv_cmd_queue priv_cmd_q; - wait_queue_head_t notifier_wq; + struct nvgpu_cond notifier_wq; struct nvgpu_cond semaphore_wq; u32 timeout_accumulated_ms; -- cgit v1.2.2