Displaying 1 result from an estimated 1 matches for "9e360ffa".
2018 Feb 15
0
[PATCH] kms/nv50: always call drm_dp_dpcd_write after drm_dp_mst_hpd_irq
...ail anymore on above
mentioned setup.
Maybe there is a better fix for this issue.
Signed-off-by: Karol Herbst <kherbst at redhat.com>
---
drm/nouveau/nv50_display.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drm/nouveau/nv50_display.c b/drm/nouveau/nv50_display.c
index dd8d4352..9e360ffa 100644
--- a/drm/nouveau/nv50_display.c
+++ b/drm/nouveau/nv50_display.c
@@ -3337,9 +3337,6 @@ nv50_mstm_service(struct nv50_mstm *mstm)
}
drm_dp_mst_hpd_irq(&mstm->mgr, esi, &handled);
- if (!handled)
- break;
-
drm_dp_dpcd_write(aux, DP_SINK_COUNT_ESI + 1, &esi[1], 3)...