Skip to content
  • Dave Airlie's avatar
    drm/radeon: don't poll tv dac if crtc2 is in use. · b62e948f
    Dave Airlie authored
    
    
    So when we added output polling, we'd suddenly use this code more often, and the fact that it always takes over crtc2 and messes with it during probing isn't what we really want to be happening. A more complete fix would to change it to use whatever crtc was free at the time, but for now lets stay simple and just don't poll if crtc2 is already in use.
    
    Although a more correct fix was found I suspect we should do this as well, until we get a chance to readdres the tv out polling issues.
    
    Reported-by: default avatarTorsten Kaiser <just.for.lkml@googlemail.com>
    Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
    b62e948f