Merge branch 'hotplug_mode_update' into 'master'

backend/drm: Add support for hotplug_mode_update connector property

See merge request wlroots/wlroots!4891
This commit is contained in:
Ian Forbes 2026-01-18 13:54:39 -06:00
commit 60c7e269ce
3 changed files with 10 additions and 0 deletions

View file

@ -28,6 +28,7 @@ static const struct prop_info connector_info[] = {
{ "HDR_OUTPUT_METADATA", INDEX(hdr_output_metadata) },
{ "PATH", INDEX(path) },
{ "content type", INDEX(content_type) },
{ "hotplug_mode_update", INDEX(hotplug_mode_update) },
{ "link-status", INDEX(link_status) },
{ "max bpc", INDEX(max_bpc) },
{ "non-desktop", INDEX(non_desktop) },