OSDN Git Service

Previously, drm_get_resource_start() and drm_get_resource_len() would
[android-x86/external-libdrm.git] / bsd-core / drm_bufs.c
2005-08-26 Eric AnholtPreviously, drm_get_resource_start() and drm_get_resour...
2005-08-26 Eric Anholt[1] Fix BSD DRM for the nonroot changes. [2] Don't...
2005-08-05 Eric AnholtRename the driver hooks in the DRM to something a littl...
2005-06-29 Eric AnholtGet the BSD DRM compiling again after MGA and mapping...
2005-06-06 Eric AnholtAdd a few more bits of Tonnerre's NetBSD port (Still...
2005-04-26 Eric AnholtConvert BSD code to mostly use bus_dma, the dma abstrac...
2005-04-24 Eric AnholtFix a panic on startup with non-initmapping drivers...
2005-04-16 Eric AnholtUse /*- to begin license blocks in BSD code to reduce...
2005-04-13 Eric AnholtFix build on FreeBSD-current, thanks to jhb@.
2005-02-07 Eric AnholtRestore a debugging message to DRM_DEBUG instead of...
2005-02-05 Eric Anholt- Implement drm_initmap, and extend it with the resourc...
2004-11-07 Eric AnholtNow that the memory debug code is gone, and all 3 BSDs...
2004-11-06 Eric AnholtCommit first pieces of port to OpenBSD, done by Martin...
2004-11-06 Eric AnholtCommit WIP of BSD conversion to core model. Compiles...
2004-08-17 Dave AirlieMerged drmfntbl-0-0-1
2004-05-09 Eric AnholtWarning fixes.
2004-01-06 Eric AnholtFix some misuse of NULL where 0 is intended.
2003-12-16 Eric AnholtDon't ioremap the framebuffer area. The ioremapped...
2003-11-12 Eric AnholtFix a locking nit, and add asserts in some things that...
2003-11-06 Eric AnholtReturn EBUSY when attempting to addmap a DRM_SHM area...
2003-10-20 Eric AnholtClean up BSD MTRR handling. The NetBSD code is untested...
2003-10-19 Eric Anholt- SMPng lock the DRM. This is only partial -- there...
2003-10-03 Eric AnholtSome code cleanups done while working on locking. Reduc...
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 AnholtFix the debug build.
2003-08-19 Eric Anholt- Remove $FreeBSD$ tags as they weren't too useful...
2003-05-16 Michel DaenzerSupport AGP bridges where the AGP aperture can't be...
2003-04-26 Eric AnholtAdd PCI DMA memory functions and make addbufs_pci and...
2003-04-25 Eric AnholtMerge from FreeBSD-current.
2003-04-25 Eric AnholtClean up the DRM_COPY_TO_USER()ing of DRM(infobufs...
2003-04-24 Eric AnholtRemove more gamma DMA infrastructure. Most of this...
2003-04-24 Eric AnholtMove some common code from addbufs_<type> to addbufs...
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-02-21 Eric AnholtMerge from bsd-4-0-0-branch.
2002-09-29 Eric AnholtRemove some noise being spit to the console.
2002-07-05 Alan Hourihanemerged bsd-3-0-0-branch
2002-01-27 David DawesInitial revision