On Thu, Feb 08, 2024 at 05:52:38PM +0200, Jani Nikula wrote: > On Thu, 08 Feb 2024, Ville Syrjala <ville.syrjala@xxxxxxxxxxxxxxx> wrote: > > From: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> > > > > Convert a bunch of lingering DRM_DEBUG_KMS() & co. to the > > per-device drm_dbg_kms() variants. The stuff remining after this > > are DVO encoder drivers, DMI match functions, and ACPI/DSM stuff. > > > > And also include a bit of other house cleaning I spotted. > > > > Ville Syrjälä (13): > > drm/i915: Correct for_each_old_global_obj_in_state() arguments > > drm/i915/sdvo: Convert to per-device debugs > > drm/i915/sdvo: Fix up code alignment > > drm/i915/color: Use per-device debugs > > drm/i915/fb: Use per-device debugs > > drm/i915/bios: Switch to kms debugs > > drm/i915/bios: Use per-device debugs for VBT related stuff > > drm/i915/hdcp: Use per-device debugs > > drm/i915/wm: Pass the whole i916 to intel_get_cxsr_latency() > > Off by one in the subject there. ;) Doh. I did spot that myself but then forgot to fix it anyway. > > Other than that, the series is > > Reviewed-by: Jani Nikula <jani.nikula@xxxxxxxxx> Thanks. Pushed the lot. > > > > drm/i915/wm: Use per-device debugs in pre-ilk wm code > > drm/i915/wm: Use per-device debugs ilk wm code > > drm/i915/dvo/ns2501: Nuke pointless casts > > drm/i915/dvo: Use sizeof(*variable) instead of sizeof(type) > > > > drivers/gpu/drm/i915/display/dvo_ch7017.c | 2 +- > > drivers/gpu/drm/i915/display/dvo_ch7xxx.c | 2 +- > > drivers/gpu/drm/i915/display/dvo_ivch.c | 2 +- > > drivers/gpu/drm/i915/display/dvo_ns2501.c | 6 +- > > drivers/gpu/drm/i915/display/dvo_sil164.c | 2 +- > > drivers/gpu/drm/i915/display/dvo_tfp410.c | 2 +- > > drivers/gpu/drm/i915/display/i9xx_wm.c | 81 +++---- > > drivers/gpu/drm/i915/display/intel_bios.c | 73 +++--- > > drivers/gpu/drm/i915/display/intel_bios.h | 3 +- > > drivers/gpu/drm/i915/display/intel_color.c | 11 +- > > drivers/gpu/drm/i915/display/intel_dp_hdcp.c | 12 +- > > drivers/gpu/drm/i915/display/intel_fb.c | 7 +- > > .../gpu/drm/i915/display/intel_global_state.h | 4 +- > > drivers/gpu/drm/i915/display/intel_opregion.c | 6 +- > > drivers/gpu/drm/i915/display/intel_sdvo.c | 217 ++++++++++-------- > > 15 files changed, 233 insertions(+), 197 deletions(-) > > -- > Jani Nikula, Intel -- Ville Syrjälä Intel