panfrost: Set texel_interleave on Valhall
authorAlyssa Rosenzweig <alyssa@collabora.com>
Tue, 1 Mar 2022 19:18:51 +0000 (14:18 -0500)
committerMarge Bot <emma+marge@anholt.net>
Tue, 1 Mar 2022 19:43:22 +0000 (19:43 +0000)
commit30d0c2e39059e938a9ddd64dba1508af0e5273c3
tree4e8d64cd76ac858233a1fb2ea7cc95c768f27ee1
parent407bda4d8cfaa2a1390730e67a65aaea8eb26223
panfrost: Set texel_interleave on Valhall

Instead of specifying the tiling on the texture descriptor, Valhall specifies it
on the plane descriptor. There is a new flag on the texture descriptor
specifying only whether the planes are interleaved or not.

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