mbox series

[v2,0/9] drm/i915: i915_display_info cleanup

Message ID 20191129185434.25549-1-ville.syrjala@linux.intel.com (mailing list archive)
Headers show
Series drm/i915: i915_display_info cleanup | expand

Message

Ville Syrjälä Nov. 29, 2019, 6:54 p.m. UTC
From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Now that igt no longer parses the display_info from debugfs we can
actually make it a bit more sane. I already posted the first five
patches once, but I added a bit more on top for the hw vs. uapi
split (now we try to dump both). And I also took the opportunity to
start wearing down the legacy encoder->crtc and connector->encoder
pointers.

Ville Syrjälä (9):
  drm/i915: Use drm_rect to simplify plane {crtc,src}_{x,y,w,h} printing
  drm/i915: Switch to intel_ types in debugfs display_info
  drm/i915: Reorganize plane/fb dump in debugfs
  drm/i915: Refactor debugfs display info code
  drm/i915: Dump the mode for the crtc just the once
  drm/i915: Use drm_modeset_lock_all() in debugfs display info
  drm/i915: Use the canonical [CRTC:%d:%s]/etc. format in
    i915_display_info
  drm/i915: Dump both the uapi and hw states for crtcs and planes
  drm/i915: Stop using connector->encoder and encoder->crtc links in
    i915_display_info

 drivers/gpu/drm/i915/display/intel_display.h |   7 +
 drivers/gpu/drm/i915/i915_debugfs.c          | 282 ++++++++++---------
 2 files changed, 150 insertions(+), 139 deletions(-)