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 115558dc..9ff142ea 100644
--- a/drivers/gpu/nvgpu/common/linux/cde.h
+++ b/drivers/gpu/nvgpu/common/linux/cde.h
@@ -44,7 +44,7 @@ struct device;
44struct nvgpu_os_linux; 44struct nvgpu_os_linux;
45struct gk20a; 45struct gk20a;
46struct gk20a_fence; 46struct gk20a_fence;
47struct nvgpu_fence; 47struct nvgpu_channel_fence;
48struct channel_gk20a; 48struct channel_gk20a;
49struct vm_gk20a; 49struct vm_gk20a;
50struct nvgpu_gpfifo; 50struct nvgpu_gpfifo;
@@ -306,7 +306,7 @@ int gk20a_cde_convert(struct nvgpu_os_linux *l,
306 struct dma_buf *compbits_buf, 306 struct dma_buf *compbits_buf,
307 u64 compbits_byte_offset, 307 u64 compbits_byte_offset,
308 u64 scatterbuffer_byte_offset, 308 u64 scatterbuffer_byte_offset,
309 struct nvgpu_fence *fence, 309 struct nvgpu_channel_fence *fence,
310 u32 __flags, struct gk20a_cde_param *params, 310 u32 __flags, struct gk20a_cde_param *params,
311 int num_params, struct gk20a_fence **fence_out); 311 int num_params, struct gk20a_fence **fence_out);
312 312
@@ -315,7 +315,7 @@ int gk20a_prepare_compressible_read(
315 u64 compbits_hoffset, u64 compbits_voffset, 315 u64 compbits_hoffset, u64 compbits_voffset,
316 u64 scatterbuffer_offset, 316 u64 scatterbuffer_offset,
317 u32 width, u32 height, u32 block_height_log2, 317 u32 width, u32 height, u32 block_height_log2,
318 u32 submit_flags, struct nvgpu_fence *fence, 318 u32 submit_flags, struct nvgpu_channel_fence *fence,
319 u32 *valid_compbits, u32 *zbc_color, 319 u32 *valid_compbits, u32 *zbc_color,
320 struct gk20a_fence **fence_out); 320 struct gk20a_fence **fence_out);
321int gk20a_mark_compressible_write( 321int gk20a_mark_compressible_write(