radv: align the TMA BO size to 256
[mesa.git] / src / amd / vulkan / radv_debug.c
index ce68c2ddb02f68244e5d0b16a0af9f55e5585108..97b3ac614cec6542e13dc33eb62b70ff85e07ce9 100644 (file)
@@ -692,7 +692,7 @@ radv_trap_handler_init(struct radv_device *device)
                return false;
        }
 
-       device->tma_bo = ws->buffer_create(ws, TMA_BO_SIZE, 8,
+       device->tma_bo = ws->buffer_create(ws, TMA_BO_SIZE, 256,
                                           RADEON_DOMAIN_VRAM,
                                           RADEON_FLAG_CPU_ACCESS |
                                           RADEON_FLAG_NO_INTERPROCESS_SHARING |