intel / IA-Hardware-Composer

35 stars 81 forks source link

HWC2.3 Callback Functions (initial) #638

Closed MicheleL-Intel closed 5 years ago

MicheleL-Intel commented 5 years ago

Introduce HWC2.3 API to support feature enhancements including High Dynamic Range (HDR).

Change-Id: I3262783b7238c595bcaac6b6a1a696cacddd8cc8 Tests: Tested on Apollo Lake NUC Tracked-On: https://jira.devtools.intel.com/browse/OAM-71878 Signed-off-by: Michele Lim michele.lim@intel.com

MicheleL-Intel commented 5 years ago

This commit has been validated on Apollo Lake and Gordon Peak, and now being moved to Github since Android Q is public.

Shao-Feng commented 5 years ago

Hi Michele,

Need to format codes for passing travis-ci checking

run below command

git show HEAD | clang-format-diff-3.9 -p 1 -style=file -i

and add the updated files into your patch

MicheleL-Intel commented 5 years ago

Replaced by PR #643.