summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hw_ram_gv11b.h
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2016-10-13 18:17:01 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2016-10-17 17:45:51 -0400
commit8b34e4c6a8c2e8d162833e943f67ff072b0b7ecb (patch)
tree861a2f8ea602e63c0167819bb7383865dc360311 /drivers/gpu/nvgpu/gv11b/hw_ram_gv11b.h
parent37f317a3c4033b54ab4bf47286fb9ebd48edb021 (diff)
gpu: nvgpu: gv11b: header update for CL#37320141
Hardware header updates for CL#37320141 JIRA GV11B-27 JIRA GV11B-7 JIRA GV11B-8 JIRA GV11B-9 Change-Id: I54d467f42d4074d1d9ae912f6d46ab2e323f69bc Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: http://git-master/r/1236263 GVS: Gerrit_Virtual_Submit Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hw_ram_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hw_ram_gv11b.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hw_ram_gv11b.h b/drivers/gpu/nvgpu/gv11b/hw_ram_gv11b.h
index 868e4ad9..46772ff4 100644
--- a/drivers/gpu/nvgpu/gv11b/hw_ram_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/hw_ram_gv11b.h
@@ -498,19 +498,23 @@ static inline u32 ram_fc_acquire_w(void)
498{ 498{
499 return 12; 499 return 12;
500} 500}
501static inline u32 ram_fc_semaphorea_w(void) 501static inline u32 ram_fc_sem_addr_hi_w(void)
502{ 502{
503 return 14; 503 return 14;
504} 504}
505static inline u32 ram_fc_semaphoreb_w(void) 505static inline u32 ram_fc_sem_addr_lo_w(void)
506{ 506{
507 return 15; 507 return 15;
508} 508}
509static inline u32 ram_fc_semaphorec_w(void) 509static inline u32 ram_fc_sem_payload_lo_w(void)
510{ 510{
511 return 16; 511 return 16;
512} 512}
513static inline u32 ram_fc_semaphored_w(void) 513static inline u32 ram_fc_sem_payload_hi_w(void)
514{
515 return 39;
516}
517static inline u32 ram_fc_sem_execute_w(void)
514{ 518{
515 return 17; 519 return 17;
516} 520}
@@ -554,10 +558,6 @@ static inline u32 ram_fc_subdevice_w(void)
554{ 558{
555 return 37; 559 return 37;
556} 560}
557static inline u32 ram_fc_formats_w(void)
558{
559 return 39;
560}
561static inline u32 ram_fc_allowed_syncpoints_w(void) 561static inline u32 ram_fc_allowed_syncpoints_w(void)
562{ 562{
563 return 58; 563 return 58;