Blame SOURCES/0001-Add-detection-of-AMD-Ryzen-w-Vega-graphics.patch
|
|
36e7b1 |
From c874e11639b6fd4002b155f7414f54f632465ec1 Mon Sep 17 00:00:00 2001
|
|
|
36e7b1 |
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
|
|
|
36e7b1 |
Date: Thu, 3 May 2018 12:41:41 +0200
|
|
|
36e7b1 |
Subject: [PATCH] Add detection of AMD Ryzen w/ Vega graphics
|
|
|
36e7b1 |
|
|
|
36e7b1 |
Kernel support was added in commit
|
|
|
36e7b1 |
https://github.com/torvalds/linux/commit/877d8948d0aa402fb
|
|
|
36e7b1 |
---
|
|
|
36e7b1 |
prog/detect/sensors-detect | 2 +-
|
|
|
36e7b1 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
36e7b1 |
|
|
|
36e7b1 |
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
|
|
|
36e7b1 |
index 9b399e74..0d1cbb5d 100755
|
|
|
36e7b1 |
--- a/prog/detect/sensors-detect
|
|
|
36e7b1 |
+++ b/prog/detect/sensors-detect
|
|
|
36e7b1 |
@@ -2773,7 +2773,7 @@ use vars qw(@cpu_ids);
|
|
|
36e7b1 |
}, {
|
|
|
36e7b1 |
name => "AMD Family 17h thermal sensors",
|
|
|
36e7b1 |
driver => "k10temp",
|
|
|
36e7b1 |
- detect => sub { amd_pci_detect('1463') },
|
|
|
36e7b1 |
+ detect => sub { amd_pci_detect('1463', '15d0') },
|
|
|
36e7b1 |
}, {
|
|
|
36e7b1 |
name => "AMD Family 15h power sensors",
|
|
|
36e7b1 |
driver => "fam15h_power",
|
|
|
36e7b1 |
--
|
|
|
36e7b1 |
2.14.3
|
|
|
36e7b1 |
|