]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4dbbf28acde6a040d4280e18ea00da54bcbf789d
treeff15349f05bce15b7b66bb1e0acc32ae40c22345
parentfdc24e8cb90c2cc8c05174393fdb4b7ecd942e51
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