From 5e33f58a5ee971cd846f9f2a41ed652a5f2b1523 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Mon, 1 May 2017 11:12:12 -0700 Subject: gpu: nvgpu: Move ch_wdt_timeout to gk20a Copy watchdog timeout from platform structure to gk20a and use it from gk20a. JIRA NVGPU-16 Change-Id: Iab70253a7f0e1d28f2e3209285b3f4c476ce9279 Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/1473705 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/gk20a.h | 1 + 1 file changed, 1 insertion(+) (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 74e2c688..c9a2ee93 100644 --- a/drivers/gpu/nvgpu/gk20a/gk20a.h +++ b/drivers/gpu/nvgpu/gk20a/gk20a.h @@ -976,6 +976,7 @@ struct gk20a { #else bool timeouts_enabled; #endif + unsigned int ch_wdt_timeout_ms; struct nvgpu_mutex poweroff_lock; -- cgit v1.2.2