drm/i915/intel_fb: Pull FB plane functions from intel_display_types.h
authorImre Deak <imre.deak@intel.com>
Thu, 25 Mar 2021 21:47:49 +0000 (23:47 +0200)
committerImre Deak <imre.deak@intel.com>
Mon, 29 Mar 2021 19:54:50 +0000 (22:54 +0300)
commitf837a61fb3abc66b827eb9a009b37ca4b7641c3a
treeff15349f05bce15b7b66bb1e0acc32ae40c22345
parent54c2921f7e9eeb7bb17e7174fb83c833503277f5
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
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/display/intel_display.c
drivers/gpu/drm/i915/display/intel_display_types.h
drivers/gpu/drm/i915/display/intel_fb.c [new file with mode: 0644]
drivers/gpu/drm/i915/display/intel_fb.h [new file with mode: 0644]
drivers/gpu/drm/i915/display/skl_universal_plane.c