From 9f5fa496cbbfc1b39710cb27941120553dc999ff Mon Sep 17 00:00:00 2001 From: Vasily Khoruzhick Date: Sun, 8 Dec 2019 12:06:43 -0800 Subject: [PATCH] lima: expose tiled format modifier in query_dmabuf_modifiers() Fixes: 8c12f4e5f24f ("lima: enable tiling") Reviewed-by: Qiang Yu Signed-off-by: Vasily Khoruzhick --- src/gallium/drivers/lima/lima_screen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/lima/lima_screen.c b/src/gallium/drivers/lima/lima_screen.c index dd7ea870dfe..768a6106c8d 100644 --- a/src/gallium/drivers/lima/lima_screen.c +++ b/src/gallium/drivers/lima/lima_screen.c @@ -406,6 +406,7 @@ lima_screen_query_dmabuf_modifiers(struct pipe_screen *pscreen, int *count) { uint64_t available_modifiers[] = { + DRM_FORMAT_MOD_ARM_16X16_BLOCK_U_INTERLEAVED, DRM_FORMAT_MOD_LINEAR, }; -- 2.30.2