Skip to content
  • Adam Jackson's avatar
    linux: Make platform device probe less fragile · 74b7427c
    Adam Jackson authored and Matt Turner's avatar Matt Turner committed
    At the point where xf86BusProbe runs we haven't yet taken our own VT,
    which means we can't perform drm "master" operations on the device. This
    is tragic, because we need master to fish the bus id string out of the
    kernel, which we can only do after drmSetInterfaceVersion, which for
    some reason stores that string on the device not the file handle and
    thus needs master access.
    
    Fortunately we know the format of the busid string, and it happens to
    almost be the same as the ID_PATH variable from udev. Use that instead
    and stop calling drmSetInterfaceVersion.
    
    (backported from commit 0816e8fc
    
    )
    
    Reviewed-by: default avatarPeter Hutterer <peter.hutterer@who-t.net>
    Signed-off-by: default avatarAdam Jackson <ajax@redhat.com>
    Signed-off-by: default avatarHuacai Chen <chenhc@lemote.com>
    74b7427c