Skip to content

Commit

Permalink
drm: Fallback displayColorimetry for broken EDIDs
Browse files Browse the repository at this point in the history
May fix: #864
  • Loading branch information
misyltoad committed Jul 9, 2023
1 parent 183792e commit d5aec88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ struct connector_metadata_t {
std::shared_ptr<wlserver_hdr_metadata> hdr10_metadata_blob;
bool supportsST2084 = false;

displaycolorimetry_t colorimetry = {};
displaycolorimetry_t colorimetry = displaycolorimetry_709;
EOTF eotf = EOTF_Gamma22;
};

Expand Down

0 comments on commit d5aec88

Please sign in to comment.