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
6lowpan.c -rw-r--r-- 34.0 KB
6lowpan.h -rw-r--r-- 7.9 KB
Kconfig -rw-r--r-- 702 bytes
Makefile -rw-r--r-- 214 bytes
af802154.h -rw-r--r-- 1.2 KB
af_ieee802154.c -rw-r--r-- 8.6 KB
dgram.c -rw-r--r-- 9.4 KB
ieee802154.h -rw-r--r-- 1.6 KB
netlink.c -rw-r--r-- 3.0 KB
nl-mac.c -rw-r--r-- 16.3 KB
nl-phy.c -rw-r--r-- 8.5 KB
nl_policy.c -rw-r--r-- 2.2 KB
raw.c -rw-r--r-- 5.5 KB
wpan-class.c -rw-r--r-- 5.1 KB

back to top