summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/cde_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/cde_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/cde_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/cde_gk20a.h b/drivers/gpu/nvgpu/gk20a/cde_gk20a.h
index a36f2401..ffd55b4d 100644
--- a/drivers/gpu/nvgpu/gk20a/cde_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/cde_gk20a.h
@@ -222,7 +222,7 @@ struct gk20a_cde_ctx {
222 struct vm_gk20a *vm; 222 struct vm_gk20a *vm;
223 223
224 /* buf converter configuration */ 224 /* buf converter configuration */
225 struct mem_desc mem[MAX_CDE_BUFS]; 225 struct nvgpu_mem mem[MAX_CDE_BUFS];
226 unsigned int num_bufs; 226 unsigned int num_bufs;
227 227
228 /* buffer patching params (where should patching be done) */ 228 /* buffer patching params (where should patching be done) */