isl: Don't set "Enable Unorm Path in Color Pipe" on Alchemist

This bit no longer exists and is marked MBZ.  I assume that the
optimization is just permanently enabled; this was always a basically
a chicken bit.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23684>
This commit is contained in:
Kenneth Graunke 2023-06-15 14:25:22 -07:00 committed by Marge Bot
parent 38935d9789
commit 12f93d06e9

View file

@ -461,7 +461,7 @@ isl_genX(surf_fill_state_s)(const struct isl_device *dev, void *state,
s.RenderCacheReadWriteMode = 0;
#endif
#if GFX_VER >= 11
#if GFX_VER >= 11 && GFX_VERx10 < 125
/* We've seen dEQP failures when enabling this bit with UINT formats,
* which particularly affects blorp_copy() operations. It shouldn't
* have any effect on UINT textures anyway, so disable it for them.