freedreno: Disable early preamble on a6xx gen4

Disable it until someone does more investigation of exactly what needs
to be disabled.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29903>
This commit is contained in:
Connor Abbott
2024-06-26 09:48:28 -04:00
committed by Marge Bot
parent c42f6597f9
commit 293f137d4d

View File

@@ -417,7 +417,9 @@ a6xx_gen4 = A6XXProps(
has_scalar_alu = True,
has_isam_v = True,
has_ssbo_imm_offsets = True,
has_early_preamble = True,
# TODO: there seems to be a quirk where at least rcp can't be in an
# early preamble. a660 at least is affected.
#has_early_preamble = True,
)
a6xx_a690_quirk = A6XXProps(