mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05:00
backend/drm: Improve encoder logic
This fixes an issue that can occur with DP MST connectors not reporting any encoders.
This commit is contained in:
parent
f8056a0350
commit
efdd4d6ea2
3 changed files with 34 additions and 23 deletions
|
|
@ -22,6 +22,7 @@ static const struct prop_info connector_info[] = {
|
|||
{ "CRTC_ID", INDEX(crtc_id) },
|
||||
{ "DPMS", INDEX(dpms) },
|
||||
{ "EDID", INDEX(edid) },
|
||||
{ "PATH", INDEX(path) },
|
||||
{ "link-status", INDEX(link_status) },
|
||||
#undef INDEX
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue