]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/nouveau/dp: Use the generic helper to control LTTPR transparent mode
authorAbel Vesa <abel.vesa@linaro.org>
Mon, 3 Feb 2025 10:57:57 +0000 (12:57 +0200)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Tue, 25 Feb 2025 16:33:48 +0000 (18:33 +0200)
commit226a0baf9098841ceb92ab7804a07426540663c7
tree170fcc10052afb4560ed851755a6605a04379c02
parent5e7715478c273e5b17b08942182bc0350b7ef3a6
drm/nouveau/dp: Use the generic helper to control LTTPR transparent mode

LTTPRs operating modes are defined by the DisplayPort standard and the
generic framework now provides a helper to switch between them, which
is handling the explicit disabling of non-transparent mode and its
disable->enable sequence mentioned in the DP Standard v2.0 section
3.6.6.1.

So use the new drm generic helper instead as it makes the code a bit
cleaner.

Reviewed-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Acked-by: Danilo Krummrich <dakr@kernel.org> # via IRC
Link: https://patchwork.freedesktop.org/patch/msgid/20250203-drm-dp-msm-add-lttpr-transparent-mode-set-v5-2-c865d0e56d6e@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
drivers/gpu/drm/nouveau/nouveau_dp.c