diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2010-09-16 16:17:35 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-09-24 16:27:06 +1000 |
commit | 02c30ca0a1d6d8b878fc32f47b3b25192ef4a8ef (patch) | |
tree | 7f8e859b1ea46c8e96a90528c092a0e01462feb6 /drivers/gpu/drm/nouveau/Makefile | |
parent | 330c5988ee78045e6a731c3693251aaa5b0d14e3 (diff) | |
download | blackbird-obmc-linux-02c30ca0a1d6d8b878fc32f47b3b25192ef4a8ef.tar.gz blackbird-obmc-linux-02c30ca0a1d6d8b878fc32f47b3b25192ef4a8ef.zip |
drm/nv50: import initial clock get/set routines + hook up pm engine
This will make nouveau_pm attempt to report the card's current performance
level both during bootup, and through sysfs.
This is a very initial implementation, and can be improved a *lot*
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r-- | drivers/gpu/drm/nouveau/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile index 2fd61888a83d..c5319901e95c 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -24,7 +24,8 @@ nouveau-y := nouveau_drv.o nouveau_state.o nouveau_channel.o nouveau_mem.o \ nv04_dac.o nv04_dfp.o nv04_tv.o nv17_tv.o nv17_tv_modes.o \ nv04_crtc.o nv04_display.o nv04_cursor.o nv04_fbcon.o \ nv10_gpio.o nv50_gpio.o \ - nv50_calc.o + nv50_calc.o \ + nv50_pm.o nouveau-$(CONFIG_DRM_NOUVEAU_DEBUG) += nouveau_debugfs.o nouveau-$(CONFIG_COMPAT) += nouveau_ioc32.o |