mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-10 13:29:44 -05:00
backend/drm: Add support for hotplug_mode_update connector property
This connector property is used by virtual graphics drivers to indicate that a virtual display has changed its list of supported resolutions and updated its preferred mode. In the event of a hotplug the connector is considered to be "re-plugged" without disconnecting first. This allows virtual displays to be resized automatically when their window size changes. Signed-off-by: Ian Forbes <ian.forbes@broadcom.com>
This commit is contained in:
parent
3fdbfb0be8
commit
a8611fdfb2
3 changed files with 10 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ static const struct prop_info connector_info[] = {
|
|||
{ "EDID", INDEX(edid) },
|
||||
{ "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