freedreno: Disable supports_double_threadsize for gen8

Gone is thread128.  Instead the hw can co-dispatch thread64.

Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39167>
This commit is contained in:
Rob Clark 2026-01-11 09:29:25 -08:00 committed by Marge Bot
parent 7958a19ee9
commit eb43e95d61

View file

@ -1437,6 +1437,7 @@ a8xx_base = GPUProps(
has_dp2acc = False,
reg_size_vec4 = 96,
has_rt_workaround = False,
supports_double_threadsize = False
)
a8xx_gen2 = GPUProps(