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.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/cde_gk20a.h b/drivers/gpu/nvgpu/gk20a/cde_gk20a.h
index 58480d26..a5c75ae8 100644
--- a/drivers/gpu/nvgpu/gk20a/cde_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/cde_gk20a.h
@@ -205,14 +205,6 @@ enum {
205 TYPE_ARRAY 205 TYPE_ARRAY
206}; 206};
207 207
208struct gk20a_cde_mem_desc {
209 struct sg_table *sgt;
210 dma_addr_t iova;
211 void *cpuva;
212 size_t num_bytes;
213 u64 gpu_va;
214};
215
216struct gk20a_cde_param { 208struct gk20a_cde_param {
217 u32 id; 209 u32 id;
218 u32 padding; 210 u32 padding;
@@ -228,7 +220,7 @@ struct gk20a_cde_ctx {
228 struct vm_gk20a *vm; 220 struct vm_gk20a *vm;
229 221
230 /* buf converter configuration */ 222 /* buf converter configuration */
231 struct gk20a_cde_mem_desc mem[MAX_CDE_BUFS]; 223 struct mem_desc mem[MAX_CDE_BUFS];
232 int num_bufs; 224 int num_bufs;
233 225
234 /* buffer patching params (where should patching be done) */ 226 /* buffer patching params (where should patching be done) */