https://github.com/torvalds/linux
Revision 24bf7ae359b8cca165bb30742d2b1c03a1eb23af authored by Ilia Mirkin on 20 January 2017, 03:56:30 UTC, committed by Ben Skeggs on 31 January 2017, 10:05:26 UTC
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>
1 parent d347583
Raw File
Tip revision: 24bf7ae359b8cca165bb30742d2b1c03a1eb23af authored by Ilia Mirkin on 20 January 2017, 03:56:30 UTC
drm/nouveau/nv1a,nv1f/disp: fix memory clock rate retrieval
Tip revision: 24bf7ae
.gitattributes
*.c   diff=cpp
*.h   diff=cpp
back to top