• xurui's avatar
    drm/amdgpu: Retry DDC probing on DVI on failure if we got an HPD interrupt · 90f56611
    xurui authored
    HPD signals on DVI ports can be fired off before the pins required for
    DDC probing actually make contact, due to the pins for HPD making
    contact first. This results in a HPD signal being asserted but DDC
    probing failing, resulting in hotplugging occasionally failing.
    
    Rescheduling the hotplug work for a second when we run into an HPD
    signal with a failing DDC probe usually gives enough time for the rest
    of the connector's pins to make contact, and fixes this issue.
    Signed-off-by: default avatarxurui <xurui@kylinos.cn>
    Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
    90f56611
amdgpu_mode.h 16.3 KB