backend/drm: add support for image description transfer function

This commit is contained in:
Simon Ser 2025-01-28 12:41:05 +01:00
parent dc258b2237
commit b482e9089b
5 changed files with 52 additions and 0 deletions

View file

@ -25,6 +25,7 @@ static const struct prop_info connector_info[] = {
{ "Colorspace", INDEX(colorspace) },
{ "DPMS", INDEX(dpms) },
{ "EDID", INDEX(edid) },
{ "HDR_OUTPUT_METADATA", INDEX(hdr_output_metadata) },
{ "PATH", INDEX(path) },
{ "content type", INDEX(content_type) },
{ "link-status", INDEX(link_status) },