summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hw_ram_gp106.h
diff options
context:
space:
mode:
authorLakshmanan M <lm@nvidia.com>2016-06-22 06:37:46 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:56:17 -0500
commit528758f488a8f39c1306d8c17be4799273a94a5d (patch)
tree2d9f74b31ebafa53ada34720feb50ad9e09b78f4 /drivers/gpu/nvgpu/gp106/hw_ram_gp106.h
parentd4eb7f691ef14263377c0f33777b104e2b1a0c53 (diff)
gpu: nvgpu: Add interface for privileged channel allocation
Added interface for privileged channel allocation to execute the privileged method (ex. CE phys mode transfer). JIRA DNVGPU-53 Change-Id: I1606f8c9d10f29d5a10738b5110ce9f6a2bb428d Signed-off-by: Lakshmanan M <lm@nvidia.com> Reviewed-on: http://git-master/r/1169320 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hw_ram_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/gp106/hw_ram_gp106.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hw_ram_gp106.h b/drivers/gpu/nvgpu/gp106/hw_ram_gp106.h
index b325affc..eb02ac28 100644
--- a/drivers/gpu/nvgpu/gp106/hw_ram_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/hw_ram_gp106.h
@@ -370,6 +370,10 @@ static inline u32 ram_fc_chid_id_w(void)
370{ 370{
371 return 0; 371 return 0;
372} 372}
373static inline u32 ram_fc_config_w(void)
374{
375 return 61;
376}
373static inline u32 ram_fc_runlist_timeslice_w(void) 377static inline u32 ram_fc_runlist_timeslice_w(void)
374{ 378{
375 return 62; 379 return 62;