summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hw_gr_gv11b.h
diff options
context:
space:
mode:
authorseshendra Gadagottu <sgadagottu@nvidia.com>2016-09-28 19:55:36 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2016-09-29 16:17:54 -0400
commit507081b2eae666f9c3e713fd7d9d97fdc8b6c56f (patch)
tree8d3bce7a202a2b0e408fbe11ac3c1ccdbb32e164 /drivers/gpu/nvgpu/gv11b/hw_gr_gv11b.h
parent09168aac40b22ba264de6a7fc1e5264528b1fe9f (diff)
gpu: nvgpu: gv11b: kernel hw header update
Kernel hardware headers updtae related to ctxsw, ramfc and pbdma. JIRA GV11B-21 Change-Id: I99588b420a814068eaf894e999a8ad8e6234e26c Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/1228760 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hw_gr_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hw_gr_gv11b.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hw_gr_gv11b.h b/drivers/gpu/nvgpu/gv11b/hw_gr_gv11b.h
index e8394215..c58ee6ba 100644
--- a/drivers/gpu/nvgpu/gv11b/hw_gr_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/hw_gr_gv11b.h
@@ -3230,6 +3230,10 @@ static inline u32 gr_ppcs_wwdx_map_table_cfg_coeff_r(u32 i)
3230{ 3230{
3231 return 0x0041bfb0 + i*4; 3231 return 0x0041bfb0 + i*4;
3232} 3232}
3233static inline u32 gr_ppcs_wwdx_map_table_cfg_coeff__size_1_v(void)
3234{
3235 return 0x00000005;
3236}
3233static inline u32 gr_ppcs_wwdx_map_table_cfg_coeff_0_mod_value_f(u32 v) 3237static inline u32 gr_ppcs_wwdx_map_table_cfg_coeff_0_mod_value_f(u32 v)
3234{ 3238{
3235 return (v & 0xff) << 0; 3239 return (v & 0xff) << 0;