summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoonas Kylmälä <joonas.kylmala@iki.fi>2020-07-22 18:19:20 -0400
committerJoonas Kylmälä <joonas.kylmala@iki.fi>2020-07-22 18:19:20 -0400
commitc95ee4d967789bc9276d7a2db9ee7aa7e86122f0 (patch)
tree05e917d351f71b6b8354d0ad4bd99a58d2185d78
parent62d61abe032f700cd73a6eefddd498d8e8bc29be (diff)
downloaddevice_samsung_midas_common-c95ee4d967789bc9276d7a2db9ee7aa7e86122f0.tar.gz
device_samsung_midas_common-c95ee4d967789bc9276d7a2db9ee7aa7e86122f0.tar.bz2
device_samsung_midas_common-c95ee4d967789bc9276d7a2db9ee7aa7e86122f0.zip
Enable kmsro and swrast graphics drivers
The kmsro driver is needed for allocating buffers on card node for SCANOUT and swrast is needed for llvmpipe software rendering fallback. Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
-rw-r--r--BoardConfigCommon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 2138a6d..a485a7e 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -48,7 +48,7 @@ TARGET_USES_MKE2FS := true
# Disable VNDK at this point
BOARD_VNDK_VERSION := current
-BOARD_GPU_DRIVERS := lima
+BOARD_GPU_DRIVERS := lima kmsro swrast
TARGET_USES_64_BIT_BINDER := true
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true