[intel] Quirk away MSI support on 945G/GM.
[platform/upstream/libdrm.git] / linux-core / xgi_drv.c
2008-01-30 Thomas HellstromSimplify the fencing code and differentiate between...
2008-01-22 Jesse BarnesMerge branch 'master' into vblank-rework, including...
2007-11-05 Dave Airliedrm: remove lots of spurious whitespace.
2007-10-30 Jesse BarnesMerge branch 'master' into vblank-rework, fixup remaini...
2007-10-05 Dave AirlieMerge branch 'pre-superioctl-branch'
2007-10-03 Ian RomanickFirst round of byte-ordering fixes for PowerPC.
2007-09-19 Eric AnholtMerge branch 'origin' into bo-set-pin
2007-09-18 Ian RomanickAdd ioc32 compat layer for XGI DRM.
2007-09-06 Ian RomanickMerge branch 'xgi-0-0-2'
2007-08-31 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-08-29 Ian RomanickUse ati_pcigart for PCI-e GART table handling.
2007-08-29 Ian RomanickFix late night dumb-dumb mistake.
2007-08-29 Ian RomanickUse DRM_SPINLOCK / DRM_UNSPINLOCK macros.
2007-08-16 Ian RomanickImplement fence support.
2007-08-14 Ian RomanickEliminate unused / useless ioctls.
2007-08-10 Ian RomanickAfter calling drm_sman_cleanup, mark both heaps as...
2007-08-10 Ian RomanickMask off correct bits in M2REG_AUTO_LINK_STATUS for...
2007-08-09 Ian RomanickMinor clean up of IRQ code. Much, much more to come.
2007-08-09 Ian RomanickUse sman memory manager instead of internal version.
2007-08-09 Ian RomanickUnify alloc and free ioctls.
2007-08-09 Ian RomanickAssociate master file pointer with command list buffer.
2007-08-06 Ian RomanickRelease client memory in reclaim_buffers_idlelocked...
2007-08-06 Ian RomanickRefactor xgi_(fb|pcie)_free_all into xgi_free_all.
2007-08-06 Ian RomanickReplace per-heap semaphores with drm_device::struct_mutex.
2007-07-30 Ian RomanickMove additional GE initialization into the kernel.
2007-07-30 Ian RomanickFix GE shut-down sequence.
2007-07-27 Ian RomanickConvert to new ioctl interface between core DRM and...
2007-07-27 Ian RomanickEliminate use of DRM_ERR.
2007-07-26 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-07-24 Ian RomanickFix license formatting.
2007-07-24 Ian RomanickFix flags for serveral ioctls.
2007-07-24 Ian RomanickFix bug preventing X server from restarting.
2007-07-23 Ian RomanickEliminate XGI_CHECK_PCI_CONFIG.
2007-07-20 Ian RomanickDelete unused variable in xgi_driver_load.
2007-07-20 Ian RomanickFix error handing related to xgi_cmdlist_initialize.
2007-07-19 Ian RomanickMove MMIO drm_addmap (and code that depends on it)...
2007-07-19 Ian RomanickInitial pass at converting driver to DRM infrastructure.
2007-07-17 Ian RomanickEliminate several useless ioctls and associated cruft.
2007-07-12 Ian RomanickMerge branch 'master' into xgi-0-0-2
2007-07-10 Ian RomanickConvert occurances of U32 to other types.
2007-07-09 Ian RomanickEliminiate fields in xgi_info that are duplicates of...
2007-07-09 Ian RomanickAdjust the types of the fields of xgi_aperture.
2007-07-09 Ian RomanickMerge xgi_mem_req and xgi_mem_alloc into a single type.
2007-07-06 Ian RomanickRemove XGI_IOCTL_CPUID and associated cruft.
2007-06-29 Ian RomanickEliminate structure typedefs
2007-06-29 Ian RomanickFix return type of xgi_find_pcie_block.
2007-06-26 Ian RomanickClean up warnings about unused variables and functions.
2007-06-26 Ian Romanickdos2unix and Lindent
2007-06-26 Ian RomanickInitial XP10 code drop from XGI.