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
Kconfig -rw-r--r-- 8.3 KB
Makefile -rw-r--r-- 1.3 KB
aes_ccm.c -rw-r--r-- 3.4 KB
aes_ccm.h -rw-r--r-- 784 bytes
aes_cmac.c -rw-r--r-- 3.0 KB
aes_cmac.h -rw-r--r-- 574 bytes
agg-rx.c -rw-r--r-- 10.9 KB
agg-tx.c -rw-r--r-- 26.0 KB
cfg.c -rw-r--r-- 85.3 KB
cfg.h -rw-r--r-- 155 bytes
chan.c -rw-r--r-- 8.3 KB
debug.h -rw-r--r-- 4.3 KB
debugfs.c -rw-r--r-- 10.4 KB
debugfs.h -rw-r--r-- 375 bytes
debugfs_key.c -rw-r--r-- 9.4 KB
debugfs_key.h -rw-r--r-- 1.1 KB
debugfs_netdev.c -rw-r--r-- 19.9 KB
debugfs_netdev.h -rw-r--r-- 706 bytes
debugfs_sta.c -rw-r--r-- 13.0 KB
debugfs_sta.h -rw-r--r-- 427 bytes
driver-ops.h -rw-r--r-- 24.3 KB
event.c -rw-r--r-- 913 bytes
ht.c -rw-r--r-- 12.0 KB
ibss.c -rw-r--r-- 32.6 KB
ieee80211_i.h -rw-r--r-- 48.7 KB
iface.c -rw-r--r-- 43.2 KB
key.c -rw-r--r-- 17.5 KB
key.h -rw-r--r-- 3.9 KB
led.c -rw-r--r-- 7.9 KB
led.h -rw-r--r-- 2.1 KB
main.c -rw-r--r-- 32.4 KB
mesh.c -rw-r--r-- 23.2 KB
mesh.h -rw-r--r-- 12.7 KB
mesh_hwmp.c -rw-r--r-- 34.0 KB
mesh_pathtbl.c -rw-r--r-- 28.8 KB
mesh_plink.c -rw-r--r-- 25.5 KB
mesh_sync.c -rw-r--r-- 6.7 KB
michael.c -rw-r--r-- 2.2 KB
michael.h -rw-r--r-- 573 bytes
mlme.c -rw-r--r-- 111.4 KB
offchannel.c -rw-r--r-- 12.7 KB
pm.c -rw-r--r-- 5.0 KB
rate.c -rw-r--r-- 12.9 KB
rate.h -rw-r--r-- 4.4 KB
rc80211_minstrel.c -rw-r--r-- 15.8 KB
rc80211_minstrel.h -rw-r--r-- 2.3 KB
rc80211_minstrel_debugfs.c -rw-r--r-- 4.7 KB
rc80211_minstrel_ht.c -rw-r--r-- 23.0 KB
rc80211_minstrel_ht.h -rw-r--r-- 2.9 KB
rc80211_minstrel_ht_debugfs.c -rw-r--r-- 3.3 KB
rc80211_pid.h -rw-r--r-- 7.7 KB
rc80211_pid_algo.c -rw-r--r-- 14.6 KB
rc80211_pid_debugfs.c -rw-r--r-- 5.9 KB
rx.c -rw-r--r-- 90.0 KB
scan.c -rw-r--r-- 26.9 KB
spectmgmt.c -rw-r--r-- 2.8 KB
sta_info.c -rw-r--r-- 37.0 KB
sta_info.h -rw-r--r-- 18.9 KB
status.c -rw-r--r-- 20.1 KB
tkip.c -rw-r--r-- 10.7 KB
tkip.h -rw-r--r-- 917 bytes
trace.c -rw-r--r-- 1.2 KB
trace.h -rw-r--r-- 37.2 KB
tx.c -rw-r--r-- 77.1 KB
util.c -rw-r--r-- 53.7 KB
vht.c -rw-r--r-- 923 bytes
wep.c -rw-r--r-- 9.5 KB
wep.h -rw-r--r-- 1.1 KB
wme.c -rw-r--r-- 4.5 KB
wme.h -rw-r--r-- 748 bytes
wpa.c -rw-r--r-- 17.3 KB
wpa.h -rw-r--r-- 1.1 KB

back to top