Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
libra: Add support for mdss livedisplay driver
Browse files Browse the repository at this point in the history
The sysfs based DisplayColorCalibration support (/sys/class/graphics/fbX/rgb) has been implemented in the kernel.
  • Loading branch information
BYZYB committed Mar 7, 2021
1 parent e25b29f commit 47fb7cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ PRODUCT_PACKAGES += [email protected]
PRODUCT_PACKAGES += [email protected]_msm8994

# LiveDisplay
PRODUCT_PACKAGES += [email protected]legacymm
PRODUCT_PACKAGES += [email protected]sysfs

# Media
PRODUCT_COPY_FILES += \
Expand Down
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>IPictureAdjustment</name>
<name>IDisplayColorCalibration</name>
<instance>default</instance>
</interface>
</hal>
Expand Down

0 comments on commit 47fb7cf

Please sign in to comment.