aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2011-07-18 01:15:34 -0400
committerBen Skeggs <bskeggs@redhat.com>2011-09-20 02:10:45 -0400
commit1262a206da7d28340dfce954e31bd5fe5ae9e2dd (patch)
tree593954a296889d5cd29469fb584f6f4aadbf7fc3 /drivers/gpu/drm/nouveau/Makefile
parent9f403603f29f748b50b85a1be1c2ca2c792ae200 (diff)
drm/nv40/pm: write nv40-specific reclocking routines
Not 100% perfect yet, but a good start towards what it'll look like in the end. Actually seems stable on a NV44 I have here, as much as running around OA for a fair amount of time constantly switching between performance levels can prove.. My NV49 isn't quite so happy, and semaphores mess up somehow (sometimes) as a result of the memory reclocking. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r--drivers/gpu/drm/nouveau/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile
index 1e567173c101..35ef5b1e3566 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -31,7 +31,7 @@ nouveau-y := nouveau_drv.o nouveau_state.o nouveau_channel.o nouveau_mem.o \
31 nv04_fbcon.o nv50_fbcon.o nvc0_fbcon.o \ 31 nv04_fbcon.o nv50_fbcon.o nvc0_fbcon.o \
32 nv10_gpio.o nv50_gpio.o \ 32 nv10_gpio.o nv50_gpio.o \
33 nv50_calc.o \ 33 nv50_calc.o \
34 nv04_pm.o nv50_pm.o nva3_pm.o nvc0_pm.o \ 34 nv04_pm.o nv40_pm.o nv50_pm.o nva3_pm.o nvc0_pm.o \
35 nv50_vram.o nvc0_vram.o \ 35 nv50_vram.o nvc0_vram.o \
36 nv50_vm.o nvc0_vm.o 36 nv50_vm.o nvc0_vm.o
37 37