Re: [PATCH 0/2] drm/dp_mst: Fix link address probing regressions

2020-03-09 Thread Alex Deucher
On Fri, Mar 6, 2020 at 6:49 PM Lyude Paul wrote: > > While fixing some regressions caused by introducing bandwidth checking > into the DP MST atomic helpers, I realized there was another much more > subtle regression that got introduced by a seemingly harmless patch to > fix unused variable errors

[PATCH 0/2] drm/dp_mst: Fix link address probing regressions

2020-03-06 Thread Lyude Paul
While fixing some regressions caused by introducing bandwidth checking into the DP MST atomic helpers, I realized there was another much more subtle regression that got introduced by a seemingly harmless patch to fix unused variable errors while compiling with W=1 (mentioned in patch 2). Basically,