Skip to content

Commit

Permalink
techpack: display: add OnePlus 8 missing config entries
Browse files Browse the repository at this point in the history
Adding CONFIG_PXLW_SOFT_IRIS=y fixes the black screen on calls for OnePlus8 devices
  • Loading branch information
acuicultor committed Jul 11, 2020
1 parent 6229fd9 commit 608dba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions techpack/display/config/konadisp.conf
Expand Up @@ -11,4 +11,5 @@ export CONFIG_QCOM_MDSS_PLL=y
export CONFIG_MSM_SDE_ROTATOR=y
export CONFIG_MSM_SDE_ROTATOR_EVTLOG_DEBUG=y
export CONFIG_DRM_SDE_RSC=y
export CONFIG_PXLW_SOFT_IRIS=y

1 change: 1 addition & 0 deletions techpack/display/config/konadispconf.h
Expand Up @@ -17,4 +17,5 @@
#define CONFIG_MSM_SDE_ROTATOR 1
#define CONFIG_MSM_SDE_ROTATOR_EVTLOG_DEBUG 1
#define CONFIG_DRM_SDE_RSC 1
#define CONFIG_PXLW_SOFT_IRIS 1

0 comments on commit 608dba0

Please sign in to comment.