From 4c4c56c3b348a33d767cb54b9e0327ef900ad879 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Tue, 21 Mar 2017 14:21:32 -0500 Subject: robher-aosp: disable r600g, i915g and enable nouveau GPU drivers r600g is broken and no one cares about i915g. nouveau should work now. Change-Id: Ife8381fce50cd059086ab404289c51ceb0a4f22a Signed-off-by: Rob Herring --- robher-aosp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robher-aosp.yaml') diff --git a/robher-aosp.yaml b/robher-aosp.yaml index dcbf89f001..211b5e9fde 100644 --- a/robher-aosp.yaml +++ b/robher-aosp.yaml @@ -64,7 +64,7 @@ git pull --no-edit https://github.com/robherring/mesa.git android-build-test # Enable gpu drivers - sed -i -e 's/\(^MESA_GPU_DRIVERS.*\)/MESA_GPU_DRIVERS := $(strip $(BOARD_GPU_DRIVERS)) i915 i965 r300g r600g i915g swrast vc4/' Android.mk + sed -i -e 's/\(^MESA_GPU_DRIVERS.*\)/MESA_GPU_DRIVERS := $(strip $(BOARD_GPU_DRIVERS)) i915 i965 r300g nouveau swrast vc4/' Android.mk # Commit it so repo will throw it away git commit -m "Android: enable GPU drivers" -a -s -- cgit v1.2.3