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_drv.c
Age
Commit message (
Expand
)
Author
2008-06-10
xgixp: Remove dependency on TTM fences
Ian Romanick
2008-01-30
Simplify the fencing code and differentiate between flushes and
Thomas Hellstrom
2007-11-05
drm: remove lots of spurious whitespace.
Dave Airlie
2007-10-03
First round of byte-ordering fixes for PowerPC.
Ian Romanick
2007-09-18
Add ioc32 compat layer for XGI DRM.
Ian Romanick
2007-08-29
Use ati_pcigart for PCI-e GART table handling.
Ian Romanick
2007-08-29
Fix late night dumb-dumb mistake.
Ian Romanick
2007-08-29
Use DRM_SPINLOCK / DRM_UNSPINLOCK macros.
Ian Romanick
2007-08-15
Implement fence support.
Ian Romanick
2007-08-14
Eliminate unused / useless ioctls.
Ian Romanick
2007-08-09
After calling drm_sman_cleanup, mark both heaps as uninitialized.
Ian Romanick
2007-08-09
Mask off correct bits in M2REG_AUTO_LINK_STATUS for interrupt handling.
Ian Romanick
2007-08-09
Minor clean up of IRQ code. Much, much more to come.
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-09
Associate master file pointer with command list buffer.
Ian Romanick
2007-08-06
Release client memory in reclaim_buffers_idlelocked instead of preclose.
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-07-30
Move additional GE initialization into the kernel.
Ian Romanick
2007-07-30
Fix GE shut-down sequence.
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-24
Fix license formatting.
Ian Romanick
2007-07-24
Fix flags for serveral ioctls.
Ian Romanick
2007-07-24
Fix bug preventing X server from restarting.
Ian Romanick
2007-07-23
Eliminate XGI_CHECK_PCI_CONFIG.
Ian Romanick
2007-07-19
Delete unused variable in xgi_driver_load.
Ian Romanick
2007-07-19
Fix error handing related to xgi_cmdlist_initialize.
Ian Romanick
2007-07-19
Move MMIO drm_addmap (and code that depends on it) to xgi_bootstrap.
Ian Romanick
2007-07-19
Initial pass at converting driver to DRM infrastructure.
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
Eliminiate fields in xgi_info that are duplicates of fields in pci_dev.
Ian Romanick
2007-07-09
Adjust the types of the fields of xgi_aperture.
Ian Romanick
2007-07-09
Merge xgi_mem_req and xgi_mem_alloc into a single type.
Ian Romanick
2007-07-05
Remove XGI_IOCTL_CPUID and associated cruft.
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-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