Commit e86ce558 authored by Dylan Araps's avatar Dylan Araps

GPU: Cleanup substitutions

parent f5a058e5
...@@ -984,23 +984,11 @@ getgpu() { ...@@ -984,23 +984,11 @@ getgpu() {
gpu="${gpu/Advanced Micro Devices, Inc\. }" gpu="${gpu/Advanced Micro Devices, Inc\. }"
gpu="${gpu/'[AMD/ATI]' }" gpu="${gpu/'[AMD/ATI]' }"
gpu="${gpu/Tahiti PRO}" gpu="${gpu/Tahiti PRO}"
gpu="${gpu/Seymour}"
gpu="${gpu/Cayman}"
gpu="${gpu/Richland}"
gpu="${gpu/Pitcairn}"
gpu="${gpu/Broadway}"
gpu="${gpu/XTMobility}"
gpu="${gpu/Mobility}"
gpu="${gpu/Hawaii}"
gpu="${gpu/Tobago}"
gpu="${gpu/Thames}"
gpu="${gpu/Kabini}"
gpu="${gpu/Bonaire}"
gpu="${gpu/XTX}" gpu="${gpu/XTX}"
gpu="${gpu/ OEM}" gpu="${gpu/ OEM}"
gpu="${gpu/ Cape Verde}"
gpu="${gpu/ \[}" gpu="${gpu/ \[}"
gpu="${gpu/\]}" gpu="${gpu/\]}"
gpu="${gpu/*Radeon/Radeon}"
brand="AMD " brand="AMD "
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment