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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/cde_gk20a.h b/drivers/gpu/nvgpu/gk20a/cde_gk20a.h
index 4e6a8ec9..49296234 100644
--- a/drivers/gpu/nvgpu/gk20a/cde_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/cde_gk20a.h
@@ -262,8 +262,10 @@ int gk20a_prepare_compressible_read(
262 u64 compbits_hoffset, u64 compbits_voffset, 262 u64 compbits_hoffset, u64 compbits_voffset,
263 u32 width, u32 height, u32 block_height_log2, 263 u32 width, u32 height, u32 block_height_log2,
264 u32 submit_flags, struct nvhost_fence *fence, 264 u32 submit_flags, struct nvhost_fence *fence,
265 u32 *valid_compbits, struct gk20a_fence **fence_out); 265 u32 *valid_compbits, u32 *zbc_color,
266 struct gk20a_fence **fence_out);
266int gk20a_mark_compressible_write( 267int gk20a_mark_compressible_write(
267 struct gk20a *g, u32 buffer_fd, u32 valid_compbits, u64 offset); 268 struct gk20a *g, u32 buffer_fd, u32 valid_compbits, u64 offset,
269 u32 zbc_color);
268 270
269#endif 271#endif