From 4d39db6b20587d7afc060e4b67c89886cca8310c Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 16 Nov 2016 16:44:43 +0100 Subject: [PATCH] info: Add registered trademark symbol for AMD GPUs https://bugzilla.gnome.org/show_bug.cgi?id=774240 --- panels/info/info-cleanup-test.txt | 6 +++--- panels/info/info-cleanup.c | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/panels/info/info-cleanup-test.txt b/panels/info/info-cleanup-test.txt index cb21d12cb..6748f4360 100644 --- a/panels/info/info-cleanup-test.txt +++ b/panels/info/info-cleanup-test.txt @@ -1,6 +1,6 @@ Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz Intel® Core i5-4590T CPU @ 2.00GHz Intel(R) Ivybridge Mobile Intel® Ivybridge Mobile Intel(R) Ivybridge Mobile Intel® 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® 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 diff --git a/panels/info/info-cleanup.c b/panels/info/info-cleanup.c index b97772f6e..d907c55bb 100644 --- a/panels/info/info-cleanup.c +++ b/panels/info/info-cleanup.c @@ -41,6 +41,7 @@ prettify_info (const char *info) { "Atom[(]TM[)]", "Atom\342\204\242"}, { "Gallium .* on (AMD .*)", "\\1"}, { "(AMD .*) [(].*[)]", "\\1"}, + { "AMD", "AMD\302\256"}, { "Graphics Controller", "Graphics"}, };