panfrost: Disable tiling for GLOBAL resources
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tue, 5 Nov 2019 16:18:42 +0000 (11:18 -0500)
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Tue, 19 Nov 2019 06:22:31 +0000 (06:22 +0000)
commit9c28700aaf5d3bdf3e94a339d4006469cdab5b7e
treee84b0a830f22c8c849c71dbc84c8973b9f5e0633
parent21dd7574a8f8e102c69b37cd245560af6ce2af53
panfrost: Disable tiling for GLOBAL resources

It doesn't make sense to have nonlinear layouts for a buffer that can be
accessed as direct memory for a compute kernel. Turn that off so things
work as expected.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/gallium/drivers/panfrost/pan_resource.c