drm/vkms: move wb's atomic_check from encoder to connector
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fri, 8 Dec 2023 01:03:14 +0000 (04:03 +0300)
committerMaxime Ripard <mripard@kernel.org>
Fri, 8 Dec 2023 09:24:30 +0000 (10:24 +0100)
commitaa8ec5d7b26d820dfad2f7668e9dd9edff7ebd7d
treeb2142947881afd168e6601e8ad90ddd47650e260
parent66f011145b835f9a68af9d7156c8d84a6f29c331
drm/vkms: move wb's atomic_check from encoder to connector

As the renamed drm_atomic_helper_check_wb_connector_state() now accepts
drm_writeback_connector as the first argument (instead of drm_encoder),
move the VKMS writeback atomic_check from drm_encoder_helper_funcs to
drm_connector_helper_funcs. Also drop the vkms_wb_encoder_helper_funcs,
which have become empty now.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20231208010314.3395904-3-dmitry.baryshkov@linaro.org
drivers/gpu/drm/vkms/vkms_writeback.c