is
helper in DP MST port initialization.
This, plus David Francis' patch [1], fix the issue of MST remote
aux DPCD CRCs read.
[1] https://patchwork.kernel.org/patch/11217941/
Cc: Leo Li
Cc: Harry Wentland
Signed-off-by: David (Dingchen) Zhang
---
drivers/gpu/drm/drm_dp
is
helper in DP MST port initialization.
Cc: Leo Li
Cc: Harry Wentland
Signed-off-by: David (Dingchen) Zhang
---
drivers/gpu/drm/drm_dp_helper.c | 13 +
drivers/gpu/drm/drm_dp_mst_topology.c | 3 +++
include/drm/drm_dp_helper.h | 1 +
3 files changed, 17 insertions
From: Dingchen Zhang
to terminate the while-loop in drm_dp_aux_crc_work when
drm_dp_start/stop_crc are called in the hook to set crc source.
v3: set crc->opened to false without checking (Nick)
v2: Move spin_lock around entire crc->opened use (Daniel)
Cc: Daniel Vetter
Cc: Harry Wentland
Cc:
From: Dingchen Zhang
to terminate the while-loop in drm_dp_aux_crc_work when
drm_dp_start/stop_crc are called in the hook to set crc source.
v2: Move spin_lock around entire crc->opened use (Daniel)
Cc: Daniel Vetter
Cc: Harry Wentland
Cc: Nick Kazlauskas
Signed-off-by: Dingchen Zhang
---