aboutsummaryrefslogtreecommitdiff
path: root/linux-core/xgi_drv.c
AgeCommit message (Expand)Author
2009-06-22drm: Strip old ttm.Thomas Hellstrom
2009-03-02drm: drop Linux < 2.6.10 supportPekka Paalanen
2008-07-08xgi: use true/false instead of TRUE/FALSEmartin capitanio
2008-06-10xgixp: Remove dependency on TTM fencesIan Romanick
2008-01-30Simplify the fencing code and differentiate between flushes andThomas Hellstrom
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie
2007-10-03First round of byte-ordering fixes for PowerPC.Ian Romanick
2007-09-18Add ioc32 compat layer for XGI DRM.Ian Romanick
2007-08-29Use ati_pcigart for PCI-e GART table handling.Ian Romanick
2007-08-29Fix late night dumb-dumb mistake.Ian Romanick
2007-08-29Use DRM_SPINLOCK / DRM_UNSPINLOCK macros.Ian Romanick
2007-08-15Implement fence support.Ian Romanick
2007-08-14Eliminate unused / useless ioctls.Ian Romanick
2007-08-09After calling drm_sman_cleanup, mark both heaps as uninitialized.Ian Romanick
2007-08-09Mask off correct bits in M2REG_AUTO_LINK_STATUS for interrupt handling.Ian Romanick
2007-08-09Minor clean up of IRQ code. Much, much more to come.Ian Romanick
2007-08-09Use sman memory manager instead of internal version.Ian Romanick
2007-08-09Unify alloc and free ioctls.Ian Romanick
2007-08-09Associate master file pointer with command list buffer.Ian Romanick
2007-08-06Release client memory in reclaim_buffers_idlelocked instead of preclose.Ian Romanick
2007-08-06Refactor xgi_(fb|pcie)_free_all into xgi_free_all.Ian Romanick
2007-08-06Replace per-heap semaphores with drm_device::struct_mutex.Ian Romanick
2007-07-30Move additional GE initialization into the kernel.Ian Romanick
2007-07-30Fix GE shut-down sequence.Ian Romanick
2007-07-27Convert to new ioctl interface between core DRM and device-specific module.Ian Romanick
2007-07-26Eliminate use of DRM_ERR.Ian Romanick
2007-07-24Fix license formatting.Ian Romanick
2007-07-24Fix flags for serveral ioctls.Ian Romanick
2007-07-24Fix bug preventing X server from restarting.Ian Romanick
2007-07-23Eliminate XGI_CHECK_PCI_CONFIG.Ian Romanick
2007-07-19Delete unused variable in xgi_driver_load.Ian Romanick
2007-07-19Fix error handing related to xgi_cmdlist_initialize.Ian Romanick
2007-07-19Move MMIO drm_addmap (and code that depends on it) to xgi_bootstrap.Ian Romanick
2007-07-19Initial pass at converting driver to DRM infrastructure.Ian Romanick
2007-07-16Eliminate several useless ioctls and associated cruft.Ian Romanick
2007-07-09Convert occurances of U32 to other types.Ian Romanick
2007-07-09Eliminiate fields in xgi_info that are duplicates of fields in pci_dev.Ian Romanick
2007-07-09Adjust the types of the fields of xgi_aperture.Ian Romanick
2007-07-09Merge xgi_mem_req and xgi_mem_alloc into a single type.Ian Romanick
2007-07-05Remove XGI_IOCTL_CPUID and associated cruft.Ian Romanick
2007-06-29Eliminate structure typedefsIan Romanick
2007-06-29Fix return type of xgi_find_pcie_block.Ian Romanick
2007-06-26Clean up warnings about unused variables and functions.Ian Romanick
2007-06-26dos2unix and LindentIan Romanick
2007-06-26Initial XP10 code drop from XGI.Ian Romanick