summaryrefslogtreecommitdiff
path: root/shared-core/nouveau_drv.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Drop shared-core, bsd-core, linux-core and scripts subdirsKristian Høgsberg1-626/+0
2009-06-05nouveau: 0.0.14 + extend bo interface to support subrange mappingBen Skeggs1-1/+1
2009-05-26nouveau: bump for 0.0.13Ben Skeggs1-1/+1
2009-02-18nouveau: Add in-kernel backlight control supportMatthew Garrett1-0/+5
2009-02-04nouveau: bring in new mm api definitions, without the actual mm codeBen Skeggs1-1/+1
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes1-25/+0
2008-09-30Merge remote branch 'origin/master' into modesetting-gemDave Airlie1-0/+12
2008-08-19nouveau: fifo and graphics engine suspend and resume for nv04-nv4xroot1-0/+13
2008-07-18nouveau: interface changes for nv5x 3dBen Skeggs1-1/+3
2008-07-08nouveau: interface changes for nv5x 3dBen Skeggs1-1/+3
2008-06-25nouveau: allocate drm-use vram buffers from end of vram.Ben Skeggs1-1/+1
2008-06-23nouveau: allocate drm-use vram buffers from end of vram.Ben Skeggs1-1/+1
2008-06-22NV50: Initial import of kernel modesetting.Maarten Maathuis1-0/+26
2008-03-13nv50: force channel vram access through vmBen Skeggs1-0/+4
2008-01-22Merge branch 'master' into vblank-rework, including mach64 supportJesse Barnes1-4/+29
2007-11-14Revert "nouveau: stub superioctl"Ben Skeggs1-4/+2
2007-11-14Merge branch 'fifo-cleanup' into upstream-masterBen Skeggs1-2/+15
2007-11-14nouveau: store user control reg offsets in channel structBen Skeggs1-1/+8
2007-11-14nouveau: funcs to determine active channel on PFIFO.Ben Skeggs1-1/+7
2007-11-14nouveau: stub superioctlBen Skeggs1-2/+4
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie1-2/+1
2007-11-05nouveau: cleanupsBen Skeggs1-3/+3
2007-11-05nouveau: crappy ttm mm init, disabled for now.Ben Skeggs1-1/+3
2007-11-02nouveau: put it all together.Jeremy Kolb1-15/+8
2007-10-31nouveau: ttm stubsJeremy Kolb1-0/+18
2007-10-30Merge branch 'master' into vblank-rework, fixup remaining driversJesse Barnes1-140/+413
2007-09-30nouveau: rename nv30_graph.c to nv20_graph.cPekka Paalanen1-1/+1
2007-09-30nouveau: nv30 graph function renames, removed nv20_graph.cPekka Paalanen1-11/+3
2007-09-30nouveau : pgraph_ctx dynamic alloc for nv04, nv10Matthieu Castet1-1/+2
2007-08-15nouveau: Allow GART notifiers when using sgdma code.Ben Skeggs1-0/+2
2007-08-15nouveau/nv40: Fix channel scheduling.Ben Skeggs1-0/+1
2007-08-10nouveau/nv50: demagic instmem setup.Ben Skeggs1-1/+2
2007-08-10nouveau: Allow creation of gpuobjs before any other init has taken place.Ben Skeggs1-0/+2
2007-08-08nouveau: Always allocate drm's push buffer in VRAMBen Skeggs1-0/+1
2007-08-06nouveau: Give DRM its own gpu channelBen Skeggs1-0/+26
2007-08-06nouveau: Various internal and external API changesBen Skeggs1-6/+24
2007-08-06nouveau: Pass channel struct around instead of channel id.Ben Skeggs1-183/+208
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-7/+7
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-10/+18
2007-07-18nouveau: Add read() method to Engine.timer.Pekka Paalanen1-0/+2
2007-07-17nouveau: G8x PCIEGARTBen Skeggs1-2/+33
2007-07-13nouveau: nuke internal typedefs, and drm_device_t use.Ben Skeggs1-159/+161
2007-07-12nouveau: separate region_offset into map_handle and offset.Ben Skeggs1-1/+2
2007-07-11Added support for PCIGART for PCI(E) cards. Bumped DRM interface patchlevel.Arthur Huillet1-1/+2
2007-07-09nouveau: Avoid oopsBen Skeggs1-0/+6
2007-07-09nouveau/nv50: Initial channel/object supportBen Skeggs1-9/+37
2007-07-09nouveau: rewrite gpu object codeBen Skeggs1-40/+78
2007-06-28nouveau: never touch PRAMIN with NV_WRITE, cleanup RAMHT code a bitBen Skeggs1-3/+2
2007-06-28nouveau: simplify PRAMIN accessBen Skeggs1-7/+11
2007-06-28nouveau/nv50: skeletal backendBen Skeggs1-0/+20