Commit 6f1923f5 authored by Ville Syrjälä's avatar Ville Syrjälä

drm/i915/dpio: Extract vlv_dpio_phy_regs.h

Pull the VLV/CHV DPIO PHY sideband registers to their own file.

v2: drop stray tabs (Jani)
Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240422083457.23815-15-ville.syrjala@linux.intel.comReviewed-by: default avatarJani Nikula <jani.nikula@intel.com>
parent b0efc428
...@@ -119,6 +119,7 @@ ...@@ -119,6 +119,7 @@
#include "skl_scaler.h" #include "skl_scaler.h"
#include "skl_universal_plane.h" #include "skl_universal_plane.h"
#include "skl_watermark.h" #include "skl_watermark.h"
#include "vlv_dpio_phy_regs.h"
#include "vlv_dsi.h" #include "vlv_dsi.h"
#include "vlv_dsi_pll.h" #include "vlv_dsi_pll.h"
#include "vlv_dsi_regs.h" #include "vlv_dsi_regs.h"
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include "intel_tc.h" #include "intel_tc.h"
#include "intel_vga.h" #include "intel_vga.h"
#include "skl_watermark.h" #include "skl_watermark.h"
#include "vlv_dpio_phy_regs.h"
#include "vlv_sideband.h" #include "vlv_sideband.h"
#include "vlv_sideband_reg.h" #include "vlv_sideband_reg.h"
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include "intel_display_types.h" #include "intel_display_types.h"
#include "intel_dp.h" #include "intel_dp.h"
#include "intel_dpio_phy.h" #include "intel_dpio_phy.h"
#include "vlv_dpio_phy_regs.h"
#include "vlv_sideband.h" #include "vlv_sideband.h"
/** /**
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include "intel_panel.h" #include "intel_panel.h"
#include "intel_pps.h" #include "intel_pps.h"
#include "intel_snps_phy.h" #include "intel_snps_phy.h"
#include "vlv_dpio_phy_regs.h"
#include "vlv_sideband.h" #include "vlv_sideband.h"
struct intel_dpll_funcs { struct intel_dpll_funcs {
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment