NV50: basic fbcon + misc fixes
[platform/upstream/libdrm.git] / linux-core / xgi_pcie.c
2008-04-28 Thomas HellstromMerge branch 'master' into modesetting-101
2008-03-16 Dave Airliedrm/pcigart: fix the pci gart to use the drm_pci wrapper.
2007-10-30 Jesse BarnesMerge branch 'master' into vblank-rework, fixup remaini...
2007-10-27 Jerome GlisseMerge branch 'radeon-ttm' of git://people.freedesktop...
2007-10-10 Ian RomanickFix command list submission on big-endian.
2007-10-05 Dave AirlieMerge branch 'pre-superioctl-branch'
2007-10-03 Ian RomanickFirst round of byte-ordering fixes for PowerPC.
2007-09-24 Jesse BarnesMerge branch 'master' into modesetting-101 - TTM &...
2007-09-19 Eric AnholtMerge branch 'origin' into bo-set-pin
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-14 Ian RomanickEliminate unused / useless ioctls.
2007-08-13 Ian RomanickStrobe magic 0xB03F register to flush PCI-e GART table.
2007-08-10 Ian RomanickUse DRM_MEMORYBARRIER() macro instead of mb().
2007-08-09 Ian RomanickUse sman memory manager instead of internal version.
2007-08-09 Ian RomanickUnify alloc and free ioctls.
2007-08-07 Ian RomanickUnify infrastructure for freeing on-card / GART memory.
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-08-06 Ian RomanickUnify infrastructure for allocating (not yet freeing...
2007-08-06 Ian RomanickEliminate unnecessary function xgi_pcie_free_locked.
2007-08-06 Ian RomanickFinish removing allocation "owner" infrastructure.
2007-08-06 Ian RomanickEliminate allocation "owner" usage.
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 RomanickEliminate unnecessary (and now wrong) call gto drm_sg_free.
2007-07-26 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-07-24 Ian RomanickFix license formatting.
2007-07-19 Ian RomanickRework xgi_(pcie|fb)_free_all to prevent deadlock.
2007-07-19 Ian RomanickInitial pass at converting driver to DRM infrastructure.
2007-07-17 Ian RomanickClean ups (primarilly log messages) in xgi_test_rwinkernel.
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 RomanickMerge xgi_mem_req and xgi_mem_alloc into a single type.
2007-06-30 Ian RomanickConvert xgi_mem_location enum values to less generic...
2007-06-30 Ian RomanickConvert open coded list iterators to either list_for_ea...
2007-06-30 Ian RomanickClean up xgi_pcie_heap_check
2007-06-29 Ian RomanickEliminate structure typedefs
2007-06-29 Ian RomanickFix return type of xgi_find_pcie_block.
2007-06-29 Ian RomanickMinor clean up of variable declarations in xgi_find_pci...
2007-06-29 Ian RomanickClean up debug log messages in xgi_find_pcie_block.
2007-06-29 Ian RomanickConvert comment header of xgi_find_pcie_virt to kernel...
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.