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_ddi.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_ddi.c')
| -rw-r--r-- | drivers/gpu/drm/i915/display/intel_ddi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_ddi.c b/drivers/gpu/drm/i915/display/intel_ddi.c index 766a8dbe095d..6ee0f77b7927 100644 --- a/drivers/gpu/drm/i915/display/intel_ddi.c +++ b/drivers/gpu/drm/i915/display/intel_ddi.c @@ -57,6 +57,7 @@ #include "intel_snps_phy.h" #include "intel_sprite.h" #include "intel_tc.h" +#include "intel_tc_phy_regs.h" #include "intel_vdsc.h" #include "intel_vrr.h" #include "skl_scaler.h" |