From 632a86f7cdec9f795fdef56ad028694c72d4e9d4 Mon Sep 17 00:00:00 2001 From: Deepak Nibade Date: Wed, 25 Nov 2015 15:22:24 +0530 Subject: gpu: nvgpu: IOCTL to disable watchdog per-channel Add IOCTL NVGPU_IOCTL_CHANNEL_WDT to disable/enable watchdog per-channel Also, if watchdog is disabled, we currently schedule the worker with MAX timeout. Instead of this, do not schedule any worker if watchdog is disabled Bug 1683059 Bug 1700277 Change-Id: I7f6bec84adeedb74e014ed6d1471317b854df84c Signed-off-by: Deepak Nibade Reviewed-on: http://git-master/r/837962 Reviewed-by: Terje Bergstrom Tested-by: Terje Bergstrom --- drivers/gpu/nvgpu/gk20a/gk20a.h | 1 - 1 file changed, 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 fe51f356..51955a3a 100644 --- a/drivers/gpu/nvgpu/gk20a/gk20a.h +++ b/drivers/gpu/nvgpu/gk20a/gk20a.h @@ -499,7 +499,6 @@ struct gk20a { u32 gr_idle_timeout_default; u32 timeouts_enabled; - u32 ch_wdt_enabled; struct mutex ch_wdt_lock; /* Channel priorities */ -- cgit v1.2.2