From: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> Polish the VLV/CHV DPIO stuff and extract vlv_dpio_phy_regs.h to declutter i915_reg.h a bit. Ville Syrjälä (14): drm/i915/dpio: Remove pointless VLV_PCS01_DW8 read drm/i915/dpio: s/VLV_REF_DW13/VLV_REF_DW11/ drm/i915/dpio: s/VLV_PLL_DW9_BCAST/VLV_PCS_DW17_BCAST/ drm/i915/dpio: Fix VLV DPIO PLL register dword numbering drm/i915/dpio: Remove pointless variables from vlv/chv DPLL code drm/i915/dpio: Rename some variables drm/i915/dpio: s/port/ch/ drm/i915/dpio: s/pipe/ch/ drm/i915/dpio: Derive the phy from the port rather than pipe in encoder hooks drm/i915/dpio: Give VLV DPIO group register a clearer name drm/i915/dpio: Rename a few CHV DPIO PHY registers drm/i915/dpio: Clean up VLV/CHV DPIO PHY register defines drm/i915/dpio: Clean up the vlv/chv PHY register bits drm/i915/dpio: Extract vlv_dpio_phy_regs.h drivers/gpu/drm/i915/display/intel_display.c | 1 + .../i915/display/intel_display_power_well.c | 16 +- drivers/gpu/drm/i915/display/intel_dpio_phy.c | 148 ++++---- drivers/gpu/drm/i915/display/intel_dpll.c | 260 +++++++------ .../gpu/drm/i915/display/vlv_dpio_phy_regs.h | 309 ++++++++++++++++ drivers/gpu/drm/i915/i915_reg.h | 343 ------------------ drivers/gpu/drm/i915/vlv_sideband.c | 1 - 7 files changed, 515 insertions(+), 563 deletions(-) create mode 100644 drivers/gpu/drm/i915/display/vlv_dpio_phy_regs.h -- 2.43.2