Skip to content

Commit 0598123

Browse files
ideakgregkh
authored andcommitted
Revert "drm/dp: Change AUX DPCD probe address from DPCD_REV to LANE0_1_STATUS"
This reverts commit 944e732 which is commit a40c5d7 upstream. The upstream commit a40c5d7 ("drm/dp: Change AUX DPCD probe address from DPCD_REV to LANE0_1_STATUS") the reverted commit backported causes a regression, on one eDP panel at least resulting in display flickering, described in detail at the Link: below. The issue fixed by the upstream commit will need a different solution, revert the backport for now. Cc: [email protected] Cc: [email protected] Cc: Sasha Levin <[email protected]> Link: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14558 Signed-off-by: Imre Deak <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 4e06c33 commit 0598123

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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_DPCD_REV);
729729
if (ret < 0)
730730
return ret;
731731
}

0 commit comments

Comments
 (0)