freedreno/fdl6: Skip redundant setting of TILE_ALL for NV12.

We already respect the tile_all flag above, and it should be set in tu.
Fixes a mismatch between fdl6_view_init() and gallium.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13443>
This commit is contained in:
Emma Anholt 2021-10-18 12:58:56 -07:00 committed by Marge Bot
parent 2e6810a06a
commit 94e4cd4d83

View file

@ -219,7 +219,6 @@ fdl6_view_init(struct fdl6_view *view, const struct fdl_layout **layouts,
uint64_t base_addr[3];
view->descriptor[3] |= A6XX_TEX_CONST_3_TILE_ALL;
if (ubwc_enabled) {
view->descriptor[3] |= A6XX_TEX_CONST_3_FLAG;
/* no separate ubwc base, image must have the expected layout */