mbox series

[0/8] Refactor and Add helper function for combophy/tc ports

Message ID 20181003072203.12848-1-mahesh1.kumar@intel.com (mailing list archive)
Headers show
Series Refactor and Add helper function for combophy/tc ports | expand

Message

Kumar, Mahesh Oct. 3, 2018, 7:21 a.m. UTC
This series refactor code and register definitions for combophy
port registers. And also creates helper functions to identify
combophy/tc ports.

Lucas De Marchi (1):
  drm/i915/icl: Introduce new macros to get combophy registers

Mahesh Kumar (4):
  drm/i915/icl: create function to identify combophy port
  drm/i915/icl: use combophy/TC helper functions during display
    detection
  drm/i915/icl: Combine all port/combophy macros at one place
  drm/i915/icl: Fix DDI/TC port clk_off bits

Vandita Kulkarni (3):
  drm/i915/icl: Refactor get_ddi_pll using helper func
  drm/i915/icl: Use helper functions to classify the ports
  drm/i915/icl: Refactor icl pll functions

 drivers/gpu/drm/i915/i915_reg.h       | 245 +++++++++++++++-------------------
 drivers/gpu/drm/i915/intel_ddi.c      |  36 +++--
 drivers/gpu/drm/i915/intel_display.c  |  36 +++--
 drivers/gpu/drm/i915/intel_dp.c       |  15 +--
 drivers/gpu/drm/i915/intel_dpll_mgr.c |  70 +++-------
 drivers/gpu/drm/i915/intel_dpll_mgr.h |   2 +
 drivers/gpu/drm/i915/intel_drv.h      |   1 +
 7 files changed, 178 insertions(+), 227 deletions(-)