[PATCH 00/13] drm/i915: drm_dbg_kms() conversions and cleanups
Ville Syrjala
ville.syrjala at linux.intel.com
Thu Feb 8 15:17:07 UTC 2024
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
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()
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(-)
--
2.43.0
More information about the Intel-gfx
mailing list