diff options
| -rw-r--r-- | lib/rendercopy_bufmgr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rendercopy_bufmgr.c b/lib/rendercopy_bufmgr.c index 96603229..dc38d530 100644 --- a/lib/rendercopy_bufmgr.c +++ b/lib/rendercopy_bufmgr.c @@ -163,8 +163,8 @@ void igt_buf_init(struct rendercopy_bufmgr *bmgr, struct igt_buf *buf, intel_buf_init_using_handle(bmgr->bops, buf->bo->handle, &ibuf, - width, height, bpp, tiling, - compression); + width, height, bpp, 0, + tiling, compression); buf->ccs[0].offset = ibuf.aux.offset; buf->ccs[0].stride = ibuf.aux.stride; |
