Skip to content
  • zhou liang's avatar
    backend-drm: fix drm find wrong connector · 8b3becf5
    zhou liang authored and zhou liang's avatar zhou liang committed
    
    
    In a multi-GPU environment, different cards may contain connectors with the
    same ID, and drm_head_find_by_connector just use the connector_id to find
    the connector, it may find the wrong connector.
    Fix this by find the connector based on the drm device and connector id.
    
    Signed-off-by: default avatarZhou Liang <174381115@qq.com>
    8b3becf5