summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2019-03-30 17:44:36 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2019-03-30 17:44:36 +0000
commit9b19de3603933e68474ddaed45b596077cfce64a (patch)
treedf69218febce8bfbf67ccae357b4f0c8adc04a74 /tools
parent77765cb63967f39db115a557bf2dafaddb12a8db (diff)
downloaddrakx-kbd-mouse-x11-9b19de3603933e68474ddaed45b596077cfce64a.tar
drakx-kbd-mouse-x11-9b19de3603933e68474ddaed45b596077cfce64a.tar.gz
drakx-kbd-mouse-x11-9b19de3603933e68474ddaed45b596077cfce64a.tar.bz2
drakx-kbd-mouse-x11-9b19de3603933e68474ddaed45b596077cfce64a.tar.xz
drakx-kbd-mouse-x11-9b19de3603933e68474ddaed45b596077cfce64a.zip
display_driver_helper: fix --is-kms-allowed for amdgpu (mga#24589)
Diffstat (limited to 'tools')
-rw-r--r--tools/display_driver_helper4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/display_driver_helper b/tools/display_driver_helper
index c8b5461..4e89229 100644
--- a/tools/display_driver_helper
+++ b/tools/display_driver_helper
@@ -41,10 +41,10 @@ XORG_nouveau="nouveau"
CONFLICTS_nouveau="nv nvidia"
XORG_radeon="ati radeon"
-CONFLICTS_radeon="fglrx amdgpu"
+CONFLICTS_radeon="fglrx"
XORG_amdgpu="amdgpu"
-CONFLICTS_amdgpu="radeon"
+CONFLICTS_amdgpu=""
# Note: no /usr
# See end of script for descriptions of global variables.