From 36834282354de2760e54b1381e03e0fe8bc8b2a4 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Fri, 28 Nov 2014 12:51:35 +0200 Subject: gpu: nvgpu: Enable syncpt reclaim only on gm20b gm20b has more channels than sync points. We use aggressive reclaim of sync points to offset that. Disable aggressive reclaim for gk20a because it is not needed there. Bug 1583849 Change-Id: I2a74b0504150a54cb8a97016effe20c5d905ac95 Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/657095 Reviewed-by: Deepak Nibade --- drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h') diff --git a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h index a3cd8208..b2deaff8 100644 --- a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h +++ b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h @@ -86,9 +86,6 @@ struct gk20a_channel_sync { * expired. */ void (*signal_timeline)(struct gk20a_channel_sync *s); - /* flag to set sync destroy aggressiveness */ - bool aggressive_destroy; - /* Free the resources allocated by gk20a_channel_sync_create. */ void (*destroy)(struct gk20a_channel_sync *s); }; -- cgit v1.2.2