Skip to content
Commit cebd7709 authored by Jean Delvare's avatar Jean Delvare Committed by Linus Torvalds
Browse files

hwmon-vid: Fix AMD K8 VID decoding

Not all AMD K8 have 6 VID pins, contrary to what was assumed in
commit 116d0486

. This commit broke
support of older CPU models which have only 5 VID pins:
http://bugzilla.kernel.org/show_bug.cgi?id=11329

We need two entries in the hwmon-vid table, one for 5-bit VID models
(K8 revision <= E) and one for 6-bit VID models (K8 revision >= F).
This fixes bug #11329.

Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
Acked-by: default avatarFrank Myhr <fmyhr@fhmtech.com>
Tested-by: default avatarJean-Luc Coulon <jean.luc.coulon@gmail.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent cd98a04a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment