summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_psr.c
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2021-10-21 01:33:36 +0300
committerVille Syrjälä <ville.syrjala@linux.intel.com>2021-10-21 22:22:58 +0300
commit09f8fe4cae5ee8eb2ac44e437d4295357f3cdb36 (patch)
treea00464cc96fa5b6a540cb5e4a968719149eda58d /drivers/gpu/drm/i915/display/intel_psr.c
parent0b2c31dd8868651d878af4c60b235dfb52909e74 (diff)
downloadlinux-09f8fe4cae5ee8eb2ac44e437d4295357f3cdb36.tar.gz
linux-09f8fe4cae5ee8eb2ac44e437d4295357f3cdb36.tar.bz2
linux-09f8fe4cae5ee8eb2ac44e437d4295357f3cdb36.zip
drm/i915: Move function prototypes to the correct header
A bunch of function prototypes were left behind when the plane/crtc code got reshuffled to new files. Move the prototypes as well. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20211020223339.669-2-ville.syrjala@linux.intel.com Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_psr.c')
-rw-r--r--drivers/gpu/drm/i915/display/intel_psr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_psr.c b/drivers/gpu/drm/i915/display/intel_psr.c
index 49c2dfbd4055..ccffe05784d3 100644
--- a/drivers/gpu/drm/i915/display/intel_psr.c
+++ b/drivers/gpu/drm/i915/display/intel_psr.c
@@ -28,13 +28,13 @@
#include "i915_drv.h"
#include "intel_atomic.h"
+#include "intel_crtc.h"
#include "intel_de.h"
#include "intel_display_types.h"
#include "intel_dp_aux.h"
#include "intel_hdmi.h"
#include "intel_psr.h"
#include "intel_snps_phy.h"
-#include "intel_sprite.h"
#include "skl_universal_plane.h"
/**