drm backend: detect non-desktop outputs

This commit is contained in:
Drew DeVault 2019-06-27 15:12:35 -04:00
parent 481fbbca58
commit 05ed202183
4 changed files with 13 additions and 2 deletions

View file

@ -24,6 +24,7 @@ static const struct prop_info connector_info[] = {
{ "EDID", INDEX(edid) },
{ "PATH", INDEX(path) },
{ "link-status", INDEX(link_status) },
{ "non-desktop", INDEX(non_desktop) },
#undef INDEX
};