OSDN Git Service

Merge branch 'nouveau-1'
[android-x86/external-libdrm.git] / bsd-core / drm_dma.c
2005-08-05 Eric AnholtRename the driver hooks in the DRM to something a littl...
2005-04-26 Eric AnholtConvert BSD code to mostly use bus_dma, the dma abstrac...
2005-04-16 Eric AnholtUse /*- to begin license blocks in BSD code to reduce...
2004-11-07 Eric AnholtNow that the memory debug code is gone, and all 3 BSDs...
2004-11-06 Eric AnholtGet r128 basically working: Hook up the driver's dma...
2004-11-06 Eric AnholtCommit WIP of BSD conversion to core model. Compiles...
2004-01-06 Eric AnholtFix some misuse of NULL where 0 is intended.
2003-10-19 Eric Anholt- SMPng lock the DRM. This is only partial -- there...
2003-10-19 Eric AnholtClean up extra zeroing of dev->dma, and use calloc...
2003-10-17 Eric Anholt- Move IRQ functions from drm_dma.h to new drm_irq...
2003-10-03 Eric AnholtStylistic preparation for SMPng locking work: DRM_LOCK...
2003-10-02 Eric AnholtMostly whitespace cleanups and style(9) fixes focused...
2003-08-19 Eric Anholt- Remove $FreeBSD$ tags as they weren't too useful...
2003-07-29 Michel DaenzerIRQ code cleanup suggested by Linus Torvalds
2003-07-25 Michel DaenzerCompile fixes for recent 2.5/2.6 Linux kernels. I hope...
2003-04-26 Eric AnholtMFL: Don't install irq handler unless the driver has...
2003-04-26 Eric AnholtAdd PCI DMA memory functions and make addbufs_pci and...
2003-04-25 Eric AnholtMerge from FreeBSD-current.
2003-04-24 Eric AnholtRemove more gamma DMA infrastructure. Most of this...
2003-04-24 Eric AnholtRemove more gamma DMA code. This isn't all of it, but...
2003-04-24 Eric AnholtRemove DRM_DMA_HISTOGRAM and associated code.
2003-03-29 Eric AnholtAdd DRMFILE definitions and supply filp for BSD in the
2003-03-11 Eric AnholtMerge back from FreeBSD-current, adding FreeBSD ID...
2003-03-06 Eric AnholtRemove the vbl signal code because it's untested (and...
2003-03-04 Keith WhitwellDRM_FREE/2 patch from Philip Brown
2003-02-21 Eric AnholtMerge from bsd-4-0-0-branch.
2003-02-02 Michel Daenzerdon't inflate relative vblank sequence numbers on repea...
2002-12-06 Eric AnholtAdd vblank signal code for BSD DRM. Untested so far...
2002-10-29 Eric AnholtUse bus_alloc_resource/bus_release_resource more proper...
2002-09-29 Keith WhitwellMove os-dependent stuff out of radeon_irq.c
2002-09-29 Eric AnholtFix up BSD irq handling.
2002-09-26 Eric AnholtBSD vblank framework.
2002-07-05 Alan Hourihanemerged bsd-3-0-0-branch
2002-03-11 Alan Hourihanefixups for *BSD
2002-03-06 Alan Hourihanefirst pass at merging mesa 4.0 kernel drivers into...
2002-01-27 David DawesInitial revision