This patchset adds the i915 parts in [1] to debug print the DSC HW state
to dmesg and debugfs.

[1] https://lore.kernel.org/all/[email protected]

Cc: Jani Nikula <[email protected]>

Imre Deak (7):
  drm/i915: Replace to_bpp_x16() with fxp_q4_from_int()
  drm/i915: Replace to_bpp_int() with fxp_q4_to_int()
  drm/i915: Replace to_bpp_int_roundup() with fxp_q4_to_int_roundup()
  drm/i915: Replace to_bpp_frac() with fxp_q4_to_frac()
  drm/i915: Replace BPP_X16_FMT()/ARGS() with FXP_Q4_FMT()/ARGS()
  drm/i915: Dump DSC state to dmesg and debugfs/i915_display_info
  drm/i915: Remove DSC register dump

 drivers/gpu/drm/i915/display/icl_dsi.c        |  9 ++--
 drivers/gpu/drm/i915/display/intel_audio.c    |  5 +-
 drivers/gpu/drm/i915/display/intel_bios.c     |  5 +-
 drivers/gpu/drm/i915/display/intel_cdclk.c    |  5 +-
 .../drm/i915/display/intel_crtc_state_dump.c  |  3 ++
 drivers/gpu/drm/i915/display/intel_display.c  |  7 +--
 .../drm/i915/display/intel_display_debugfs.c  |  4 ++
 .../drm/i915/display/intel_display_types.h    | 23 ---------
 drivers/gpu/drm/i915/display/intel_dp.c       | 51 ++++++++++---------
 drivers/gpu/drm/i915/display/intel_dp_mst.c   | 26 +++++-----
 drivers/gpu/drm/i915/display/intel_fdi.c      |  6 ++-
 drivers/gpu/drm/i915/display/intel_link_bw.c  |  4 +-
 drivers/gpu/drm/i915/display/intel_vdsc.c     | 51 ++++++++++---------
 drivers/gpu/drm/i915/display/intel_vdsc.h     |  4 ++
 14 files changed, 102 insertions(+), 101 deletions(-)

-- 
2.44.2

Reply via email to