OSDN Git Service

drm/i915: Move TC PHY registers to their own header
authorMatt Roper <matthew.d.roper@intel.com>
Tue, 11 Jan 2022 05:15:59 +0000 (21:15 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Tue, 11 Jan 2022 22:03:25 +0000 (14:03 -0800)
commit24ce4d6d2ca626a733f70b578c4a298b200a69de
treed4593f3c383dc694f7ecdf4cfc03d5cf89019f4b
parentd0864ee4f81fd8c782fbb382f80d6c9c531f2967
drm/i915: Move TC PHY registers to their own header

Registers representing the MG/DKL TC PHYs (including the TC DPLLs which
exist inside the PHY) are only needed in a couple files and on specific
platforms; let's keep them separate from the general register pool.

Cc: Jani Nikula <jani.nikula@linux.intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220111051600.3429104-11-matthew.d.roper@intel.com
drivers/gpu/drm/i915/display/intel_ddi.c
drivers/gpu/drm/i915/display/intel_dpll_mgr.c
drivers/gpu/drm/i915/display/intel_tc.c
drivers/gpu/drm/i915/display/intel_tc_phy_regs.h [new file with mode: 0644]
drivers/gpu/drm/i915/i915_reg.h