summaryrefslogtreecommitdiff
path: root/shared-core
AgeCommit message (Expand)AuthorFilesLines
2007-07-18Add dry-coded DRM drawable private information storage for FreeBSD.Eric Anholt2-39/+35
2007-07-16Fix FreeBSD build.Eric Anholt2-10/+18
2007-07-13applied patch from Ian Romanick fixing PCI DMA object creation codeArthur Huillet1-40/+37
2007-07-13now attempting to create PCI object only when there is a pci_heapArthur Huillet1-1/+1
2007-07-13nouveau: nuke internal typedefs, and drm_device_t use.Ben Skeggs27-552/+554
2007-07-13nouveau: unbreak AGPBen Skeggs1-2/+2
2007-07-12nouveau: mem_alloc() returns offsets, not absolute addresses now.Ben Skeggs1-1/+3
2007-07-12nouveau: nuke left over debug messageBen Skeggs1-1/+0
2007-07-12nouveau: separate region_offset into map_handle and offset.Ben Skeggs7-38/+50
2007-07-12fixed object creation code to not Oops on 64bits, worked around memalloc not ...Arthur Huillet3-7/+36
2007-07-11NV50 will not attempt to use PCIGART nowArthur Huillet2-0/+5
2007-07-11fixed bug that prevented PCIE cards from actually using PCIGART - NV50 will p...Arthur Huillet3-6/+5
2007-07-11nouveau/nv50: G80 fixes.Ben Skeggs2-3/+2
2007-07-11nouveau: Some checks on userspace object handles.Ben Skeggs2-1/+28
2007-07-11Added support for PCIGART for PCI(E) cards. Bumped DRM interface patchlevel.Arthur Huillet7-86/+215
2007-07-09nouveau: Allocate mappable VRAM for notifiers..Ben Skeggs2-4/+1
2007-07-09nouveau: Don't be so strict on <NV50Ben Skeggs1-6/+6
2007-07-09nouveau: Avoid oopsBen Skeggs2-8/+21
2007-07-09nouveau/nv50: Initial channel/object supportBen Skeggs20-276/+1152
2007-07-09nouveau: enable reporting for all PFIFO/PGRAPH irqsBen Skeggs1-23/+3
2007-07-09nouveau: rewrite gpu object codeBen Skeggs12-488/+844
2007-07-03One more spinlock initializer cleanup.Michel Dänzer1-1/+1
2007-06-29nouveau: small RAMFC cleanupsBen Skeggs2-21/+16
2007-06-28nouveau: Hack around possible Xv blit adaptor breakageBen Skeggs1-0/+13
2007-06-28nouveau/nv10: Fix earlier NV1x chipsBen Skeggs2-30/+34
2007-06-28nouveau: never touch PRAMIN with NV_WRITE, cleanup RAMHT code a bitBen Skeggs7-85/+106
2007-06-28nouveau: simplify PRAMIN accessBen Skeggs3-41/+27
2007-06-28nouveau: name some regsBen Skeggs3-16/+38
2007-06-28nouveau/nv50: skeletal backendBen Skeggs6-0/+258
2007-06-28nouveau: Nuke DMA_OBJECT_INIT ioctl (bumps interface to 0.0.7)Ben Skeggs7-139/+313
2007-06-28nouveau/nv04: Set NV_PFIFO_CACHE1_PUSH1 correctly + small tweaksBen Skeggs1-4/+5
2007-06-26Add support SiS based XGI chips to SiS DRM.Ian Romanick2-4/+6
2007-06-25nouveau: NV49/NV4B PGRAPH setup from jb17bsome and stephan_2303Ben Skeggs2-5/+494
2007-06-24nouveau: kill some dead codeBen Skeggs1-30/+11
2007-06-24nouveau: NV04/NV10/NV20 PGRAPH engtab functionsBen Skeggs6-46/+86
2007-06-24nouveau: NV3X PGRAPH engtab functionsBen Skeggs4-12/+74
2007-06-24nouveau: NV1X/2X/3X PFIFO engtab functionsBen Skeggs4-171/+174
2007-06-24nouveau: NV04 PFIFO engtab functionsBen Skeggs6-35/+142
2007-06-24nouveau: NV4X PGRAPH engtab functionsBen Skeggs4-70/+111
2007-06-24nouveau: NV4X PFIFO engtab functionsBen Skeggs5-76/+235
2007-06-24nouveau: split PFIFO/PGRAPH context creationBen Skeggs1-7/+31
2007-06-24nouveau: (mostly) hook up put_base againBen Skeggs2-11/+11
2007-06-24nouveau: prototype PFIFO/PGRAPH engtab APIBen Skeggs1-4/+14
2007-06-24nouveau: rename engtab functionsBen Skeggs2-70/+70
2007-06-22radeon: Acknowledge all interrupts we're interested in.Michel Dänzer1-2/+7
2007-06-21r300: Synchronized the register defines file; documentation changes.Oliver McFadden1-3/+5
2007-06-21r300: Allow writes to R300_VAP_PVS_WAITIDLE.Oliver McFadden1-0/+1
2007-06-18r300: Registers 0x2220-0x2230 are known as R300_VAP_CLIP_X_0-R300_VAP_CLIP_Y_1.Oliver McFadden1-1/+1
2007-06-18r300: Synchronized the register defines file again.Oliver McFadden1-2/+15
2007-06-15i915: Fix handling of breadcrumb counter wraparounds.Michel Dänzer2-3/+8