Skip to content
Commit 385a0fc2 authored by Laurentiu Palcu's avatar Laurentiu Palcu Committed by Phil Elwell
Browse files

drm: fix HDR static metadata type field numbering



According to CTA-861 specification, HDR static metadata data block allows a
sink to indicate which HDR metadata types it supports by setting the SM_0 to
SM_7 bits. Currently, only Static Metadata Type 1 is supported and this is
indicated by setting the SM_0 bit to 1.

However, the connector->hdr_sink_metadata.hdmi_type1.metadata_type is always
0, because hdr_metadata_type() in drm_edid.c checks the wrong bit.

This patch corrects the HDMI_STATIC_METADATA_TYPE1 bit position.

Signed-off-by: default avatarLaurentiu Palcu <laurentiu.palcu@nxp.com>
parent d7c8eb81
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment