drm/nv50/pm: rewrite clock management, and switch to the new pm hooks
authorBen Skeggs <bskeggs@redhat.com>
Tue, 25 Oct 2011 23:11:02 +0000 (09:11 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 21 Dec 2011 09:01:24 +0000 (19:01 +1000)
commitf3fbaf34e2b1459eab248c5f0180928e7861120b
treebd5bc90f52df47630e67dfd90e707500a88f3634
parentd4cca9e1fccb9f7804ddfbbc2aebff7be23faa1e
drm/nv50/pm: rewrite clock management, and switch to the new pm hooks

This area is horrifically complicated on these chipsets, and it's likely we
will need at least a few more tweaks yet.

Oh yes, and it's completely disabled on IGPs for the moment.  From traces,
things look potentially different there yet again.  Sigh...

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_drv.h
drivers/gpu/drm/nouveau/nouveau_perf.c
drivers/gpu/drm/nouveau/nouveau_pm.h
drivers/gpu/drm/nouveau/nouveau_state.c
drivers/gpu/drm/nouveau/nv50_pm.c