mbox series

[0/8] drm/i915/dsc: cleanups

Message ID cover.1693933849.git.jani.nikula@intel.com (mailing list archive)
Headers show
Series drm/i915/dsc: cleanups | expand

Message

Jani Nikula Sept. 5, 2023, 5:11 p.m. UTC
Jani Nikula (8):
  drm/i915/dsc: improve clarify of the pps reg read/write helpers
  drm/i915/dsc: have intel_dsc_pps_read_and_verify() return the value
  drm/i915/dsc: have intel_dsc_pps_read() return the value
  drm/i915/dsc: rename pps write to intel_dsc_pps_write()
  drm/i915/dsc: drop redundant = 0 assignments
  drm/i915/dsc: clean up pps comments
  drm/i915/dsc: add the PPS number to the register content macros
  drm/i915/dsc: use REG_BIT, REG_GENMASK, and friends for PPS0 and PPS1

 drivers/gpu/drm/i915/display/intel_vdsc.c     | 362 +++++++++---------
 .../gpu/drm/i915/display/intel_vdsc_regs.h    | 184 ++++-----
 2 files changed, 272 insertions(+), 274 deletions(-)