renderer: add quirks:prefer_hdr to fix HDR activation for some clients (#12436)

This commit is contained in:
UjinT34 2025-12-03 04:30:43 +03:00 committed by GitHub
parent 2cadc8abab
commit 3cf0280b11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 40 additions and 0 deletions

View file

@ -160,6 +160,7 @@ class CCompositor {
std::optional<unsigned int> getVTNr();
NColorManagement::SImageDescription getPreferredImageDescription();
NColorManagement::SImageDescription getHDRImageDescription();
bool shouldChangePreferredImageDescription();
bool supportsDrmSyncobjTimeline() const;