Skip to content

Commit 6f06f45

Browse files
ideakgregkh
authored andcommitted
Revert "drm/dp: Change AUX DPCD probe address from DPCD_REV to LANE0_1_STATUS"
This reverts commit 4f546a7 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 77a24b8 commit 6f06f45

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

0 commit comments

Comments
 (0)