summaryrefslogtreecommitdiff
path: root/bsd/drm_dma.h
AgeCommit message (Expand)AuthorFilesLines
2005-08-16Remove the long-stale BSD non-core bits.Eric Anholt1-171/+0
2004-01-06Fix some misuse of NULL where 0 is intended.Eric Anholt1-1/+1
2003-10-19- SMPng lock the DRM. This is only partial -- there are a few code pathsEric Anholt1-1/+5
2003-10-19Clean up extra zeroing of dev->dma, and use calloc to take advantage ofEric Anholt1-8/+2
2003-10-17- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle themEric Anholt1-221/+6
2003-10-03Stylistic preparation for SMPng locking work: DRM_LOCK/DRM_UNLOCK have sideEric Anholt1-9/+9
2003-10-02Mostly whitespace cleanups and style(9) fixes focused on "if(" -> "if ("Eric Anholt1-4/+1
2003-08-19- Remove $FreeBSD$ tags as they weren't too useful and merges are now beingEric Anholt1-1/+0
2003-07-29IRQ code cleanup suggested by Linus TorvaldsMichel Daenzer1-1/+1
2003-07-25Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't breakMichel Daenzer1-1/+1
2003-04-26MFL: Don't install irq handler unless the driver has been initialized.Eric Anholt1-0/+3
2003-04-26Add PCI DMA memory functions and make addbufs_pci and associated code useEric Anholt1-19/+18
2003-04-25Merge from FreeBSD-current.FreeBSD-20030424Eric Anholt1-1/+1
2003-04-24Remove more gamma DMA infrastructure. Most of this code was copied straightEric Anholt1-22/+0
2003-04-24Remove more gamma DMA code. This isn't all of it, but it's a major portion.Eric Anholt1-265/+0
2003-04-24Remove DRM_DMA_HISTOGRAM and associated code.Eric Anholt1-59/+0
2003-03-29Add DRMFILE definitions and supply filp for BSD in theEric Anholt1-3/+3
2003-03-11Merge back from FreeBSD-current, adding FreeBSD ID tags to aid futureX_4_3_0-20020324-preimportEric Anholt1-0/+2
2003-03-06Remove the vbl signal code because it's untested (and has lock issues onEric Anholt1-1/+10
2003-03-04DRM_FREE/2 patch from Philip BrownKeith Whitwell1-1/+1
2003-02-21Merge from bsd-4-0-0-branch.bsd-4-0-0-20030221-mergeEric Anholt1-1/+22
2003-02-02don't inflate relative vblank sequence numbers on repeated calls (e.g. whenMichel Daenzer1-0/+1
2002-12-06Add vblank signal code for BSD DRM. Untested so far, but working with aEric Anholt1-7/+58
2002-10-29Use bus_alloc_resource/bus_release_resource more properly: save the ridEric Anholt1-13/+15
2002-09-29Move os-dependent stuff out of radeon_irq.cKeith Whitwell1-1/+0
2002-09-29Fix up BSD irq handling.Eric Anholt1-20/+0
2002-09-26BSD vblank framework.Eric Anholt1-3/+56
2002-07-05merged bsd-3-0-0-branchbsd-3-0-0-20020705-mergeAlan Hourihane1-41/+36
2002-03-11fixups for *BSDtrunk-20020328Alan Hourihane1-5/+4
2002-03-06first pass at merging mesa 4.0 kernel drivers into new bsd-3-0-0 branch.Alan Hourihane1-0/+19
2002-01-27Initial revisionDavid Dawes1-0/+605