From 92ab6c3bbc4f3bd7d355981b6e13a2eebff4d7d1 Mon Sep 17 00:00:00 2001 From: Deepak Nibade Date: Tue, 4 Apr 2017 14:30:15 +0530 Subject: gpu: nvgpu: use nvgpu list for pending semaphore waits Use nvgpu list APIs instead of linux list APIs to store pending semaphore waits Jira NVGPU-13 Change-Id: I42fc6c6233e39f475a939ddd6a81c0cda851b6bf Signed-off-by: Deepak Nibade Reviewed-on: http://git-master/r/1454693 Reviewed-by: svccoveritychecker GVS: Gerrit_Virtual_Submit Reviewed-by: Bharat Nihalani --- drivers/gpu/nvgpu/gk20a/gk20a.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h') diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h index bfb8b204..9d931520 100644 --- a/drivers/gpu/nvgpu/gk20a/gk20a.h +++ b/drivers/gpu/nvgpu/gk20a/gk20a.h @@ -1009,7 +1009,7 @@ struct gk20a { struct nvgpu_semaphore_sea *sema_sea; /* List of pending SW semaphore waits. */ - struct list_head pending_sema_waits; + struct nvgpu_list_node pending_sema_waits; struct nvgpu_raw_spinlock pending_sema_waits_lock; /* held while manipulating # of debug/profiler sessions present */ -- cgit v1.2.2