Remove processor info from Intel GPUs
This commit is contained in:
2
fetch
2
fetch
@@ -908,6 +908,7 @@ getgpu () {
|
|||||||
intel*)
|
intel*)
|
||||||
gpu=${gpu/Intel Corporation }
|
gpu=${gpu/Intel Corporation }
|
||||||
gpu=${gpu/Haswell-??? }
|
gpu=${gpu/Haswell-??? }
|
||||||
|
gpu=${gpu/?th Gen Core Processor}
|
||||||
|
|
||||||
brand="Intel "
|
brand="Intel "
|
||||||
;;
|
;;
|
||||||
@@ -986,6 +987,7 @@ getgpu () {
|
|||||||
gpu=${gpu// OEM}
|
gpu=${gpu// OEM}
|
||||||
gpu=${gpu// Mars}
|
gpu=${gpu// Mars}
|
||||||
gpu=${gpu// Series}
|
gpu=${gpu// Series}
|
||||||
|
gpu=${gpu// Controller}
|
||||||
gpu=${gpu/\/*}
|
gpu=${gpu/\/*}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user