mbox series

[0/2] Extended Wake Timeout

Message ID 20241213060317.2674290-1-suraj.kandpal@intel.com (mailing list archive)
Headers show
Series Extended Wake Timeout | expand

Message

Kandpal, Suraj Dec. 13, 2024, 6:03 a.m. UTC
Retimers in H/w usually takes 30 to 40ms to wake up all the devices. To
get this we use the Extended Wake Time feature in which the sink device
tells us the minimum amount of time it requires to wake up and we need
to do a write to grant this request else we need to wake up within 1ms
of low power state exit.

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>

Suraj Kandpal (2):
  drm/dp: Add the DPCD register required for Extended wake timeout
  drm/i915/lttpr: Enable Extended Wake Timeout

 drivers/gpu/drm/i915/display/intel_ddi.c      |  2 +
 .../drm/i915/display/intel_dp_link_training.c | 46 +++++++++++++++++++
 .../drm/i915/display/intel_dp_link_training.h |  1 +
 include/drm/display/drm_dp.h                  | 14 ++++++
 4 files changed, 63 insertions(+)