diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2019-04-26 11:17:22 +0300 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2019-04-26 12:20:39 +0300 |
commit | 56c5098ffcf8e655ac4e8f0634e44f1cea988590 (patch) | |
tree | 4b9461b45e6862d3bb3ef6bffe5c7b9263376a4f /drivers/gpu/drm/i915/vlv_dsi_pll.c | |
parent | ebb5eb7d731cc39e29661e0eb9dfe61242817663 (diff) | |
download | linux-56c5098ffcf8e655ac4e8f0634e44f1cea988590.tar.xz |
drm/i915: Separate sideband declarations to intel_sideband.h
Split the sideback declarations out of the ginormous i915_drv.h
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190426081725.31217-5-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/vlv_dsi_pll.c')
-rw-r--r-- | drivers/gpu/drm/i915/vlv_dsi_pll.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/vlv_dsi_pll.c b/drivers/gpu/drm/i915/vlv_dsi_pll.c index 25b811174f5c..99cc3e2e9c2c 100644 --- a/drivers/gpu/drm/i915/vlv_dsi_pll.c +++ b/drivers/gpu/drm/i915/vlv_dsi_pll.c @@ -26,9 +26,11 @@ */ #include <linux/kernel.h> -#include "intel_drv.h" + #include "i915_drv.h" +#include "intel_drv.h" #include "intel_dsi.h" +#include "intel_sideband.h" static const u16 lfsr_converts[] = { 426, 469, 234, 373, 442, 221, 110, 311, 411, /* 62 - 70 */ |