From 8b34e4c6a8c2e8d162833e943f67ff072b0b7ecb Mon Sep 17 00:00:00 2001 From: Seema Khowala Date: Thu, 13 Oct 2016 15:17:01 -0700 Subject: 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 Reviewed-on: http://git-master/r/1236263 GVS: Gerrit_Virtual_Submit Reviewed-by: Seshendra Gadagottu Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gv11b/hw_ram_gv11b.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'drivers/gpu/nvgpu/gv11b/hw_ram_gv11b.h') 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) { return 12; } -static inline u32 ram_fc_semaphorea_w(void) +static inline u32 ram_fc_sem_addr_hi_w(void) { return 14; } -static inline u32 ram_fc_semaphoreb_w(void) +static inline u32 ram_fc_sem_addr_lo_w(void) { return 15; } -static inline u32 ram_fc_semaphorec_w(void) +static inline u32 ram_fc_sem_payload_lo_w(void) { return 16; } -static inline u32 ram_fc_semaphored_w(void) +static inline u32 ram_fc_sem_payload_hi_w(void) +{ + return 39; +} +static inline u32 ram_fc_sem_execute_w(void) { return 17; } @@ -554,10 +558,6 @@ static inline u32 ram_fc_subdevice_w(void) { return 37; } -static inline u32 ram_fc_formats_w(void) -{ - return 39; -} static inline u32 ram_fc_allowed_syncpoints_w(void) { return 58; -- cgit v1.2.2