LGTM Reviewed-by: Chaitanya Kumar Borah <[email protected]>
> -----Original Message----- > From: Intel-xe <[email protected]> On Behalf Of Jani > Nikula > Sent: Wednesday, April 9, 2025 11:48 PM > To: [email protected]; [email protected] > Cc: Nikula, Jani <[email protected]> > Subject: [PATCH 00/14] drm/i915/display: final (?!) mass conversions to struct > intel_display > > With this, we are approaching the end of mass conversions to struct > intel_display. There are still plenty of drm_i915_private uses left, of > course, > but the straightforward conversions of entire files are done. And we no longer > use any of the IS_*() platform checks. > > BR, > Jani. > > Jani Nikula (14): > drm/i915/fb: convert intel_fbdev.[ch] and intel_fbdev_fb.[ch] to > struct intel_display > drm/i915/display: convert intel_modeset_setup.[ch] to struct > intel_display > drm/i915/display: convert intel_modeset_verify.c to struct > intel_display > drm/i915/sprite: convert intel_sprite_uapi.c to struct intel_display > drm/i915/frontbuffer: convert intel_frontbuffer.[ch] to struct > intel_display > drm/i915/crt: switch to display->platform based platform detection > drm/i915/dmc: switch to display->platform based platform detection > drm/i915/dp-aux: switch to display->platform based platform detection > drm/i915/dpio: switch to display->platform based platform detection > drm/i915/gmbus: switch to display->platform based platform detection > drm/i915/hdmi: switch to display->platform based platform detection > drm/i915/display: switch to display->platform.dgfx from IS_DGFX() > drm/i915/audio: don't set LPE audio irq chip data, it's unused > drm/xe/compat: clean up unused platform check macros > > drivers/gpu/drm/i915/display/intel_bios.c | 2 +- > drivers/gpu/drm/i915/display/intel_crt.c | 13 +- > drivers/gpu/drm/i915/display/intel_display.c | 7 +- > .../drm/i915/display/intel_display_driver.c | 9 +- > drivers/gpu/drm/i915/display/intel_dmc.c | 45 ++-- > drivers/gpu/drm/i915/display/intel_dp_aux.c | 9 +- > drivers/gpu/drm/i915/display/intel_dpio_phy.c | 4 +- > drivers/gpu/drm/i915/display/intel_fb.c | 4 +- > drivers/gpu/drm/i915/display/intel_fbdev.c | 74 ++++--- > drivers/gpu/drm/i915/display/intel_fbdev.h | 6 +- > drivers/gpu/drm/i915/display/intel_fbdev_fb.c | 13 +- > drivers/gpu/drm/i915/display/intel_fbdev_fb.h | 4 +- > .../gpu/drm/i915/display/intel_frontbuffer.c | 60 +++--- > .../gpu/drm/i915/display/intel_frontbuffer.h | 8 +- > drivers/gpu/drm/i915/display/intel_gmbus.c | 22 +- > drivers/gpu/drm/i915/display/intel_hdmi.c | 44 ++-- > .../gpu/drm/i915/display/intel_lpe_audio.c | 2 +- > .../drm/i915/display/intel_modeset_setup.c | 192 +++++++++--------- > .../drm/i915/display/intel_modeset_setup.h | 4 +- > .../drm/i915/display/intel_modeset_verify.c | 17 +- > drivers/gpu/drm/i915/display/intel_overlay.c | 6 +- > .../drm/i915/display/intel_plane_initial.c | 8 +- > .../gpu/drm/i915/display/intel_sprite_uapi.c | 17 +- > .../gpu/drm/xe/compat-i915-headers/i915_drv.h | 36 +--- > drivers/gpu/drm/xe/display/intel_fbdev_fb.c | 6 +- > 25 files changed, 269 insertions(+), 343 deletions(-) > > -- > 2.39.5
