summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index d1628b07..23420fef 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -458,9 +458,9 @@ void gk20a_mem_wr(struct gk20a *g, struct mem_desc *mem, u32 offset, u32 data);
458/* memcpy from cpu, offset and size in bytes (32b-aligned) */ 458/* memcpy from cpu, offset and size in bytes (32b-aligned) */
459void gk20a_mem_wr_n(struct gk20a *g, struct mem_desc *mem, u32 offset, 459void gk20a_mem_wr_n(struct gk20a *g, struct mem_desc *mem, u32 offset,
460 void *src, u32 size); 460 void *src, u32 size);
461/* size and offset in bytes (32b-aligned), filled with u32s */ 461/* size and offset in bytes (32b-aligned), filled with the constant byte c */
462void gk20a_memset(struct gk20a *g, struct mem_desc *mem, u32 offset, 462void gk20a_memset(struct gk20a *g, struct mem_desc *mem, u32 offset,
463 u32 value, u32 size); 463 u32 c, u32 size);
464 464
465#if 0 /*related to addr bits above, concern below TBD on which is accurate */ 465#if 0 /*related to addr bits above, concern below TBD on which is accurate */
466#define bar1_instance_block_shift_gk20a() (max_physaddr_bits_gk20a() -\ 466#define bar1_instance_block_shift_gk20a() (max_physaddr_bits_gk20a() -\