diff options
author | Imre Deak <imre.deak@intel.com> | 2021-03-25 22:47:49 +0100 |
---|---|---|
committer | Imre Deak <imre.deak@intel.com> | 2021-03-29 21:54:50 +0200 |
commit | f837a61fb3abc66b827eb9a009b37ca4b7641c3a (patch) | |
tree | ff15349f05bce15b7b66bb1e0acc32ae40c22345 /drivers/gpu/drm/i915/display/skl_universal_plane.c | |
parent | drm/i915/selftest: Make sure to init i915_ggtt_view in igt_vma_rotate_remap() (diff) | |
download | linux-f837a61fb3abc66b827eb9a009b37ca4b7641c3a.tar.xz linux-f837a61fb3abc66b827eb9a009b37ca4b7641c3a.zip |
drm/i915/intel_fb: Pull FB plane functions from intel_display_types.h
Start collecting all the FB plane related functions into a new intel_fb.c
file.
v2: Drop display/ part of header includes. (Ville)
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210325214808.2071517-7-imre.deak@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/skl_universal_plane.c')
-rw-r--r-- | drivers/gpu/drm/i915/display/skl_universal_plane.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/display/skl_universal_plane.c b/drivers/gpu/drm/i915/display/skl_universal_plane.c index 245c10221538..1eb7641dcd78 100644 --- a/drivers/gpu/drm/i915/display/skl_universal_plane.c +++ b/drivers/gpu/drm/i915/display/skl_universal_plane.c @@ -11,6 +11,7 @@ #include "i915_drv.h" #include "intel_atomic_plane.h" #include "intel_display_types.h" +#include "intel_fb.h" #include "intel_pm.h" #include "intel_psr.h" #include "intel_sprite.h" |