/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
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