Skip to content
  • Jonathon Jongsma's avatar
    Make output names match modesetting driver · 64cb597c
    Jonathon Jongsma authored and Christophe Fergeau's avatar Christophe Fergeau committed
    
    
    The xrandr output name used by the QXL driver is based on the drm
    connector type, but the names do not match the kernel names (see
    /drivers/gpu/drm/drm_connector.c) or the modesetting driver names (see
    hw/xfree86/drivers/modesetting/drmmode_display.c). Making these more
    consistent will require less driver-specific special-case code if a user
    wants to match an xrandr output to a drm connector.
    
    Note that this patch should not actually change any behavior, since the
    QXL driver only uses the 'Virtual' connector type, so this is done only
    for consistency.
    
    Signed-off-by: default avatarJonathon Jongsma <jjongsma@redhat.com>
    Acked-by: default avatarFrediano Ziglio <fziglio@redhat.com>
    64cb597c