summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/cde.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/cde.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/cde.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/cde.h b/drivers/gpu/nvgpu/common/linux/cde.h
index 9ff142ea..5928b624 100644
--- a/drivers/gpu/nvgpu/common/linux/cde.h
+++ b/drivers/gpu/nvgpu/common/linux/cde.h
@@ -47,7 +47,7 @@ struct gk20a_fence;
47struct nvgpu_channel_fence; 47struct nvgpu_channel_fence;
48struct channel_gk20a; 48struct channel_gk20a;
49struct vm_gk20a; 49struct vm_gk20a;
50struct nvgpu_gpfifo; 50struct nvgpu_gpfifo_entry;
51 51
52/* 52/*
53 * this element defines a buffer that is allocated and mapped into gpu address 53 * this element defines a buffer that is allocated and mapped into gpu address
@@ -258,10 +258,10 @@ struct gk20a_cde_ctx {
258 258
259 u64 backing_store_vaddr; 259 u64 backing_store_vaddr;
260 260
261 struct nvgpu_gpfifo *init_convert_cmd; 261 struct nvgpu_gpfifo_entry *init_convert_cmd;
262 int init_cmd_num_entries; 262 int init_cmd_num_entries;
263 263
264 struct nvgpu_gpfifo *convert_cmd; 264 struct nvgpu_gpfifo_entry *convert_cmd;
265 int convert_cmd_num_entries; 265 int convert_cmd_num_entries;
266 266
267 struct kobj_attribute attr; 267 struct kobj_attribute attr;