index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-core
/
xgi_pcie.c
Age
Commit message (
Expand
)
Author
2007-08-29
Use ati_pcigart for PCI-e GART table handling.
Ian Romanick
2007-08-14
Eliminate unused / useless ioctls.
Ian Romanick
2007-08-13
Strobe magic 0xB03F register to flush PCI-e GART table.
Ian Romanick
2007-08-09
Use DRM_MEMORYBARRIER() macro instead of mb().
Ian Romanick
2007-08-09
Use sman memory manager instead of internal version.
Ian Romanick
2007-08-09
Unify alloc and free ioctls.
Ian Romanick
2007-08-06
Unify infrastructure for freeing on-card / GART memory.
Ian Romanick
2007-08-06
Refactor xgi_(fb|pcie)_free_all into xgi_free_all.
Ian Romanick
2007-08-06
Replace per-heap semaphores with drm_device::struct_mutex.
Ian Romanick
2007-08-06
Unify infrastructure for allocating (not yet freeing) on-card / GART memory.
Ian Romanick
2007-08-06
Eliminate unnecessary function xgi_pcie_free_locked.
Ian Romanick
2007-08-06
Finish removing allocation "owner" infrastructure.
Ian Romanick
2007-08-06
Eliminate allocation "owner" usage.
Ian Romanick
2007-07-27
Convert to new ioctl interface between core DRM and device-specific module.
Ian Romanick
2007-07-26
Eliminate use of DRM_ERR.
Ian Romanick
2007-07-26
Eliminate unnecessary (and now wrong) call gto drm_sg_free.
Ian Romanick
2007-07-24
Fix license formatting.
Ian Romanick
2007-07-19
Rework xgi_(pcie|fb)_free_all to prevent deadlock.
Ian Romanick
2007-07-19
Initial pass at converting driver to DRM infrastructure.
Ian Romanick
2007-07-16
Clean ups (primarilly log messages) in xgi_test_rwinkernel.
Ian Romanick
2007-07-16
Eliminate several useless ioctls and associated cruft.
Ian Romanick
2007-07-09
Convert occurances of U32 to other types.
Ian Romanick
2007-07-09
Merge xgi_mem_req and xgi_mem_alloc into a single type.
Ian Romanick
2007-06-29
Convert xgi_mem_location enum values to less generic names.
Ian Romanick
2007-06-29
Convert open coded list iterators to either list_for_each_entry or list_for_e...
Ian Romanick
2007-06-29
Clean up xgi_pcie_heap_check
Ian Romanick
2007-06-29
Eliminate structure typedefs
Ian Romanick
2007-06-29
Fix return type of xgi_find_pcie_block.
Ian Romanick
2007-06-28
Minor clean up of variable declarations in xgi_find_pcie_virt.
Ian Romanick
2007-06-28
Clean up debug log messages in xgi_find_pcie_block.
Ian Romanick
2007-06-28
Convert comment header of xgi_find_pcie_virt to kernel doc format.
Ian Romanick
2007-06-26
Clean up warnings about unused variables and functions.
Ian Romanick
2007-06-26
dos2unix and Lindent
Ian Romanick
2007-06-26
Initial XP10 code drop from XGI.
Ian Romanick