diff options
author | Rob Herring <rob.herring@linaro.org> | 2017-03-21 14:21:32 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@linaro.org> | 2017-03-21 14:22:50 -0500 |
commit | 4c4c56c3b348a33d767cb54b9e0327ef900ad879 (patch) | |
tree | 2f88375f9b198650c5b027fa22a7271d9bc6eebf /robher-aosp.yaml | |
parent | c67a86748d0e77f88587c03fdc6a7973d1ad5bd7 (diff) | |
download | configs-4c4c56c3b348a33d767cb54b9e0327ef900ad879.tar.gz |
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 <rob.herring@linaro.org>
Diffstat (limited to 'robher-aosp.yaml')
-rw-r--r-- | robher-aosp.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robher-aosp.yaml b/robher-aosp.yaml index dcbf89f00..211b5e9fd 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 |