backend: drm: Implement "force color format" property

This commit is contained in:
Andri Yngvason 2024-01-04 13:17:54 +00:00
parent 5cfcb0a490
commit acebd78b5f
3 changed files with 6 additions and 0 deletions

View file

@ -26,6 +26,7 @@ static const struct prop_info connector_info[] = {
{ "EDID", INDEX(edid) },
{ "PATH", INDEX(path) },
{ "content type", INDEX(content_type) },
{ "force color format", INDEX(force_color_format) },
{ "link-status", INDEX(link_status) },
{ "max bpc", INDEX(max_bpc) },
{ "non-desktop", INDEX(non_desktop) },