From e0d7e42e8cc33cdb85543faadb2080fdee9a07ff Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Thu, 26 Jun 2014 15:59:53 +0300 Subject: gpu: nvgpu: Fix definition of cbc_ctrl1 registers ltc_ltc0_lts0_cbc_ctrl1_r() was pointing to broadcast register. Change-Id: I1646f6c68ac944333474029bb78242844424c6f7 Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/428919 Reviewed-by: Matt Craighead Tested-by: Matt Craighead GVS: Gerrit_Virtual_Submit Reviewed-by: Yu-Huan Hsu --- drivers/gpu/nvgpu/gm20b/hw_ltc_gm20b.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'drivers/gpu') diff --git a/drivers/gpu/nvgpu/gm20b/hw_ltc_gm20b.h b/drivers/gpu/nvgpu/gm20b/hw_ltc_gm20b.h index 7f1a8e69..3698a30e 100644 --- a/drivers/gpu/nvgpu/gm20b/hw_ltc_gm20b.h +++ b/drivers/gpu/nvgpu/gm20b/hw_ltc_gm20b.h @@ -50,10 +50,6 @@ #ifndef _hw_ltc_gm20b_h_ #define _hw_ltc_gm20b_h_ -static inline u32 ltc_ltcs_lts0_cbc_ctrl1_r(void) -{ - return 0x0014046c; -} static inline u32 ltc_ltc0_lts0_dstg_cfg0_r(void) { return 0x00140518; @@ -116,7 +112,7 @@ static inline u32 ltc_ltcs_ltss_cbc_ctrl1_clear_active_f(void) } static inline u32 ltc_ltc0_lts0_cbc_ctrl1_r(void) { - return 0x0017e26c; + return 0x0014046c; } static inline u32 ltc_ltcs_ltss_cbc_ctrl2_r(void) { -- cgit v1.2.2