diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-03-08 01:41:45 +0100 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-05-24 08:31:39 +0200 |
commit | 5132f37700210740117f5163b5df7aa1c8469a55 (patch) | |
tree | 9fc54f2c9cb81282b5b2dac62fe335ce26c1f6f7 /drivers/gpu/drm/nouveau/Makefile | |
parent | drm/nouveau: give a slightly larger pci(e)gart aperture on all chipsets (diff) | |
download | linux-5132f37700210740117f5163b5df7aa1c8469a55.tar.xz linux-5132f37700210740117f5163b5df7aa1c8469a55.zip |
drm/nve0/fifo: initial implementation
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r-- | drivers/gpu/drm/nouveau/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile index 01f13351a473..a0e22ef1a7d2 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -17,6 +17,7 @@ nouveau-y := nouveau_drv.o nouveau_state.o nouveau_channel.o nouveau_mem.o \ nv04_fb.o nv10_fb.o nv20_fb.o nv30_fb.o nv40_fb.o \ nv50_fb.o nvc0_fb.o \ nv04_fifo.o nv10_fifo.o nv40_fifo.o nv50_fifo.o nvc0_fifo.o \ + nve0_fifo.o \ nv04_graph.o nv10_graph.o nv20_graph.o \ nv40_graph.o nv50_graph.o nvc0_graph.o \ nv40_grctx.o nv50_grctx.o nvc0_grctx.o \ |