device/generic/common
Revisão | 241943f7a4f813ddc4d1c46f656b28e3481ed50a (tree) |
---|---|
Hora | 2019-11-07 18:43:35 |
Autor | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Merge remote-tracking branch 'x86/pie-x86' into q-x86
@@ -178,7 +178,7 @@ function init_hal_gralloc() | ||
178 | 178 | [ "$VULKAN" = "1" ] && GRALLOC=gbm |
179 | 179 | |
180 | 180 | case "$(cat /proc/fb | head -1)" in |
181 | - *virtiodrmfb) | |
181 | + *virtiodrmfb|*DRM*emulated) | |
182 | 182 | if [ "$HWACCEL" != "0" ]; then |
183 | 183 | set_property ro.hardware.hwcomposer ${HWC:-drm} |
184 | 184 | set_property ro.hardware.gralloc ${GRALLOC:-gbm} |