summaryrefslogtreecommitdiff
path: root/linux-core/xgi_drv.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-29Use ati_pcigart for PCI-e GART table handling.Ian Romanick1-1/+1
2007-08-29Fix late night dumb-dumb mistake.Ian Romanick1-1/+1
2007-08-29Use DRM_SPINLOCK / DRM_UNSPINLOCK macros.Ian Romanick1-1/+1
2007-08-15Implement fence support.Ian Romanick1-0/+18
2007-08-14Eliminate unused / useless ioctls.Ian Romanick1-6/+0
2007-08-09After calling drm_sman_cleanup, mark both heaps as uninitialized.Ian Romanick1-0/+3
2007-08-09Mask off correct bits in M2REG_AUTO_LINK_STATUS for interrupt handling.Ian Romanick1-6/+13
2007-08-09Minor clean up of IRQ code. Much, much more to come.Ian Romanick1-19/+8
2007-08-09Use sman memory manager instead of internal version.Ian Romanick1-22/+24
2007-08-09Unify alloc and free ioctls.Ian Romanick1-5/+2
2007-08-09Associate master file pointer with command list buffer.Ian Romanick1-1/+1
2007-08-06Release client memory in reclaim_buffers_idlelocked instead of preclose.Ian Romanick1-14/+20
2007-08-06Refactor xgi_(fb|pcie)_free_all into xgi_free_all.Ian Romanick1-2/+4
2007-08-06Replace per-heap semaphores with drm_device::struct_mutex.Ian Romanick1-3/+0
2007-07-30Move additional GE initialization into the kernel.Ian Romanick1-0/+52
2007-07-30Fix GE shut-down sequence.Ian Romanick1-2/+6
2007-07-27Convert to new ioctl interface between core DRM and device-specific module.Ian Romanick1-29/+24
2007-07-26Eliminate use of DRM_ERR.Ian Romanick1-5/+5
2007-07-24Fix license formatting.Ian Romanick1-24/+22
2007-07-24Fix flags for serveral ioctls.Ian Romanick1-2/+2
2007-07-24Fix bug preventing X server from restarting.Ian Romanick1-41/+85
2007-07-23Eliminate XGI_CHECK_PCI_CONFIG.Ian Romanick1-38/+0
2007-07-19Delete unused variable in xgi_driver_load.Ian Romanick1-4/+1
2007-07-19Fix error handing related to xgi_cmdlist_initialize.Ian Romanick1-1/+5
2007-07-19Move MMIO drm_addmap (and code that depends on it) to xgi_bootstrap.Ian Romanick1-31/+31
2007-07-19Initial pass at converting driver to DRM infrastructure.Ian Romanick1-1327/+195
2007-07-16Eliminate several useless ioctls and associated cruft.Ian Romanick1-28/+0
2007-07-09Convert occurances of U32 to other types.Ian Romanick1-1/+0
2007-07-09Eliminiate fields in xgi_info that are duplicates of fields in pci_dev.Ian Romanick1-37/+14
2007-07-09Adjust the types of the fields of xgi_aperture.Ian Romanick1-6/+4
2007-07-09Merge xgi_mem_req and xgi_mem_alloc into a single type.Ian Romanick1-5/+2
2007-07-05Remove XGI_IOCTL_CPUID and associated cruft.Ian Romanick1-4/+0
2007-06-29Eliminate structure typedefsIan Romanick1-54/+54
2007-06-29Fix return type of xgi_find_pcie_block.Ian Romanick1-4/+1
2007-06-26Clean up warnings about unused variables and functions.Ian Romanick1-11/+0
2007-06-26dos2unix and LindentIan Romanick1-1610/+1564
2007-06-26Initial XP10 code drop from XGI.Ian Romanick1-0/+1610