RE: [PATCH] drm/amd/display: Fix module load hangs when connected to an eDP

2020-10-09 Thread Li, Roman
/display: Fix module load hangs when connected to an eDP It was recently introduced a change that enables driver to disable streams if pixel clock changes. Consequently, the code path executed in the disable vbios function expanded to an encoder verification part. The encoder loop is nested inside the

[PATCH] drm/amd/display: Fix module load hangs when connected to an eDP

2020-10-09 Thread Rodrigo Siqueira
It was recently introduced a change that enables driver to disable streams if pixel clock changes. Consequently, the code path executed in the disable vbios function expanded to an encoder verification part. The encoder loop is nested inside the pipe count loop, and both loops share the 'i' variabl