info: Add registered trademark symbol for AMD GPUs

https://bugzilla.gnome.org/show_bug.cgi?id=774240
This commit is contained in:
Bastien Nocera 2016-11-16 16:44:43 +01:00
parent 91e920b496
commit 4d39db6b20
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz Intel<sup>®</sup> Core<sup>™</sup> i5-4590T CPU @ 2.00GHz
Intel(R) Ivybridge Mobile Intel<sup>®</sup> Ivybridge Mobile
Intel(R) Ivybridge Mobile Intel<sup>®</sup> Ivybridge Mobile
Gallium 0.4 on AMD KAVERI AMD KAVERI
AMD KAVERI (DRM 2.48.0 / 4.9.0-0.rc4.git2.2.fc26.x86_64, LLVM3) AMD KAVERI
Gallium 0.4 on AMD KAVERI (DRM 2.48.0 / 4.9.0-0.rc4.git2.2.fc26.x86_64, LLVM3) AMD KAVERI
Gallium 0.4 on AMD KAVERI AMD<sup>®</sup> KAVERI
AMD KAVERI (DRM 2.48.0 / 4.9.0-0.rc4.git2.2.fc26.x86_64, LLVM3) AMD<sup>®</sup> KAVERI
Gallium 0.4 on AMD KAVERI (DRM 2.48.0 / 4.9.0-0.rc4.git2.2.fc26.x86_64, LLVM3) AMD<sup>®</sup> KAVERI

View file

@ -41,6 +41,7 @@ prettify_info (const char *info)
{ "Atom[(]TM[)]", "Atom<sup>\342\204\242</sup>"},
{ "Gallium .* on (AMD .*)", "\\1"},
{ "(AMD .*) [(].*[)]", "\\1"},
{ "AMD", "AMD<sup>\302\256</sup>"},
{ "Graphics Controller", "Graphics"},
};