Skip to content
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

sunfish: Build LiveDisplay 2.0 HAL #1

Open
wants to merge 17 commits into
base: eleven
Choose a base branch
from

Conversation

DigiGoon
Copy link

@DigiGoon DigiGoon commented May 7, 2021

  • Lets use the common solution, and change our supported
    interfaces while we're at it:
  • Our panel (by default) uses AOSP color profiles.
  • Our panel does get along with Color Calibration &
    Reading Mode, which are done SDK side, and require
    no HIDL manifest entries.
  • Our panel does get along with Picture Adjustment
    features, so leave IPictureAdjustment in place.
  • Our panel does get along with Adaptive Backlight
    features, so leave IAdaptiveBacklight in place.
  • AOSP declares ro.vendor.display.foss but we don't
    have support for IAdaptiveBacklight, so don't declare.

Change-Id: Ia96134e0a4bb06269b48671a87991d5e7a53d9ed

koen01 and others added 17 commits February 3, 2021 21:55
* Lets use the common solution, and change our supported
  interfaces while we're at it:
 * Our panel (by default) uses AOSP color profiles.
 * Our panel does get along with Color Calibration &
   Reading Mode, which are done SDK side, and require
   no HIDL manifest entries.
 * Our panel does get along with Picture Adjustment
   features, so leave IPictureAdjustment in place.
 * Our panel does get along with Adaptive Backlight
   features, so leave IAdaptiveBacklight in place.
 * AOSP declares `ro.vendor.display.foss` but we don't
   have support for IAdaptiveBacklight, so don't declare.

Change-Id: Ia96134e0a4bb06269b48671a87991d5e7a53d9ed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants