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.h
Age
Commit message (
Expand
)
Author
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-09-06
Bump version to 1.0.0.
Ian Romanick
2007-08-29
Use ati_pcigart for PCI-e GART table handling.
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-14
Clean up xgi_(en|dis)able_(mmio|ge) and move to xgi_misc.c.
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
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 special-case handling of framebuffer (fake) allocation.
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-24
Fix license formatting.
Ian Romanick
2007-07-24
Fix bug preventing X server from restarting.
Ian Romanick
2007-07-21
Bump version.
Ian Romanick
2007-07-21
Make s_cmdring a field in the xgi_info structure instead of a global.
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
Move types shared with user mode to xgi_drm.h.
Ian Romanick
2007-07-09
Correct types that are shared with user mode.
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
Convert xgi_mem_location enum values to less generic names.
Ian Romanick
2007-06-29
Convert some PCI-e GART related variable to generic types.
Ian Romanick
2007-06-29
Replace U(8|16) with u(8|16).
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
dos2unix and Lindent
Ian Romanick
2007-06-26
Initial XP10 code drop from XGI.
Ian Romanick