Skip to content
Snippets Groups Projects
Commit 8b3becf5 authored by zhou liang's avatar zhou liang Committed by zhou liang
Browse files

backend-drm: fix drm find wrong connector


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>
parent 5a2509ff
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment