summaryrefslogtreecommitdiff
path: root/bsd-core/drm_dma.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-10[FreeBSD] Rework all of the memory allocationsRobert Noland1-7/+7
2008-09-05Style white space cleanup.vehemens1-7/+8
2008-08-29[FreeBSD] Convert drm_driver to a pointer like linux.vehemens1-2/+2
2008-05-27[FreeBSD] Convert from drm_device_t to struct drm_device for consistency.Eric Anholt1-5/+5
2007-08-15BSD: Replace brief description in each file's first line with doxygen later on.Eric Anholt1-3/+8
2007-08-13Bug #11951: Fix an errno sign inversion on pre-FreeBSD 5.vehemens1-0/+1
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-4/+2
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-4/+5
2007-07-20Remove DRM_ERR OS macro.Eric Anholt1-2/+2
2007-07-18Add dry-coded DRM drawable private information storage for FreeBSD.Eric Anholt1-2/+2
2005-08-05Rename the driver hooks in the DRM to something a little moreEric Anholt1-2/+2
2005-04-26Convert BSD code to mostly use bus_dma, the dma abstraction for dealingEric Anholt1-4/+1
2005-04-16Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSDEric Anholt1-1/+2
2004-11-07Now that the memory debug code is gone, and all 3 BSDs have M_ZERO, stopEric Anholt1-25/+12
2004-11-06Get r128 basically working: Hook up the driver's dma ioctl, use the properEric Anholt1-0/+13
2004-11-06Commit WIP of BSD conversion to core model. Compiles for r128, radeon, butEric Anholt1-53/+14
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