diff options
author | 2025-02-10 14:26:18 +0100 | |
---|---|---|
committer | 2025-02-13 16:17:47 +0100 | |
commit | 9f3f59382a4e83c9fdfbaf1d8eb2ccfcd51cd38c (patch) | |
tree | d8281b7183c350a2e79b222dda887a9f89f9552a /drivers/gpu/drm/meson/meson_encoder_dsi.c | |
parent | drm/atomic-helper: Introduce drm_atomic_helper_reset_crtc() (diff) | |
download | wireguard-linux-9f3f59382a4e83c9fdfbaf1d8eb2ccfcd51cd38c.tar.xz wireguard-linux-9f3f59382a4e83c9fdfbaf1d8eb2ccfcd51cd38c.zip |
drm/vc4: hdmi: Use drm_atomic_helper_reset_crtc()
The current code uses a the reset_pipe() local function to reset the
CRTC outputs.
drm_atomic_helper_reset_crtc() has been introduced recently and it
performs exact same operations.
In order to avoid code duplication, use the new helper instead of the
local function.
Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Acked-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20250210132620.42263-4-herve.codina@bootlin.com
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/meson/meson_encoder_dsi.c')
0 files changed, 0 insertions, 0 deletions