• Chris Wilson's avatar
    drm: Do not force 1024x768 modes on unknown connectors · c7ef35a9
    Chris Wilson authored
    Only fallback to a set of default modes on a connector iff that
    connector is known to be connected. The issue occurs that with limited
    hardware which cannot probe a connector and so reports the
    connector status as unknown will then attempt to retrieve the modes for
    it during drm_helper_probe_single_connector_modes(). Should that fail,
    the helper then generates a default set which fools the fb_helper and
    causes havoc with the console and beyond.
    Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
    Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
    c7ef35a9
drm_crtc_helper.c 25.6 KB