Skip to content

lima: switch resource to linear layout if there's to many full updates

Vasily Khoruzhick requested to merge anarsoul/mesa:lima-convert-to-linear into master

Overwriting entire resource multiple times indicates streaming and in this case it's more efficient to use linear layout to avoid expensive linear->tiled conversions.

Signed-off-by: Vasily Khoruzhick anarsoul@gmail.com

Merge request reports