summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2017-03-15 19:42:12 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-04-06 21:14:48 -0400
commitb69020bff5dfa69cad926c9374cdbe9a62509ffd (patch)
tree222f6b6bc23561a38004a257cbac401e431ff3be /drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
parentfa4ecf5730a75269e85cc41c2ad2ee61307e72a9 (diff)
gpu: nvgpu: Rename gk20a_mem_* functions
Rename the functions used for mem_desc access to nvgpu_mem_*. JIRA NVGPU-12 Change-Id: Ibfdc1112d43f0a125e4487c250e3f977ffd2cd75 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: http://git-master/r/1323325 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/fifo_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/fifo_gm20b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
index edf962de..6c34689b 100644
--- a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
@@ -41,7 +41,7 @@ static void channel_gm20b_bind(struct channel_gk20a *c)
41 41
42 gk20a_writel(g, ccsr_channel_inst_r(c->hw_chid), 42 gk20a_writel(g, ccsr_channel_inst_r(c->hw_chid),
43 ccsr_channel_inst_ptr_f(inst_ptr) | 43 ccsr_channel_inst_ptr_f(inst_ptr) |
44 gk20a_aperture_mask(g, &c->inst_block, 44 nvgpu_aperture_mask(g, &c->inst_block,
45 ccsr_channel_inst_target_sys_mem_ncoh_f(), 45 ccsr_channel_inst_target_sys_mem_ncoh_f(),
46 ccsr_channel_inst_target_vid_mem_f()) | 46 ccsr_channel_inst_target_vid_mem_f()) |
47 ccsr_channel_inst_bind_true_f()); 47 ccsr_channel_inst_bind_true_f());