summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Small server side build fix for xf86drm.cagpgart_2_0_branchJeff Hartmann2003-01-131-2/+2
* Misc bug fixes and cleanupsJeff Hartmann2003-01-1312-47/+130
* Initial Checkin for agp 3.0 infrastructure support.Jeff Hartmann2003-01-1120-227/+1593
* Note that radeon_do_cp_idle() can fail, cope with it.Keith Whitwell2003-01-102-10/+20
* [TRIVIAL] [TRIVIAL PATCH 2.5.48] Remove unused function from radeon_mem.cRik Faith2003-01-062-20/+0
* more cleanups, free mem heap data on last client exitKeith Whitwell2003-01-033-29/+20
* Bump radeon drm version nr on recent interface relaxationKeith Whitwell2003-01-021-1/+2
* Remove printkKeith Whitwell2003-01-022-4/+0
* Make the radeon drm module better at cleaning up after itself if all theKeith Whitwell2003-01-025-6/+64
* file i830_irq.c was initially added on branch mesa-4-0-4-branch.David Dawes2002-12-160-0/+0
* enums should be intsDavid Dawes2002-12-124-4/+4
* bring in jantorial changes from 2.5.51Keith Whitwell2002-12-125-14/+26
* remove agpgart informationalKeith Whitwell2002-12-114-124/+12
* Rewrite radeon_cp_dispatch_texture() to avoid pingponging back to userspaceKeith Whitwell2002-12-062-204/+198
* Add vblank signal code for BSD DRM. Untested so far, but working with aEric Anholt2002-12-065-17/+155
* further vertical blank interrupt cleanups: remove unused variable,Michel Daenzer2002-12-048-20/+14
* vertical blank interrupt cleanups: use spinlock instead of semaphore, sendMichel Daenzer2002-12-0310-58/+32
* vertical blank ioctl can send signal instead of blockingMichel Daenzer2002-11-3013-34/+255
* added missing return fd (Alexander Stohr)trunk-20021125Brian Paul2002-11-251-0/+1
* Silence the radeon_freelist_get 'returning NULL' message. It's not an errorKeith Whitwell2002-11-252-2/+2
* allow unprivileged clients to use the GETPARAM ioctl (Wang WenRui)Michel Daenzer2002-11-231-1/+1
* Kernel support for vblank syncing on Rage 128 and Matrox.Eric Anholt2002-10-3024-13/+631
* updated e-mail addresses for Keith, Alan and JensJens Owen2002-10-2910-10/+10
* preserve CRTC{,2}_OFFSET_CNTL in 2D driver to avoid bad effects whennv-0-0-1-branchMichel Daenzer2002-10-2910-43/+160
* Use bus_alloc_resource/bus_release_resource more properly: save the ridEric Anholt2002-10-294-26/+32
* merge from mesa-4-1-branch to get cube-map registers. bumped version to 1.7Brian Paul2002-10-287-7/+151
* s/udelay/DRM_UDELAY/Eric Anholt2002-10-272-2/+2
* Catch up to -current.Eric Anholt2002-10-272-0/+8
* final part of XFree86 4.2.99.2 mergeX_4_2_99_2-20021023-mergeAlan Hourihane2002-10-2212-157/+63
* Import of XFree86 4.2.99.2X_4_2_99_2Alan Hourihane2002-10-221-10/+0
* Fix reversed test that broke vblank waiting on FreeBSD.trunk-20021022stable-1-0-branchEric Anholt2002-10-142-2/+2
* Jonny Strom's mga_dma.c patchKeith Whitwell2002-10-102-2/+20
* replaced max() macro with conditional expressionBrian Paul2002-10-092-2/+2
* Fix error condition...Keith Whitwell2002-10-082-2/+2
* Call pci_enable_device() in DRM(irq_busid).Keith Whitwell2002-10-082-4/+30
* Free correct block in free_block (K. Rasche)trunk-20021002Keith Whitwell2002-10-022-2/+2
* fix wait condition for vertical blank IRQsMichel Daenzer2002-10-012-2/+2
* Remove some noise being spit to the console.Eric Anholt2002-09-292-4/+0
* Make our set_bit and friends match linux better (cleans up some warnings)Eric Anholt2002-09-292-24/+24
* warnings cleanupEric Anholt2002-09-292-6/+6
* Fix some of my silliness in DRM_WAIT_ON (not returning EINTR).Eric Anholt2002-09-292-14/+10
* Turn boxes off againKeith Whitwell2002-09-292-2/+2
* Move os-dependent stuff out of radeon_irq.cKeith Whitwell2002-09-2911-199/+197
* Fix up BSD irq handling.Eric Anholt2002-09-294-52/+20
* add support for 16K and 64K page sizes (Bjorn Helgaas)Michel Daenzer2002-09-292-4/+16
* make SW interrupts more robust: write sequence number to scratch register,Michel Daenzer2002-09-274-34/+52
* DRM(vblank_wait) is driver specificMichel Daenzer2002-09-264-76/+78
* BSD vblank framework.Eric Anholt2002-09-2613-30/+202
* Fix one warning.Eric Anholt2002-09-262-2/+2
* change RADEON_PARAM_IRQ_ACTIVE to RADEON_PARAM_IRQ_NRMichel Daenzer2002-09-254-8/+6