summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'upstream/master' into i915-zone-renderingi915-zone-renderingMichel Dänzer2007-09-07262-10116/+20270
|\
| * nouveau: Use nv41 ctxprog/vals on nv42.Ben Skeggs2007-09-071-1/+3
| * Merge branch 'xgi-0-0-2'Ian Romanick2007-09-0616-2/+2138
| |\
| | * Bump version to 1.0.0.Ian Romanick2007-09-061-3/+3
| | * Merge branch 'master' of ssh+git://git.freedesktop.org/git/mesa/drm into xgi-...Ian Romanick2007-08-3169-1615/+5769
| | |\
| | * | Acutally emit the IRQ (duh) when setting the fence post.Ian Romanick2007-08-311-1/+3
| | * | Use ati_pcigart for PCI-e GART table handling.Ian Romanick2007-08-293-64/+30
| | * | Fix late night dumb-dumb mistake.Ian Romanick2007-08-291-1/+1
| | * | Use DRM_SPINLOCK / DRM_UNSPINLOCK macros.Ian Romanick2007-08-293-6/+6
| | * | Remove unnecessary include.Ian Romanick2007-08-171-1/+0
| | * | Forgot to add this file on the last commit.Ian Romanick2007-08-161-0/+125
| | * | Implement fence support.Ian Romanick2007-08-156-18/+103
| | * | Eliminate unused / useless ioctls.Ian Romanick2007-08-145-93/+4
| | * | Clean up remaining C++ style comments.Ian Romanick2007-08-141-10/+18
| | * | Move dwWriteReg to xgi_cmdlist.c, the only file where it is used.Ian Romanick2007-08-142-13/+14
| | * | Remove unused interrupt related functions.Ian Romanick2007-08-141-24/+0
| | * | Clean up xgi_(en|dis)able_(mmio|ge) and move to xgi_misc.c.Ian Romanick2007-08-143-110/+171
| | * | Strobe magic 0xB03F register to flush PCI-e GART table.Ian Romanick2007-08-131-1/+5
| | * | After calling drm_sman_cleanup, mark both heaps as uninitialized.Ian Romanick2007-08-091-0/+3
| | * | Use DRM_MEMORYBARRIER() macro instead of mb().Ian Romanick2007-08-091-5/+1
| | * | Mask off correct bits in M2REG_AUTO_LINK_STATUS for interrupt handling.Ian Romanick2007-08-093-35/+64
| | * | Minor clean up of IRQ code. Much, much more to come.Ian Romanick2007-08-092-20/+9
| | * | Use sman memory manager instead of internal version.Ian Romanick2007-08-094-313/+54
| | * | Unify alloc and free ioctls.Ian Romanick2007-08-095-75/+78
| | * | Associate master file pointer with command list buffer.Ian Romanick2007-08-094-19/+9
| | * | Unify infrastructure for freeing on-card / GART memory.Ian Romanick2007-08-064-32/+15
| | * | Release client memory in reclaim_buffers_idlelocked instead of preclose.Ian Romanick2007-08-061-14/+20
| | * | Refactor xgi_(fb|pcie)_free_all into xgi_free_all.Ian Romanick2007-08-064-44/+13
| | * | Replace per-heap semaphores with drm_device::struct_mutex.Ian Romanick2007-08-064-16/+10
| | * | Unify infrastructure for allocating (not yet freeing) on-card / GART memory.Ian Romanick2007-08-064-43/+18
| | * | Eliminate unnecessary function xgi_pcie_free_locked.Ian Romanick2007-08-061-12/+2
| | * | Finish removing allocation "owner" infrastructure.Ian Romanick2007-08-061-12/+1
| | * | Eliminate special-case handling of framebuffer (fake) allocation.Ian Romanick2007-08-062-33/+20
| | * | Eliminate allocation "owner" usage.Ian Romanick2007-08-064-50/+6
| | * | Refactor register dumping code.Ian Romanick2007-07-311-148/+35
| | * | Move additional GE initialization into the kernel.Ian Romanick2007-07-301-0/+52
| | * | Fix GE shut-down sequence.Ian Romanick2007-07-302-24/+48
| | * | Use DRM_READ/DRM_WRITE macros instead of directly accessing MMIO space.Ian Romanick2007-07-301-51/+68
| | * | Use OUT3C5B macro instead of assuming little-endian byte order.Ian Romanick2007-07-301-1/+1
| | * | Convert to new ioctl interface between core DRM and device-specific module.Ian Romanick2007-07-276-144/+101
| | * | Eliminate use of DRM_ERR.Ian Romanick2007-07-264-16/+16
| | * | Eliminate unnecessary (and now wrong) call gto drm_sg_free.Ian Romanick2007-07-261-4/+0
| | * | Merge branch 'master' of ssh+git://git.freedesktop.org/git/mesa/drm into xgi-...Ian Romanick2007-07-26218-7537/+8247
| | |\ \
| | * | | Fix typo on previous commit. Sigh...Ian Romanick2007-07-241-1/+1
| | * | | Pass correct offset to xgi_find_pcie_virt.Ian Romanick2007-07-241-1/+1
| | * | | Fix license formatting.Ian Romanick2007-07-249-214/+196
| | * | | Fix flags for serveral ioctls.Ian Romanick2007-07-241-2/+2
| | * | | Fix bug preventing X server from restarting.Ian Romanick2007-07-243-45/+89
| | * | | Minor log message clean up.Ian Romanick2007-07-231-1/+2
| | * | | Minor log message clean up.Ian Romanick2007-07-231-8/+5