-
Notifications
You must be signed in to change notification settings - Fork 26
enable hdr #135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: celadon/a16/master
Are you sure you want to change the base?
enable hdr #135
Conversation
323e4e8
to
e6d603c
Compare
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
SUCCESS: Android CI has completed Engineering Build for this issue.Please check the linked Tracked-On issue/Android CI Web for more details. |
e6d603c
to
6c7eeab
Compare
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
/vendor/build.prop ro.surface_flinger.has_wide_color_display=true ro.surface_flinger.has_HDR_display=true vendor.hwc.drm.enable_hdr_display=true Tracked-On: OAM-134123 Signed-off-by: Kanli Hu <[email protected]>
FAILURE: Android CI has completed Engineering Build for this issue.Please check the linked Tracked-On issue/Android CI Web for more details. |
ALOGI(" red %f %f" ,primaries[0].x, primaries[0].y); | ||
ALOGI(" grean %f %f" ,primaries[1].x, primaries[1].y); | ||
ALOGI(" blue %f %f" ,primaries[2].x, primaries[2].y); | ||
ALOGI(" write %f %f" ,whitepoint.x, whitepoint.y); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there typo? write -> white
ALOGI(" red %f %f" ,primaries[0].x, primaries[0].y); | ||
ALOGI(" grean %f %f" ,primaries[1].x, primaries[1].y); | ||
ALOGI(" blue %f %f" ,primaries[2].x, primaries[2].y); | ||
ALOGI(" write %f %f" ,whitepoint.x, whitepoint.y); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there typo? write -> white
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need split this pr into two different commits, one focus one normal HDR display support, another for H3C monitor.
Tracked-On: OAM-134123