blorp: drop undefined macro

Signed-off-by: Rohan Garg <rohan.garg@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 97d6ceaf04 ("intel: Remove GEN_IS_HASWELL macro")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25011>
This commit is contained in:
Rohan Garg
2023-09-01 13:48:51 +02:00
committed by Marge Bot
parent 99a88ca4a2
commit ca7ae1a53f
+1 -1
View File
@@ -2257,7 +2257,7 @@ blorp_exec_compute(struct blorp_batch *batch, const struct blorp_params *params)
.SharedLocalMemorySize = encode_slm_size(GFX_VER,
prog_data->total_shared),
.BarrierEnable = cs_prog_data->uses_barrier,
#if GFX_VER >= 8 || GEN_IS_HASWELL
#if GFX_VER >= 8 || GFX_VERx10 == 75
.CrossThreadConstantDataReadLength =
cs_prog_data->push.cross_thread.regs,
#endif