From 5215d65c25b5e76c19d9d12b03c52f69e2d40227 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Thu, 24 May 2018 15:25:41 -0700 Subject: gpu: nvgpu: Remove setting of PRI timeout PRI timeout should always use the HW initialization value. Do not set it explicitly. JIRA NVGPU-588 Change-Id: Idb63caba07c5fa7e0439e572861443f2783d0adc Signed-off-by: Terje Bergstrom Reviewed-on: https://git-master.nvidia.com/r/1730892 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/common/linux/platform_gk20a.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'drivers/gpu/nvgpu/common/linux/platform_gk20a.h') diff --git a/drivers/gpu/nvgpu/common/linux/platform_gk20a.h b/drivers/gpu/nvgpu/common/linux/platform_gk20a.h index 07e72247..9a99b7fe 100644 --- a/drivers/gpu/nvgpu/common/linux/platform_gk20a.h +++ b/drivers/gpu/nvgpu/common/linux/platform_gk20a.h @@ -120,11 +120,6 @@ struct gk20a_platform { */ bool force_reset_in_do_idle; - /* default pri timeout, on PCIe it should be lower than timeout - * detection - */ - u32 default_pri_timeout; - /* guest/vm id, needed for IPA to PA transation */ int vmid; -- cgit v1.2.2