diff options
| author | Matt Roper <[email protected]> | 2022-01-10 21:15:59 -0800 |
|---|---|---|
| committer | Matt Roper <[email protected]> | 2022-01-11 14:03:25 -0800 |
| commit | 24ce4d6d2ca626a733f70b578c4a298b200a69de (patch) | |
| tree | d4593f3c383dc694f7ecdf4cfc03d5cf89019f4b /drivers/gpu/drm/i915/display/intel_dpll_mgr.c | |
| parent | d0864ee4f81fd8c782fbb382f80d6c9c531f2967 (diff) | |
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 <[email protected]>
Signed-off-by: Matt Roper <[email protected]>
Reviewed-by: Jani Nikula <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_dpll_mgr.c')
| -rw-r--r-- | drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_dpll_mgr.c b/drivers/gpu/drm/i915/display/intel_dpll_mgr.c index fc8fda77483a..3f7357123a6d 100644 --- a/drivers/gpu/drm/i915/display/intel_dpll_mgr.c +++ b/drivers/gpu/drm/i915/display/intel_dpll_mgr.c @@ -28,6 +28,7 @@ #include "intel_dpll_mgr.h" #include "intel_pch_refclk.h" #include "intel_tc.h" +#include "intel_tc_phy_regs.h" /** * DOC: Display PLLs |