[Intel-gfx] [PATCH 0/8] drm/i915: LVDS cleanup

Ville Syrjala ville.syrjala at linux.intel.com
Mon Jan 30 18:05:32 UTC 2023


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

Some cleanup/modernization of the LVDS code.

Ville Syrjälä (8):
  drm/i915/lvds: Split long lines
  drm/i915/lvds: Use intel_de_rmw()
  drm/i915/lvds: Use REG_BIT() & co.
  drm/i915/lvds: Extract intel_lvds_regs.h
  drm/i915/lvds: Fix whitespace
  drm/i915/lvds: s/dev_priv/i915/
  drm/i915/lvds: s/intel_encoder/encoder/ etc.
  drm/i915/lvds: s/pipe_config/crtc_state/

 drivers/gpu/drm/i915/display/intel_display.c  |   1 +
 drivers/gpu/drm/i915/display/intel_lvds.c     | 332 +++++++++---------
 .../gpu/drm/i915/display/intel_lvds_regs.h    |  65 ++++
 drivers/gpu/drm/i915/display/intel_panel.c    |   1 +
 .../gpu/drm/i915/display/intel_pch_display.c  |   1 +
 drivers/gpu/drm/i915/display/intel_pps.c      |   1 +
 drivers/gpu/drm/i915/i915_reg.h               |  56 ---
 drivers/gpu/drm/i915/intel_gvt_mmio_table.c   |   1 +
 8 files changed, 232 insertions(+), 226 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/display/intel_lvds_regs.h

-- 
2.39.1



More information about the Intel-gfx mailing list