mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-28 08:40:37 +02:00
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:
parent
2e6810a06a
commit
94e4cd4d83
1 changed files with 0 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue