commit | 24bf7ae359b8cca165bb30742d2b1c03a1eb23af | [log] [tgz] |
---|---|---|
author | Ilia Mirkin <imirkin@alum.mit.edu> | Thu Jan 19 22:56:30 2017 -0500 |
committer | Ben Skeggs <bskeggs@redhat.com> | Tue Jan 31 20:05:26 2017 +1000 |
tree | 6aeadac4a9dee3adc155b2bf65a72cdc8e1e2ed4 | |
parent | d347583a39e2df609a9e40c835f72d3614665b53 [diff] |
drm/nouveau/nv1a,nv1f/disp: fix memory clock rate retrieval Based on the xf86-video-nv code, NFORCE (NV1A) and NFORCE2 (NV1F) have a different way of retrieving clocks. See the nv_hw.c:nForceUpdateArbitrationSettings function in the original code for how these clocks were accessed. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=54587 Cc: stable@vger.kernel.org Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>