summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/posix/posix-nvgpu_mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/posix/posix-nvgpu_mem.c')
-rw-r--r--drivers/gpu/nvgpu/common/posix/posix-nvgpu_mem.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/gpu/nvgpu/common/posix/posix-nvgpu_mem.c b/drivers/gpu/nvgpu/common/posix/posix-nvgpu_mem.c
index f8feb6a2..7f3bf9f1 100644
--- a/drivers/gpu/nvgpu/common/posix/posix-nvgpu_mem.c
+++ b/drivers/gpu/nvgpu/common/posix/posix-nvgpu_mem.c
@@ -31,16 +31,6 @@
31 * can emulate a lot of the DMA mem functionality for unit testing purposes. 31 * can emulate a lot of the DMA mem functionality for unit testing purposes.
32 */ 32 */
33 33
34int nvgpu_mem_begin(struct gk20a *g, struct nvgpu_mem *mem)
35{
36 return 0;
37}
38
39void nvgpu_mem_end(struct gk20a *g, struct nvgpu_mem *mem)
40{
41 return;
42}
43
44u32 nvgpu_mem_rd32(struct gk20a *g, struct nvgpu_mem *mem, u32 w) 34u32 nvgpu_mem_rd32(struct gk20a *g, struct nvgpu_mem *mem, u32 w)
45{ 35{
46 u32 *mem_ptr = (u32 *)mem->cpu_va; 36 u32 *mem_ptr = (u32 *)mem->cpu_va;