summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Locking fixes and instrumentation.Thomas Hellstrom2007-06-154-12/+59
| * Fix drmMMUnlock / drmMMLock return values.Thomas Hellstrom2007-06-131-2/+4
| * Make sure we read fence->signaled while spinlocked.Thomas Hellstrom2007-06-133-18/+15
| * Fix fence object deref race.Thomas Hellstrom2007-06-131-1/+1
| * use krh's idr mods to remove lists from idr codeDave Airlie2007-06-107-51/+176
| * r300: Added the CP maximum fetch size and ring rptr update variables.Oliver McFadden2007-06-082-4/+22
| * oops must fix this properly at some pointDave Airlie2007-06-071-2/+0
| * drm: fix radeon setparam alignment issues on 32/64-bitDave Airlie2007-06-072-0/+29
| * r300: Small correction to the previous commit.Oliver McFadden2007-06-051-1/+1
| * r300: Document more of the RADEON_RBBM_STATUS register.Alex Deucher2007-06-051-1/+43
| * Add support for the G33, Q33, and Q35 chipsets.Wang Zhenyu2007-06-054-16/+79
| * remove include of linux ioctl32.h from drm driversDave Airlie2007-06-056-6/+0
| * nouveau: fix RAMHT wrappingMaurice van der Pot2007-06-041-1/+1
| * radeon: refine irq acking for vbl on crtc 2Dave Airlie2007-06-031-5/+15
| * Revert "drm: add new drm_wait_on function to replace macro"root2007-06-032-31/+1
| * Revert "move i915 to new drm_wait_on function"root2007-06-031-9/+2
| * radeon: add support for vblank on crtc2Dave Airlie2007-06-036-12/+106
| * drm: fixup initialisation of list heads and idrDave Airlie2007-06-012-8/+7
| * i915: Add support for 945GME chipWang Zhenyu2007-05-311-0/+1
| * i915: Add support for 965GME/GLE chip.Wang Zhenyu2007-05-312-1/+3
| * Update a bunch of FreeBSD port code.Jung-uk Kim2007-05-296-25/+43
| * reformatting, clean-upsBrian2007-05-291-27/+31
| * Clean-ups and reformatting.Brian2007-05-291-289/+353
| * drm: move context handling code to use linux idrDave Airlie2007-05-272-92/+61
| * drm: convert drawable handling to use Linux idrDave Airlie2007-05-274-195/+61
| * drm: spinlock initializer cleanupThomas Gleixner2007-05-261-5/+1
| * drm: make sure the drawable code doesn't call malloc(0).Michel Dänzer2007-05-261-15/+26
| * radeon: add other IGP chipsetsDave Airlie2007-05-261-0/+7
| * Revert "drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls."Dave Airlie2007-05-266-173/+92
| * Revert "drm/ttm: cleanup most of fence ioctl split out"Dave Airlie2007-05-265-362/+44
| * whitespace fixups from kernelDave Airlie2007-05-264-33/+23
| * ati_pcigart: cut to 80 charsDave Airlie2007-05-261-2/+4
| * drm/ttm: cleanup most of fence ioctl split outDave Airlie2007-05-265-44/+362
| * drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.Dave Airlie2007-05-266-92/+173
| * drm: cleanup use of Linux list handling macrosDave Airlie2007-05-2616-198/+118
| * nouveau: don't build the module by defaultStephane Marchesin2007-05-171-0/+1
| * r300: Added my comments into r300_reg.h.Oliver McFadden2007-05-131-0/+5
| * r300: Synchronized R300 register defines file.Oliver McFadden2007-05-131-4/+4
| * nouveau : nv10 graph move clipping value to per channel initMatthieu Castet2007-05-121-5/+4
| * nouveau : nv10 graph clipping values were forgoten in ddx to drm commitMatthieu Castet2007-05-121-0/+5
| * Allow vblank interrupts to remain disabled across VT switch.Keith Packard2007-05-102-5/+4
| * r300: Synchronized R300 register defines file.Oliver McFadden2007-05-091-0/+3
| * r300: Synchronized R300 register defines file.Oliver McFadden2007-05-091-0/+1
| * nouveau : fix fifo context size for nv10Matthieu Castet2007-05-084-5/+14
| * libdrm: fix typo on ttm fence interfaceDave Airlie2007-05-081-1/+1
| * s/OJBECTS/OBJECTS/Brian2007-05-061-1/+1
| * r300: Synchronize the register file from Mesa.Oliver McFadden2007-05-061-0/+2
| * r300: Use the defined names for known registers.Oliver McFadden2007-05-061-13/+13
* | More 64-bit padding.Thomas Hellstrom2007-06-261-4/+7
* | Fix some obvious bugs.Thomas Hellstrom2007-06-122-4/+4