Skip to content

Commit fbefd8a

Browse files
committed
Merge tag 'drm-intel-fixes-2025-07-17' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes
- DP AUX DPCD address fix (Imre) Signed-off-by: Dave Airlie <[email protected]> From: Rodrigo Vivi <[email protected]> Link: https://lore.kernel.org/r/[email protected]
2 parents cbc3fa8 + d34d6fe commit fbefd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/display/drm_dp_helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ ssize_t drm_dp_dpcd_read(struct drm_dp_aux *aux, unsigned int offset,
725725
* monitor doesn't power down exactly after the throw away read.
726726
*/
727727
if (!aux->is_remote) {
728-
ret = drm_dp_dpcd_probe(aux, DP_LANE0_1_STATUS);
728+
ret = drm_dp_dpcd_probe(aux, DP_TRAINING_PATTERN_SET);
729729
if (ret < 0)
730730
return ret;
731731
}

0 commit comments

Comments
 (0)