diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2021-10-15 10:16:18 +0300 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2021-10-19 09:36:54 +0300 |
commit | b2de2d006dfa6bf48b141a2a51ca078ed1047b63 (patch) | |
tree | 23554bf4e64ac9ddcd5527209ed0e562df21766f /drivers/gpu/drm/i915/display/intel_crt.c | |
parent | ae880cd02c547cf474cca976c39c76b629921b26 (diff) | |
download | linux-stable-b2de2d006dfa6bf48b141a2a51ca078ed1047b63.tar.gz linux-stable-b2de2d006dfa6bf48b141a2a51ca078ed1047b63.tar.bz2 linux-stable-b2de2d006dfa6bf48b141a2a51ca078ed1047b63.zip |
drm/i915: Move PCH modeset code to its own file
Start moving the code for PCH modeset sequence/etc. to
its own file.
Still not sure about the file name though...
Cc: Dave Airlie <airlied@redhat.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211015071625.593-3-ville.syrjala@linux.intel.com
Reviewed-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_crt.c')
-rw-r--r-- | drivers/gpu/drm/i915/display/intel_crt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_crt.c b/drivers/gpu/drm/i915/display/intel_crt.c index bf03bd0ecd43..54540138bd1d 100644 --- a/drivers/gpu/drm/i915/display/intel_crt.c +++ b/drivers/gpu/drm/i915/display/intel_crt.c @@ -45,6 +45,7 @@ #include "intel_fifo_underrun.h" #include "intel_gmbus.h" #include "intel_hotplug.h" +#include "intel_pch_display.h" #include "intel_pch_refclk.h" /* Here's the desired hotplug mode */ |