From cebe0b157429b3876277abfa67dc2e9b2d084afe Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 20 Nov 2013 01:43:19 +0100 Subject: [PATCH] config/graphic: add 'radeonsi' driver support Signed-off-by: Stephan Raue --- config/graphic | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/graphic b/config/graphic index 8020f4d7e3..68fd946991 100644 --- a/config/graphic +++ b/config/graphic @@ -100,6 +100,13 @@ get_graphicdrivers() { COMPOSITE_SUPPORT="yes" fi + if [ "$drv" = "radeonsi" ]; then + GALLIUM_DRIVERS="$GALLIUM_DRIVERS,radeonsi" + XORG_DRIVERS="$XORG_DRIVERS ati" + LLVM_SUPPORT="yes" + COMPOSITE_SUPPORT="yes" + fi + if [ "$drv" = "vmware" ]; then DRI_DRIVERS="$DRI_DRIVERS,swrast" GALLIUM_DRIVERS="$GALLIUM_DRIVERS,svga"