All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] drm/i915: drm_dbg_kms() conversions and cleanups
@ 2024-02-08 15:17 Ville Syrjala
  2024-02-08 15:17 ` [PATCH 01/13] drm/i915: Correct for_each_old_global_obj_in_state() arguments Ville Syrjala
                   ` (17 more replies)
  0 siblings, 18 replies; 20+ messages in thread
From: Ville Syrjala @ 2024-02-08 15:17 UTC (permalink / raw)
  To: intel-gfx

From: Ville Syrjälä <ville.syrjala@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


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2024-02-09 12:54 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-08 15:17 [PATCH 00/13] drm/i915: drm_dbg_kms() conversions and cleanups Ville Syrjala
2024-02-08 15:17 ` [PATCH 01/13] drm/i915: Correct for_each_old_global_obj_in_state() arguments Ville Syrjala
2024-02-08 15:17 ` [PATCH 02/13] drm/i915/sdvo: Convert to per-device debugs Ville Syrjala
2024-02-08 15:17 ` [PATCH 03/13] drm/i915/sdvo: Fix up code alignment Ville Syrjala
2024-02-08 15:17 ` [PATCH 04/13] drm/i915/color: Use per-device debugs Ville Syrjala
2024-02-08 15:17 ` [PATCH 05/13] drm/i915/fb: " Ville Syrjala
2024-02-08 15:17 ` [PATCH 06/13] drm/i915/bios: Switch to kms debugs Ville Syrjala
2024-02-08 15:17 ` [PATCH 07/13] drm/i915/bios: Use per-device debugs for VBT related stuff Ville Syrjala
2024-02-08 15:17 ` [PATCH 08/13] drm/i915/hdcp: Use per-device debugs Ville Syrjala
2024-02-08 15:17 ` [PATCH 09/13] drm/i915/wm: Pass the whole i916 to intel_get_cxsr_latency() Ville Syrjala
2024-02-08 15:17 ` [PATCH 10/13] drm/i915/wm: Use per-device debugs in pre-ilk wm code Ville Syrjala
2024-02-08 15:17 ` [PATCH 11/13] drm/i915/wm: Use per-device debugs ilk " Ville Syrjala
2024-02-08 15:17 ` [PATCH 12/13] drm/i915/dvo/ns2501: Nuke pointless casts Ville Syrjala
2024-02-08 15:17 ` [PATCH 13/13] drm/i915/dvo: Use sizeof(*variable) instead of sizeof(type) Ville Syrjala
2024-02-08 15:52 ` [PATCH 00/13] drm/i915: drm_dbg_kms() conversions and cleanups Jani Nikula
2024-02-09 12:54   ` Ville Syrjälä
2024-02-08 21:43 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2024-02-08 21:43 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-02-08 22:02 ` ✓ Fi.CI.BAT: success " Patchwork
2024-02-09  3:35 ` ✗ Fi.CI.IGT: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.