summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hw_pwr_gv11b.h
diff options
context:
space:
mode:
authorseshendra Gadagottu <sgadagottu@nvidia.com>2016-08-22 16:20:05 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2016-09-12 13:46:37 -0400
commit51b5ec852096c0eeb1eaca48ae132d7bf9ac7a9d (patch)
tree0c182e08ae521ccc449ebdd6abdc0180ed3c98df /drivers/gpu/nvgpu/gv11b/hw_pwr_gv11b.h
parent2c6652f182d84dc7ec4218576b65ad582f05d4a6 (diff)
gpu: nvgpu: gv11b: hw header update
Updated hw headers to CL#37001916. Some of important changes include new door bell user mode mechanism and new runlist structure. Bug 1735765 Change-Id: Icf01156dd3e7d94466f553ffc53267e4043e1188 Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/1205888 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hw_pwr_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hw_pwr_gv11b.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hw_pwr_gv11b.h b/drivers/gpu/nvgpu/gv11b/hw_pwr_gv11b.h
index 27ea4246..965f8663 100644
--- a/drivers/gpu/nvgpu/gv11b/hw_pwr_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/hw_pwr_gv11b.h
@@ -608,11 +608,11 @@ static inline u32 pwr_pmu_mutex_value_initial_lock_f(void)
608} 608}
609static inline u32 pwr_pmu_queue_head_r(u32 i) 609static inline u32 pwr_pmu_queue_head_r(u32 i)
610{ 610{
611 return 0x0010a4a0 + i*4; 611 return 0x0010a800 + i*4;
612} 612}
613static inline u32 pwr_pmu_queue_head__size_1_v(void) 613static inline u32 pwr_pmu_queue_head__size_1_v(void)
614{ 614{
615 return 0x00000004; 615 return 0x00000008;
616} 616}
617static inline u32 pwr_pmu_queue_head_address_f(u32 v) 617static inline u32 pwr_pmu_queue_head_address_f(u32 v)
618{ 618{
@@ -624,11 +624,11 @@ static inline u32 pwr_pmu_queue_head_address_v(u32 r)
624} 624}
625static inline u32 pwr_pmu_queue_tail_r(u32 i) 625static inline u32 pwr_pmu_queue_tail_r(u32 i)
626{ 626{
627 return 0x0010a4b0 + i*4; 627 return 0x0010a820 + i*4;
628} 628}
629static inline u32 pwr_pmu_queue_tail__size_1_v(void) 629static inline u32 pwr_pmu_queue_tail__size_1_v(void)
630{ 630{
631 return 0x00000004; 631 return 0x00000008;
632} 632}
633static inline u32 pwr_pmu_queue_tail_address_f(u32 v) 633static inline u32 pwr_pmu_queue_tail_address_f(u32 v)
634{ 634{