]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/display: refactor initial plane config to a separate file
authorDave Airlie <airlied@redhat.com>
Tue, 12 Oct 2021 04:34:58 +0000 (14:34 +1000)
committerJani Nikula <jani.nikula@intel.com>
Tue, 12 Oct 2021 09:58:33 +0000 (12:58 +0300)
commit5f299d00bdebd2e3248536a8e4bd5bbbba105ddb
treed529107ce7b071530baf8bff39a264a115c0998a
parent7b703c90d2623703f89f07dbd283d9b9f99782af
drm/i915/display: refactor initial plane config to a separate file

This moves this functionality out of intel_display.c to separate
self-contained file.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211012043502.1377715-5-airlied@gmail.com
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/display/intel_display.c
drivers/gpu/drm/i915/display/intel_display.h
drivers/gpu/drm/i915/display/intel_plane_initial.c [new file with mode: 0644]
drivers/gpu/drm/i915/display/intel_plane_initial.h [new file with mode: 0644]