summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-04-03fix the copyright messages and bump the datetrident-0-0-2-branchAlan Hourihane2-19/+6
2003-04-03add trident kernel driver (purely for locking a.k.a tdfx)Alan Hourihane12-72/+228
2003-04-01Whitespace and remove a dead commented line.Eric Anholt2-6/+4
2003-03-31Warning fix (use %p format for filp)Leif Delgass2-2/+2
2003-03-30Spelling fixes in comments.Eric Anholt8-8/+8
2003-03-29Remove dead vma code and remove the unused devstate struct definition.Eric Anholt8-266/+28
2003-03-29Add DRMFILE definitions and supply filp for BSD in theEric Anholt14-466/+440
2003-03-29buf->filp is a pointer, so make printf format args be %p not %dEric Anholt2-8/+8
2003-03-28merged drm-filp-0-1-branchdrm-filp-1-20020328-mergeKeith Whitwell48-786/+762
2003-03-26Add 2nd arg for DRM_FREEKeith Whitwell2-2/+2
2003-03-25linux merge for drmAlan Hourihane32-372/+1524
2003-03-25XFree86 4.3.0 mergeX_4_3_0-20030324-mergeAlan Hourihane31-645/+920
2003-03-11Merge back from FreeBSD-current, adding FreeBSD ID tags to aid futureX_4_3_0-20020324-preimportEric Anholt45-62/+135
2003-03-08Make dma_addr_t an unsigned long not a uint32, don't try to use memrangeEric Anholt4-6/+10
2003-03-06Remove the vbl signal code because it's untested (and has lock issues onEric Anholt4-2/+26
2003-03-05Put cdevsw initialization in line with FreeBSD-current. (From r1.10,r1.11Eric Anholt2-34/+28
2003-03-05Update mmap handling for FreeBSD-current (Based on r1.3 of FreeBSD CVS).Eric Anholt2-4/+60
2003-03-05Remove a paste-o in DRM_SPINUNINIT and add a volatile to the compatibilityEric Anholt2-4/+4
2003-03-04DRM_FREE/2 patch from Philip BrownKeith Whitwell14-136/+144
2003-03-02file savage_drv.h was initially added on branch savage-0-0-1-branch.Jose Fonseca0-0/+0
2003-03-02file savage_drm.h was initially added on branch savage-0-0-1-branch.Jose Fonseca0-0/+0
2003-03-02file savage_bci.c was initially added on branch savage-0-0-1-branch.Jose Fonseca0-0/+0
2003-02-28Update object targetsLeif Delgass2-8/+8
2003-02-27file savage_drv.c was initially added on branch savage-0-0-1-branch.Jose Fonseca0-0/+0
2003-02-27file savage.h was initially added on branch savage-0-0-1-branch.Jose Fonseca0-0/+0
2003-02-26file mach64_irq.c was initially added on branch mach64-0-0-6-branch.Leif Delgass0-0/+0
2003-02-22Fix build on NetBSD.Eric Anholt2-2/+2
2003-02-21Merge from bsd-4-0-0-branch.bsd-4-0-0-20030221-mergeEric Anholt69-1921/+1103
2003-02-16file mach64_drm.h was initially added on branch mach64-0-0-6-branch.Eric Anholt0-0/+0
2003-02-16file mach64_state.c was initially added on branch mach64-0-0-6-branch.Eric Anholt0-0/+0
2003-02-16file mach64_drv.h was initially added on branch mach64-0-0-6-branch.Eric Anholt0-0/+0
2003-02-16file mach64_dma.c was initially added on branch mach64-0-0-6-branch.Eric Anholt0-0/+0
2003-02-16file mach64.h was initially added on branch mach64-0-0-6-branch.Eric Anholt0-0/+0
2003-02-08reclaim DMA buffers in DRIVER_RELEASE() (Felix Kühling)Michel Daenzer1-0/+1
2003-02-06fix EAGAIN handling in radeon_cp_dispatch_texture() (fixes corruption ofMichel Daenzer2-18/+14
2003-02-04disable strict aliasing for building the DRMMichel Daenzer1-1/+1
2003-02-04fix PCI and AGP posting problems (based on testing by Chris Ison andMichel Daenzer2-18/+14
2003-02-04only acknowledge interrupts we handle - others could be used outside theMichel Daenzer2-10/+16
2003-02-03Fix size of VERTEX2 ioctl struct (Egbert Eich)mesa-4-0-4-20030203Keith Whitwell2-2/+2
2003-02-02don't inflate relative vblank sequence numbers on repeated calls (e.g. whenMichel Daenzer5-0/+5
2003-01-26Add cast to avoid void * arithmetic warningmesa-4-0-4-20030129Leif Delgass2-2/+2
2003-01-24Fix build on -current: Provide M_WAITOK define.Eric Anholt2-0/+8
2003-01-16Fix radeon for BSD.Eric Anholt2-2/+10
2003-01-11limit number of pending vblank signals to 100 to prevent DoS, and minorMichel Daenzer4-28/+82
2003-01-11file agp_30_symbols.h was initially added on branch agpgart_2_0_branch.Jeff Hartmann0-0/+0
2003-01-10Note that radeon_do_cp_idle() can fail, cope with it.Keith Whitwell2-10/+20
2003-01-06[TRIVIAL] [TRIVIAL PATCH 2.5.48] Remove unused function from radeon_mem.cRik Faith2-20/+0
2003-01-03more cleanups, free mem heap data on last client exitKeith Whitwell3-29/+20
2003-01-02Bump radeon drm version nr on recent interface relaxationKeith Whitwell1-1/+2
2003-01-02Remove printkKeith Whitwell2-4/+0