Skip to content
Snippets Groups Projects
Commit ad0f8896 authored by Laurentiu Palcu's avatar Laurentiu Palcu
Browse files

MMFMWK-8413: video/hdmi: Fix DRM info-frame packing


The hdmi_drm_infoframe_pack() was wrongly packing the HDR metadata. It
was setting the x display primaries followed by the y display primaries.
Instead, in the specifications, each x display primary should be
followed by the corresponding y display primary.

Also, byte 8 of the frame payload was being skipped. Fixed that too.

Signed-off-by: default avatarLaurentiu Palcu <laurentiu.palcu@nxp.com>
Reported-by: default avatarJared Hu <jared.hu@nxp.com>
parent f5565468
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment