mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-26 01:40:35 -05:00
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:
commit
60c7e269ce
3 changed files with 10 additions and 0 deletions
|
|
@ -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) },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue