On Mon, 28 Oct 2024, Jani Nikula <jani.nikula@xxxxxxxxx> wrote: > Just resending [1] because I never got the CI logs for it. Pushed to din, thanks for the review. BR, Jani. > > [1] https://lore.kernel.org/r/cover.1729773149.git.jani.nikula@xxxxxxxxx > > Jani Nikula (16): > drm/i915/display: reindent subplatform initialization > drm/i915/display: use a macro to initialize subplatforms > drm/i915/display: use a macro to define platform enumerations > drm/i915/display: join the platform and subplatform enums > drm/i915/display: convert display platforms to lower case > drm/i915/display: add display platforms structure with platform > members > drm/i915/display: add platform member to struct intel_display > drm/i915/display: remove the display platform enum as unnecessary > drm/i915/display: add platform group for g4x > drm/i915/display: add subplatform group for HSW/BDW ULT > drm/i915/bios: use display->platform.<platform> instead of > IS_<PLATFORM>() > drm/i915/pps: use display->platform.<platform> instead of > IS_<PLATFORM>() > drm/i915/tv: use display->platform.<platform> instead of > IS_<PLATFORM>() > drm/i915/vga: use display->platform.<platform> instead of > IS_<PLATFORM>() > drm/i915/vblank: drop unnecessary i915 local variable > drm/i915/vblank: use display->platform.<platform> instead of > IS_<PLATFORM>() > > drivers/gpu/drm/i915/display/intel_bios.c | 40 +-- > .../gpu/drm/i915/display/intel_display_core.h | 3 + > .../drm/i915/display/intel_display_device.c | 269 +++++++++++++----- > .../drm/i915/display/intel_display_device.h | 185 ++++++------ > drivers/gpu/drm/i915/display/intel_pps.c | 47 ++- > drivers/gpu/drm/i915/display/intel_tv.c | 10 +- > drivers/gpu/drm/i915/display/intel_vblank.c | 11 +- > drivers/gpu/drm/i915/display/intel_vga.c | 4 +- > 8 files changed, 340 insertions(+), 229 deletions(-) -- Jani Nikula, Intel