• C
    drm/i915: Prevent double dpms on · 032d2a0d
    Chris Wilson 提交于
    Arguably this is a bug in drm-core in that we should not be called twice
    in succession with DPMS_ON, however this is still occuring and we see
    FDI link training failures on the second call leading to the occassional
    blank display. For the time being ignore the repeated call.
    
    Original patch by Dave Airlie <airlied@redhat.com>
    Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
    Cc: stable@kernel.org
    032d2a0d
intel_display.c 177.9 KB