backend/drm: implement drm lease function

This commit is contained in:
Simon Zeni 2021-07-15 09:48:29 -04:00 committed by Simon Ser
parent 42dba9dc90
commit e5a949a955
6 changed files with 128 additions and 0 deletions

View file

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