Age | Commit message (Expand) | Author | Files | Lines |
2003-02-21 | Merge from trunk to bsd-4-0-0-branch.bsd-4-0-0-20030220bsd-4-0-0-branch | Eric Anholt | 39 | -494/+822 |
2003-02-20 | #if 0 out print_heap, a static, unused function that causes warnings.bsd-4-0-0-20030220-freeze | Eric Anholt | 2 | -0/+4 |
2003-02-20 | Make the allocation for the ATI PCI GART contiguous. It worked in the past | Eric Anholt | 2 | -6/+10 |
2003-02-20 | Make the interrupt handlers INTR_MPSAFE. None of them require Giant. | Eric Anholt | 2 | -0/+10 |
2003-02-09 | Add macros from drm_os_freebsd.h. This gets r200 working. | Eric Anholt | 2 | -0/+22 |
2003-02-08 | Updates for NetBSD, fixing mga support at least. | Eric Anholt | 8 | -100/+88 |
2003-02-08 | Cleanup of ati_pcigart.h, removing functions used only once. | Eric Anholt | 2 | -50/+4 |
2003-01-28 | Updates for current NetBSD. With this, mga and tdfx compile (radeon, r128 | Eric Anholt | 22 | -88/+222 |
2003-01-28 | Remove the BSD gamma code. It's probably out of date, probably broken, and | Eric Anholt | 9 | -988/+3 |
2003-01-24 | Fix build on -current: Provide M_WAITOK define. | Eric Anholt | 2 | -0/+8 |
2003-01-17 | Uninitialize spinlocks, which in 5.0 are mutexes that are tracked by | Eric Anholt | 13 | -29/+44 |
2003-01-17 | Add more PCI IDs from pciids.sf.net | Eric Anholt | 2 | -16/+54 |
2003-01-13 | Remove some linuxisms that were left in drm_bufs.h, make some types match, | Eric Anholt | 6 | -24/+6 |
2003-01-13 | Remove some x86-specific asm in the BSD DRM. For versions without an | Eric Anholt | 6 | -84/+78 |
2002-12-05 | Fix locking of memory sysctl on -current: Copy the memory stats under the | Eric Anholt | 2 | -8/+28 |
2002-11-11 | Check-in of current bus_space changes. | Eric Anholt | 18 | -220/+122 |
2002-11-10 | Lint fix: remove a comma at the end of an enum. | Eric Anholt | 2 | -2/+2 |
2002-11-09 | Clean up some linux leftovers in pcigart code. | Eric Anholt | 4 | -154/+4 |
2002-11-09 | Apply a little style(9) in drm_agpsupport.h. | Eric Anholt | 2 | -24/+48 |
2002-11-08 | Remove an unneeded include of <sys/types.h> | Eric Anholt | 9 | -21/+0 |
2002-10-31 | Inaugurate bsd-4-0-0-branch with Erik Reid's NetBSD patches (with enough | Eric Anholt | 43 | -328/+589 |
2002-10-30 | Kernel support for vblank syncing on Rage 128 and Matrox. | Eric Anholt | 24 | -13/+631 |
2002-10-29 | updated e-mail addresses for Keith, Alan and Jens | Jens Owen | 10 | -10/+10 |
2002-10-29 | preserve CRTC{,2}_OFFSET_CNTL in 2D driver to avoid bad effects whennv-0-0-1-branch | Michel Daenzer | 10 | -43/+160 |
2002-10-29 | Use bus_alloc_resource/bus_release_resource more properly: save the rid | Eric Anholt | 4 | -26/+32 |
2002-10-28 | merge from mesa-4-1-branch to get cube-map registers. bumped version to 1.7 | Brian Paul | 7 | -7/+151 |
2002-10-27 | s/udelay/DRM_UDELAY/ | Eric Anholt | 2 | -2/+2 |
2002-10-27 | Catch up to -current. | Eric Anholt | 2 | -0/+8 |
2002-10-22 | final part of XFree86 4.2.99.2 mergeX_4_2_99_2-20021023-merge | Alan Hourihane | 12 | -157/+63 |
2002-10-22 | Import of XFree86 4.2.99.2X_4_2_99_2 | Alan Hourihane | 1 | -10/+0 |
2002-10-14 | Fix reversed test that broke vblank waiting on FreeBSD.trunk-20021022stable-1-0-branch | Eric Anholt | 2 | -2/+2 |
2002-10-10 | Jonny Strom's mga_dma.c patch | Keith Whitwell | 2 | -2/+20 |
2002-10-09 | replaced max() macro with conditional expression | Brian Paul | 2 | -2/+2 |
2002-10-08 | Fix error condition... | Keith Whitwell | 2 | -2/+2 |
2002-10-08 | Call pci_enable_device() in DRM(irq_busid). | Keith Whitwell | 2 | -4/+30 |
2002-10-02 | Free correct block in free_block (K. Rasche)trunk-20021002 | Keith Whitwell | 2 | -2/+2 |
2002-10-01 | fix wait condition for vertical blank IRQs | Michel Daenzer | 2 | -2/+2 |
2002-09-29 | Remove some noise being spit to the console. | Eric Anholt | 2 | -4/+0 |
2002-09-29 | Make our set_bit and friends match linux better (cleans up some warnings) | Eric Anholt | 2 | -24/+24 |
2002-09-29 | warnings cleanup | Eric Anholt | 2 | -6/+6 |
2002-09-29 | Fix some of my silliness in DRM_WAIT_ON (not returning EINTR). | Eric Anholt | 2 | -14/+10 |
2002-09-29 | Turn boxes off again | Keith Whitwell | 2 | -2/+2 |
2002-09-29 | Move os-dependent stuff out of radeon_irq.c | Keith Whitwell | 11 | -199/+197 |
2002-09-29 | Fix up BSD irq handling. | Eric Anholt | 4 | -52/+20 |
2002-09-29 | add support for 16K and 64K page sizes (Bjorn Helgaas) | Michel Daenzer | 2 | -4/+16 |
2002-09-27 | make SW interrupts more robust: write sequence number to scratch register, | Michel Daenzer | 4 | -34/+52 |
2002-09-26 | DRM(vblank_wait) is driver specific | Michel Daenzer | 4 | -76/+78 |
2002-09-26 | BSD vblank framework. | Eric Anholt | 13 | -30/+202 |
2002-09-26 | Fix one warning. | Eric Anholt | 2 | -2/+2 |
2002-09-25 | change RADEON_PARAM_IRQ_ACTIVE to RADEON_PARAM_IRQ_NR | Michel Daenzer | 4 | -8/+6 |