File tree Expand file tree Collapse file tree
Virtual Display Driver (HDR)/MttVDD Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /* ++
1+ /* ++
22
33Copyright (c) Microsoft Corporation
44
@@ -4309,8 +4309,8 @@ NTSTATUS VirtualDisplayDriverEvtIddCxMonitorSetDefaultHdrMetadata(
43094309 << " Green Primary: (" << metadata.display_primaries_x [1 ] << " , " << metadata.display_primaries_y [1 ] << " )\n "
43104310 << " Blue Primary: (" << metadata.display_primaries_x [2 ] << " , " << metadata.display_primaries_y [2 ] << " )\n "
43114311 << " White Point: (" << metadata.white_point_x << " , " << metadata.white_point_y << " )\n "
4312- << " Max Mastering Luminance: " << metadata.max_display_mastering_luminance << " (0.0001 cd/m² units)\n "
4313- << " Min Mastering Luminance: " << metadata.min_display_mastering_luminance << " (0.0001 cd/m² units)\n "
4312+ << " Max Mastering Luminance: " << metadata.max_display_mastering_luminance << " (0.0001 cd/mm units)\n "
4313+ << " Min Mastering Luminance: " << metadata.min_display_mastering_luminance << " (0.0001 cd/mm units)\n "
43144314 << " Max Content Light Level: " << metadata.max_content_light_level << " nits\n "
43154315 << " Max Frame Average Light Level: " << metadata.max_frame_avg_light_level << " nits" ;
43164316 vddlog (" i" , logStream.str ().c_str ());
You can’t perform that action at this time.
0 commit comments