From a5e76ed7af2ffd496d23129f8f3d989335f8b21c Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Mon, 30 Oct 2017 15:57:28 -0700 Subject: gpu: nvgpu: Remove pg419 emulation on pg418 Remove emulation of pg419 board with a pg418 which does not have a power sensor, but claims to have one in VBIOS. JIRA NVGPU-259 Change-Id: I6527d08dd05b79f96e505561685504bb239ab4ac Signed-off-by: Terje Bergstrom Reviewed-on: https://git-master.nvidia.com/r/1588732 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/gk20a.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'drivers/gpu/nvgpu/gk20a') diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h index 550e8a0c..20e0450e 100644 --- a/drivers/gpu/nvgpu/gk20a/gk20a.h +++ b/drivers/gpu/nvgpu/gk20a/gk20a.h @@ -1280,10 +1280,6 @@ struct gk20a { struct nvgpu_mem_alloc_tracker *kmallocs; #endif - /* Some boards might be missing power sensor, preventing - * from monitoring power, current and voltage */ - bool power_sensor_missing; - /* The minimum VBIOS version supported */ u32 vbios_min_version; -- cgit v1.2.2