diff options
| author | Ethan Chen <intervigil@gmail.com> | 2016-02-10 15:16:37 -0800 |
|---|---|---|
| committer | Ethan Chen <intervigil@gmail.com> | 2016-02-10 15:18:14 -0800 |
| commit | 64f8b44a3e6c5114e84c656d9f8737fd0da35e42 (patch) | |
| tree | 8b05b37e6922ac7236c2db6b81629f325aaf9067 | |
| parent | 6976f749ff20751fbf2bb5d845a47dc3ee77cbff (diff) | |
msm8916: Force HWC for virtual displays
* Addresses WiFi display corruption
REF: CRACKLING-938
Change-Id: Ib9cfe747099ff295cc4437bc01482d69ead2ce77
| -rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index b18804c..3a1466a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -109,6 +109,7 @@ MAX_EGL_CACHE_SIZE := 2048*1024 NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3 OVERRIDE_RS_DRIVER := libRSDriver_adreno.so TARGET_CONTINUOUS_SPLASH_ENABLED := true +TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true TARGET_USES_C2D_COMPOSITION := true TARGET_USES_ION := true USE_OPENGL_RENDERER := true |
