1
0
Fork 0

drm_hwcomposer: Set HDR metadata on the connector

Implement a function to set HDR metadata on the connector. Support HDR10
and HLG, which are common HDR types.

Change-Id: Id3dbe8eea2ee6b8ba700af23845a43e2070dd14e
Signed-off-by: Sasha McIntosh <sashamcintosh@google.com>
This commit is contained in:
Sasha McIntosh 2024-11-12 10:55:06 -05:00
parent f8c14115ec
commit f9062b6964
10 changed files with 188 additions and 12 deletions

View file

@ -16,6 +16,7 @@ src_common = files(
'backend/Backend.cpp',
'backend/BackendClient.cpp',
'utils/fd.cpp',
'utils/LibdisplayEdidWrapper.cpp',
'utils/properties.cpp',
)