Re: [PATCH v4 27/28] drm/intel/bmg: Allow device ID usage with single-argument macros
From: Lucas De Marchi
Date: Fri Nov 07 2025 - 09:51:31 EST
On Wed, Nov 05, 2025 at 04:10:25PM +0100, Michał Winiarski wrote:
When INTEL_BMG_G21_IDS were added as a subplatform, token concatenation
operator usage was omitted, making INTEL_BMG_IDS not usable with
single-argument macros.
Fix that by adding the missing operator.
Signed-off-by: Michał Winiarski <michal.winiarski@xxxxxxxxx>
Fixes: 78de8f876683 ("drm/xe: Handle Wa_22010954014 and Wa_14022085890 as device workarounds")
Reviewed-by: Lucas De Marchi <lucas.demarchi@xxxxxxxxx>
thanks
Lucas De Marchi