Skip to content

Commit 79f6a64

Browse files
ideakgregkh
authored andcommitted
Revert "drm/dp: Change AUX DPCD probe address from DPCD_REV to LANE0_1_STATUS"
This reverts commit 3c778a9 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: intel-gfx@lists.freedesktop.org Cc: dri-devel@lists.freedesktop.org Cc: Sasha Levin <sashal@kernel.org> Link: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14558 Signed-off-by: Imre Deak <imre.deak@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 7259d9d commit 79f6a64

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
@@ -664,7 +664,7 @@ ssize_t drm_dp_dpcd_read(struct drm_dp_aux *aux, unsigned int offset,
664664
* monitor doesn't power down exactly after the throw away read.
665665
*/
666666
if (!aux->is_remote) {
667-
ret = drm_dp_dpcd_probe(aux, DP_LANE0_1_STATUS);
667+
ret = drm_dp_dpcd_probe(aux, DP_DPCD_REV);
668668
if (ret < 0)
669669
return ret;
670670
}

0 commit comments

Comments
 (0)