drm/i915/display: move plane prepare/cleanup to intel_atomic_plane.c
authorDave Airlie <airlied@redhat.com>
Tue, 12 Oct 2021 04:34:55 +0000 (14:34 +1000)
committerJani Nikula <jani.nikula@intel.com>
Tue, 12 Oct 2021 09:58:19 +0000 (12:58 +0300)
commit74a75dc908692dd0548209004e53832c02433c0c
tree85fa0ef439d5d47643e9e3f10f70ada481e4ee66
parent5c31e9d013b52cc8420ca97e5ae004c9d4b8cf7f
drm/i915/display: move plane prepare/cleanup to intel_atomic_plane.c

Start to refactor more stuff out of intel_display.c. These fit
better in this file.

This moves the rps boosting code as well as this is the only user of it.

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-2-airlied@gmail.com
drivers/gpu/drm/i915/display/intel_atomic_plane.c
drivers/gpu/drm/i915/display/intel_display.c
drivers/gpu/drm/i915/display/intel_display.h