panfrost: Fix tiled texture "stride"s on Bifrost
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 30 Apr 2020 22:48:53 +0000 (18:48 -0400)
committerMarge Bot <eric+marge@anholt.net>
Fri, 1 May 2020 00:27:23 +0000 (00:27 +0000)
commitbde19c0e7ba575f3c8ca8ea76c916034264a8713
treeef2e4d28774402399f5fa0dde623fd657ed76e3e
parentbbecbedb4cae6ea646a2a387378daa086b0a9bde
panfrost: Fix tiled texture "stride"s on Bifrost

They're not real strides like linear textures but the hw does use them
so we do have to get it right annoyingly.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4844>
src/panfrost/encoder/pan_texture.c