pixman: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu May 2 23:09:56 UTC 2019


 pixman/pixman-x86.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 85bfa8b4f966edbe56340b526a4cacac20988d21
Author: Fan Jinke <fanjinke at hygon.cn>
Date:   Sat Apr 20 22:36:35 2019 +0800

    add Hygon Dhyana support to enable X86_MMX_EXTENSIONS feature
    
    Signed-off-by: Fan Jinke <fanjinke at hygon.cn>
    Signed-off-by: Matt Turner <mattst88 at gmail.com>

diff --git a/pixman/pixman-x86.c b/pixman/pixman-x86.c
index 05297c4..0130b7b 100644
--- a/pixman/pixman-x86.c
+++ b/pixman/pixman-x86.c
@@ -187,6 +187,7 @@ detect_cpu_features (void)
 	memcpy (vendor + 8, &c, 4);
 
 	if (strcmp (vendor, "AuthenticAMD") == 0 ||
+	    strcmp (vendor, "HygonGenuine") == 0 ||
 	    strcmp (vendor, "Geode by NSC") == 0)
 	{
 	    pixman_cpuid (0x80000000, &a, &b, &c, &d);


More information about the xorg-commit mailing list