On Fri, 19 Sep 2025, Gustavo Sousa <gustavo.so...@intel.com> wrote: > Quoting Dnyaneshwar Bhadane (2025-09-19 13:22:32-03:00) >>diff --git a/drivers/gpu/drm/i915/display/intel_display_device.c >>b/drivers/gpu/drm/i915/display/intel_display_device.c >>index a9a36176096f..84aa6b6384da 100644 >>--- a/drivers/gpu/drm/i915/display/intel_display_device.c >>+++ b/drivers/gpu/drm/i915/display/intel_display_device.c >>@@ -1379,6 +1379,11 @@ static const u16 mtl_u_ids[] = { >> 0 >> }; >> >>+static const u16 wcl_ids[] = { >>+ INTEL_WCL_IDS(ID), >>+ 0 >>+}; >>+ > > To be consistent with the other subplatform device id lists, we probably > want to move this to be just before the definition of ptl_desc.
Yeah, mtl_u_ids[] is already misplaced. -- Jani Nikula, Intel