Revision d19528a9e4f220519c2cb3f56ef0c84ead3ee440 authored by Aleksi Torhamo on 04 January 2013, 16:39:13 UTC, committed by Ben Skeggs on 13 January 2013, 08:07:46 UTC
Fixes regression introduced in commit 70790f4f
"drm/nouveau/clock: pull in the implementation from all over the place"

When code was moved from nv50_crtc_set_clock to nvc0_clock_pll_set,
the PLLs it is used for got limited to only the first two VPLLs.

nv50_crtc_set_clock was only called to change VPLLs, so it didn't
limit what it was used for in any way. Since nvc0_clock_pll_set is
used for all PLLs, it has to specify which PLLs the code is used for,
and only listed the first two VPLLs.

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=58735

This patch is a -stable candidate for 3.7.

Signed-off-by: Aleksi Torhamo <aleksi@torhamo.net>
Tested-by: Aleksi Torhamo <aleksi@torhamo.net>
Tested-by: Sean Santos <quantheory@gmail.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Cc: stable@vger.kernel.org
1 parent c684cef
History
File Mode Size
.gitignore -rw-r--r-- 8 bytes
Kconfig -rw-r--r-- 4.6 KB
Makefile -rw-r--r-- 899 bytes
ap.c -rw-r--r-- 957 bytes
chan.c -rw-r--r-- 9.0 KB
core.c -rw-r--r-- 27.2 KB
core.h -rw-r--r-- 15.5 KB
db.txt -rw-r--r-- 759 bytes
debugfs.c -rw-r--r-- 3.0 KB
debugfs.h -rw-r--r-- 300 bytes
ethtool.c -rw-r--r-- 3.0 KB
ethtool.h -rw-r--r-- 148 bytes
genregdb.awk -rw-r--r-- 3.4 KB
ibss.c -rw-r--r-- 12.5 KB
lib80211.c -rw-r--r-- 7.1 KB
lib80211_crypt_ccmp.c -rw-r--r-- 11.6 KB
lib80211_crypt_tkip.c -rw-r--r-- 20.4 KB
lib80211_crypt_wep.c -rw-r--r-- 7.1 KB
mesh.c -rw-r--r-- 7.2 KB
mlme.c -rw-r--r-- 28.2 KB
nl80211.c -rw-r--r-- 240.7 KB
nl80211.h -rw-r--r-- 5.7 KB
radiotap.c -rw-r--r-- 11.4 KB
rdev-ops.h -rw-r--r-- 25.8 KB
reg.c -rw-r--r-- 65.4 KB
reg.h -rw-r--r-- 4.5 KB
regdb.h -rw-r--r-- 948 bytes
scan.c -rw-r--r-- 35.3 KB
sme.c -rw-r--r-- 26.4 KB
sysfs.c -rw-r--r-- 3.4 KB
sysfs.h -rw-r--r-- 197 bytes
trace.c -rw-r--r-- 102 bytes
trace.h -rw-r--r-- 62.9 KB
util.c -rw-r--r-- 32.8 KB
wext-compat.c -rw-r--r-- 39.0 KB
wext-compat.h -rw-r--r-- 2.1 KB
wext-core.c -rw-r--r-- 29.0 KB
wext-priv.c -rw-r--r-- 6.9 KB
wext-proc.c -rw-r--r-- 4.0 KB
wext-sme.c -rw-r--r-- 9.7 KB
wext-spy.c -rw-r--r-- 6.6 KB

back to top