From ff417a72e29249402acf13eb597caced4900a491 Mon Sep 17 00:00:00 2001 From: Deepak Nibade Date: Mon, 5 Oct 2015 11:46:04 +0530 Subject: gpu: nvgpu: make wdt timeout per-platform Channel watchdog timeout is set to a costant value of 5s as of now Make this timeout platform specific and set it to 5s for gm20b and 7s for gk20a Bug 200133289 Change-Id: I6e7f0fed93a8d5b197ae46807131311196c6636f Signed-off-by: Deepak Nibade Reviewed-on: http://git-master/r/810956 Reviewed-by: Terje Bergstrom Tested-by: Terje Bergstrom --- drivers/gpu/nvgpu/gk20a/channel_gk20a.h | 2 -- 1 file changed, 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 9d74b412..20600207 100644 --- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h +++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h @@ -38,8 +38,6 @@ struct gk20a_fence; #include "gr_gk20a.h" #include "fence_gk20a.h" -#define NVGPU_CHANNEL_WATCHDOG_DEFAULT_TIMEOUT_MS 5000 - struct gpfifo { u32 entry0; u32 entry1; -- cgit v1.2.2