forked from Minki/linux
e95c8438ea
Somehow we have a fast-path that tries to avoid going through
the load-detect code when the encode already has a crtc associated.
But this fails horribly when the crtc is off. The load detect pipe
itself manages this case well (and also does not forget to restore the
dpms state), so just rip out this special case.
The issue seems to go back all the way to the commit that originally
introduced load-detection on the vga output:
commit
|
||
---|---|---|
.. | ||
drm | ||
stub | ||
vga | ||
Makefile |