Re: [Mesa-dev] [PATCH] etnaviv: disable in-place resolve for non-supertiled surfaces

2018-01-01 Thread Christian Gmeiner
2017-12-19 17:35 GMT+01:00 Lucas Stach : > The in-place resolve probably has some additional restrictions when not > operating on a super tiled surface. Disable it on non-supertiled surfaces > for now to work around a GPU hang. > > Signed-off-by: Lucas Stach Reviewed-by: Christian Gmeiner > ---

[Mesa-dev] [PATCH] etnaviv: disable in-place resolve for non-supertiled surfaces

2017-12-19 Thread Lucas Stach
The in-place resolve probably has some additional restrictions when not operating on a super tiled surface. Disable it on non-supertiled surfaces for now to work around a GPU hang. Signed-off-by: Lucas Stach --- src/gallium/drivers/etnaviv/etnaviv_rs.c | 1 + 1 file changed, 1 insertion(+) diff