backend/drm: add support for LUMINANCE KMS property

References: https://lore.kernel.org/dri-devel/20260528054911.1513208-1-superm1@kernel.org/
This commit is contained in:
Simon Ser 2026-05-29 16:56:16 +02:00
parent 82d2cc7c23
commit 4f32a0b76f
5 changed files with 30 additions and 1 deletions

View file

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