From 8323c0a015719420df61bbd7003898be3482d16a Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Fri, 11 Apr 2014 14:20:17 +0300 Subject: gpu: nvgpu: Do not dump top_fs_status Result of top_fs_status_r() is always constant. Do not dump it anymore. Change-Id: Ie1cfe872d70b2c3c8a7cef4df3870dacae8f8793 Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/395208 --- drivers/gpu/nvgpu/gk20a/hw_top_gk20a.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'drivers/gpu/nvgpu/gk20a/hw_top_gk20a.h') diff --git a/drivers/gpu/nvgpu/gk20a/hw_top_gk20a.h b/drivers/gpu/nvgpu/gk20a/hw_top_gk20a.h index c2922814..ab527d25 100644 --- a/drivers/gpu/nvgpu/gk20a/hw_top_gk20a.h +++ b/drivers/gpu/nvgpu/gk20a/hw_top_gk20a.h @@ -74,10 +74,6 @@ static inline u32 top_num_fbps_value_v(u32 r) { return (r >> 0) & 0x1f; } -static inline u32 top_fs_status_r(void) -{ - return 0x00022500; -} static inline u32 top_device_info_r(u32 i) { return 0x00022700 + i*4; -- cgit v1.2.2