summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix the copyright messages and bump the datetrident-0-0-2-branchAlan Hourihane2003-04-032-19/+6
* add trident kernel driver (purely for locking a.k.a tdfx)Alan Hourihane2003-04-0312-72/+228
* Whitespace and remove a dead commented line.Eric Anholt2003-04-012-6/+4
* Warning fix (use %p format for filp)Leif Delgass2003-03-312-2/+2
* Spelling fixes in comments.Eric Anholt2003-03-308-8/+8
* Remove dead vma code and remove the unused devstate struct definition.Eric Anholt2003-03-298-266/+28
* Add DRMFILE definitions and supply filp for BSD in theEric Anholt2003-03-2914-466/+440
* buf->filp is a pointer, so make printf format args be %p not %dEric Anholt2003-03-292-8/+8
* merged drm-filp-0-1-branchdrm-filp-1-20020328-mergeKeith Whitwell2003-03-2848-786/+762
* Add 2nd arg for DRM_FREEKeith Whitwell2003-03-262-2/+2
* linux merge for drmAlan Hourihane2003-03-2532-372/+1524
* XFree86 4.3.0 mergeX_4_3_0-20030324-mergeAlan Hourihane2003-03-2531-645/+920
* Merge back from FreeBSD-current, adding FreeBSD ID tags to aid futureX_4_3_0-20020324-preimportEric Anholt2003-03-1145-62/+135
* Make dma_addr_t an unsigned long not a uint32, don't try to use memrangeEric Anholt2003-03-084-6/+10
* Remove the vbl signal code because it's untested (and has lock issues onEric Anholt2003-03-064-2/+26
* Put cdevsw initialization in line with FreeBSD-current. (From r1.10,r1.11Eric Anholt2003-03-052-34/+28
* Update mmap handling for FreeBSD-current (Based on r1.3 of FreeBSD CVS).Eric Anholt2003-03-052-4/+60
* Remove a paste-o in DRM_SPINUNINIT and add a volatile to the compatibilityEric Anholt2003-03-052-4/+4
* DRM_FREE/2 patch from Philip BrownKeith Whitwell2003-03-0414-136/+144
* file savage_drv.h was initially added on branch savage-0-0-1-branch.Jose Fonseca2003-03-020-0/+0
* file savage_drm.h was initially added on branch savage-0-0-1-branch.Jose Fonseca2003-03-020-0/+0
* file savage_bci.c was initially added on branch savage-0-0-1-branch.Jose Fonseca2003-03-020-0/+0
* Update object targetsLeif Delgass2003-02-282-8/+8
* file savage_drv.c was initially added on branch savage-0-0-1-branch.Jose Fonseca2003-02-270-0/+0
* file savage.h was initially added on branch savage-0-0-1-branch.Jose Fonseca2003-02-270-0/+0
* file mach64_irq.c was initially added on branch mach64-0-0-6-branch.Leif Delgass2003-02-260-0/+0
* Fix build on NetBSD.Eric Anholt2003-02-222-2/+2
* Merge from bsd-4-0-0-branch.bsd-4-0-0-20030221-mergeEric Anholt2003-02-2169-1921/+1103
* file mach64_drm.h was initially added on branch mach64-0-0-6-branch.Eric Anholt2003-02-160-0/+0
* file mach64_state.c was initially added on branch mach64-0-0-6-branch.Eric Anholt2003-02-160-0/+0
* file mach64_drv.h was initially added on branch mach64-0-0-6-branch.Eric Anholt2003-02-160-0/+0
* file mach64_dma.c was initially added on branch mach64-0-0-6-branch.Eric Anholt2003-02-160-0/+0
* file mach64.h was initially added on branch mach64-0-0-6-branch.Eric Anholt2003-02-160-0/+0
* reclaim DMA buffers in DRIVER_RELEASE() (Felix Kühling)Michel Daenzer2003-02-081-0/+1
* fix EAGAIN handling in radeon_cp_dispatch_texture() (fixes corruption ofMichel Daenzer2003-02-062-18/+14
* disable strict aliasing for building the DRMMichel Daenzer2003-02-041-1/+1
* fix PCI and AGP posting problems (based on testing by Chris Ison andMichel Daenzer2003-02-042-18/+14
* only acknowledge interrupts we handle - others could be used outside theMichel Daenzer2003-02-042-10/+16
* Fix size of VERTEX2 ioctl struct (Egbert Eich)mesa-4-0-4-20030203Keith Whitwell2003-02-032-2/+2
* don't inflate relative vblank sequence numbers on repeated calls (e.g. whenMichel Daenzer2003-02-025-0/+5
* Add cast to avoid void * arithmetic warningmesa-4-0-4-20030129Leif Delgass2003-01-262-2/+2
* Fix build on -current: Provide M_WAITOK define.Eric Anholt2003-01-242-0/+8
* Fix radeon for BSD.Eric Anholt2003-01-162-2/+10
* limit number of pending vblank signals to 100 to prevent DoS, and minorMichel Daenzer2003-01-114-28/+82
* file agp_30_symbols.h was initially added on branch agpgart_2_0_branch.Jeff Hartmann2003-01-110-0/+0
* 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