summaryrefslogtreecommitdiff
path: root/bsd-core/radeon_drv.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-08FreeBSD use kdev for kernel device namevehemens1-8/+8
2008-10-10[FreeBSD] Rework all of the memory allocationsRobert Noland1-2/+2
2008-10-03[FreeBSD] Don't explicitly bzero driver softc.Robert Noland1-2/+0
2008-10-03[FreeBSD] Use M_WAITOK when allocating driver memory.Robert Noland1-1/+3
2008-09-10Remove incomplete and obsolete free/net/open code.vehemens1-10/+0
2008-09-08[FreeBSD] We need to call drm_detach before we free dev->driver.Robert Noland1-1/+4
2008-09-05Need M_NOWAIT for malloc.vehemens1-1/+1
2008-08-29[FreeBSD] Use driver features macros and flagsvehemens1-9/+4
2008-08-29[FreeBSD] Convert drm_driver to a pointer like linux.vehemens1-36/+49
2008-05-27[FreeBSD] Add vblank-rework support and get drivers building.Robert Noland1-2/+3
2008-05-27[FreeBSD] Convert from drm_device_t to struct drm_device for consistency.Eric Anholt1-6/+6
2007-12-02bsd: Now make secondary vblank workRobert Noland1-0/+1
2007-12-01bsd: Hook secondary vblank support.Robert Noland1-0/+1
2005-12-30Merge patch from jhb to catch up with FreeBSD-current vgapci master deviceEric Anholt1-0/+4
2005-11-11Fix breakage from the move of driver ioctl externs to header files.Eric Anholt1-3/+0
2005-09-30Add support to turn writeback off via radeon module optionDave Airlie1-0/+2
2005-08-05Rename the driver hooks in the DRM to something a little moreEric Anholt1-28/+29
2005-06-06Add a few more bits of Tonnerre's NetBSD port (Still need to deal with theEric Anholt1-0/+5
2005-04-16Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSDEric Anholt1-1/+2
2005-02-05- Implement drm_initmap, and extend it with the resource number to helpEric Anholt1-0/+4
2004-11-06Convert more drivers for bsd-core, moving the ioctl definitions to sharedEric Anholt1-1/+1
2004-11-06Remove some core stuff that ended up being unnecessary.Eric Anholt1-5/+0
2004-11-06Get r128 basically working: Hook up the driver's dma ioctl, use the properEric Anholt1-0/+1
2004-11-06Commit WIP of BSD conversion to core model. Compiles for r128, radeon, butEric Anholt1-22/+79
2003-10-17- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle themEric Anholt1-0/+1
2003-10-17- Converted Linux drivers to initialize DRM instances based on PCI IDs, notEric Anholt1-39/+0
2003-08-29Update radeon PCI IDs.Eric Anholt1-4/+4
2003-08-19- Remove $FreeBSD$ tags as they weren't too useful and merges are now beingEric Anholt1-1/+0
2003-04-26Add PCI DMA memory functions and make addbufs_pci and associated code useEric Anholt1-2/+1
2003-04-25Merge from FreeBSD-current.FreeBSD-20030424Eric Anholt1-1/+1
2003-04-24Move one definition to drm_drv.h and remove the rest of drm_init.h whichEric Anholt1-28/+34
2003-03-25XFree86 4.3.0 mergeX_4_3_0-20030324-mergeAlan Hourihane1-34/+27
2003-03-11Merge back from FreeBSD-current, adding FreeBSD ID tags to aid futureX_4_3_0-20020324-preimportEric Anholt1-26/+30
2003-02-21Merge from bsd-4-0-0-branch.bsd-4-0-0-20030221-mergeEric Anholt1-10/+31
2002-08-26merged r200-0-1-branchr200-0-1-20020822-mergeKeith Whitwell1-0/+1
2002-07-05merged bsd-3-0-0-branchbsd-3-0-0-20020705-mergeAlan Hourihane1-0/+76