]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/display/dp: Define function to setup Extended wake time
authorSuraj Kandpal <suraj.kandpal@intel.com>
Wed, 22 Jan 2025 05:33:57 +0000 (11:03 +0530)
committerSuraj Kandpal <suraj.kandpal@intel.com>
Tue, 4 Feb 2025 12:27:31 +0000 (17:57 +0530)
commiteaf53ac4901fbb06a94cc0b7842567b3d13c0492
tree1996309d509774b98b343af76be7689c333ff745
parente5e8367d25abcf1ed5f9f84df7c856bd4e1e12c9
drm/display/dp: Define function to setup Extended wake time

Extended wake timeout request helps to give additional
time by reading the DPCD register through which sink requests the
minimal amount of time required to wake the sink up.
Source  device shall keep retying the AUX tansaction till the
extended timeout that is being granted for LTTPRs from the
sink device.

--v2
-Add documentation [Dmitry]

Spec: DP v2.1 Section 3.6.12.3
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20250122053358.1545039-3-suraj.kandpal@intel.com
drivers/gpu/drm/display/drm_dp_helper.c
include/drm/display/drm_dp_helper.h