summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2017-03-22 13:01:14 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-04-06 21:15:15 -0400
commitc876bec8bab5a1e4d6dea529700ef19c5eac5e64 (patch)
tree63619f86ef614b247965ab78b39553fcf32e39c7 /drivers/gpu/nvgpu/gv11b/gr_gv11b.h
parent633d331ae2db50fbcce829fe324c19fc44b82c24 (diff)
gpu: nvgpu: rename mem_desc to nvgpu_mem
$ find -type f | \ xargs sed -i 's/struct mem_desc/struct nvgpu_mem/g' JIRA NVGPU-12 Change-Id: I2b5d015e45185269bfae7c6d4199fe843ff26834 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: http://git-master/r/1326194 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/gr_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/gr_gv11b.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/gr_gv11b.h b/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
index 7467fea8..9d9f969d 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
@@ -44,7 +44,7 @@ enum {
44 44
45void gv11b_init_gr(struct gpu_ops *ops); 45void gv11b_init_gr(struct gpu_ops *ops);
46int gr_gv11b_alloc_buffer(struct vm_gk20a *vm, size_t size, 46int gr_gv11b_alloc_buffer(struct vm_gk20a *vm, size_t size,
47 struct mem_desc *mem); 47 struct nvgpu_mem *mem);
48/*zcull*/ 48/*zcull*/
49void gr_gv11b_program_zcull_mapping(struct gk20a *g, u32 zcull_num_entries, 49void gr_gv11b_program_zcull_mapping(struct gk20a *g, u32 zcull_num_entries,
50 u32 *zcull_map_tiles); 50 u32 *zcull_map_tiles);