OSDN Git Service

Merge branch 'nouveau-1'
[android-x86/external-libdrm.git] / bsd-core / drmP.h
2006-10-19 Thomas HellstromImporting fixes from drm-ttm-0-2-branch
2006-10-18 Thomas HellstromMerging drm-ttm-0-2-branch
2006-10-14 Stephane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2006-09-07 Eric AnholtUse the DRM_INIT_WAITQUEUE argument (needed on Linux...
2006-09-07 Eric AnholtPut the PCI device/vendor id in the drm_device_t.
2006-09-07 Eric AnholtAdd a typedef for u64.
2006-04-18 Eric AnholtReorder the DRM_*_AGP enum to match linux's numbers...
2005-11-08 Eric AnholtInitial port of savage to FreeBSD for the AGP and ...
2005-11-08 Eric AnholtFix FreeBSD DRM for latest MGA changes to agp support...
2005-11-08 Eric AnholtCatch FreeBSD up to the pcie gart changes. Required...
2005-09-12 Eric AnholtFix the spelling of DRM_AUTH so that the bsd core stuff...
2005-09-03 Dave Airlieconvert ioctl flags to use flags instead of separate...
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-17 Dave Airlieadd agp buffer token
2005-08-12 Eric AnholtFix build after linux-side checkin of master/root-only...
2005-08-05 Eric AnholtRename the driver hooks in the DRM to something a littl...
2005-08-04 Eric AnholtFix the MGA driver on BSD by passing in the proper...
2005-07-20 Eric AnholtAdd latest r300 support from r300.sf.net CVS. Patch...
2005-06-29 Eric AnholtGet the BSD DRM compiling again after MGA and mapping...
2005-06-14 Ian RomanickAdds support for PCI cards to MGA DRM
2005-06-06 Eric AnholtAdd a few more bits of Tonnerre's NetBSD port (Still...
2005-05-27 Ian RomanickModify drm_driver::device_is_agp to return a tri-state...
2005-05-16 Ian RomanickAdded device_is_agp callback to drm_driver. This functi...
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...
2005-02-14 Eric AnholtUse fuword32 for DRM_GET_USER_UNCHECKED when available...
2005-02-08 Eric AnholtClose a race which could allow for privilege escalation...
2005-02-05 Eric Anholt- Implement drm_initmap, and extend it with the resourc...
2004-11-07 Eric AnholtRefine the locking of the DRM. Most significant is...
2004-11-06 Eric AnholtRemove some core stuff that ended up being unnecessary.
2004-11-06 Eric AnholtGet r128 basically working: Hook up the driver's dma...
2004-11-06 Eric AnholtHook the debug output up to a sysctl, so you can choose...
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-07-06 Eric AnholtMFC as of 20040705: dev_t -> struct cdev * change.
2004-05-09 Eric Anholtdrm_hw_lock_t is now defined in drm.h, remove from...
2003-12-16 Eric AnholtDon't ioremap the framebuffer area. The ioremapped...
2003-11-05 Eric Anholt- Tie the DRM to a specific device: setunique no longer...
2003-11-05 Eric AnholtRemove buf_alloc which is unused since the locking...
2003-11-04 Michel DaenzerMemory layout transition:
2003-10-23 Eric Anholt- Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This...
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-17 Eric Anholt- Move IRQ functions from drm_dma.h to new drm_irq...
2003-10-17 Eric Anholt- Converted Linux drivers to initialize DRM instances...
2003-10-02 Eric AnholtAxe more old gamma DMA infrastructure.
2003-08-29 Eric AnholtAdd DRM(calloc), which is convenient, used by the new...
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-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-26 Eric AnholtMove the memory functions with debugging info to drm_me...
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 AnholtMove some common code from addbufs_<type> to addbufs...
2003-04-24 Eric AnholtRemove the ioctl_count variable from the device. A...
2003-04-24 Eric AnholtRemove a bunch of dead code and fix spelling of a coupl...
2003-04-24 Eric AnholtMove one definition to drm_drv.h and remove the rest...
2003-04-24 Eric AnholtRemove DRM_DMA_HISTOGRAM and associated code.
2003-04-24 Eric AnholtMake DRM(read) and DRM(poll) stubs and remove DRM(write...
2003-03-29 Eric AnholtRemove dead vma code and remove the unused devstate...
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-02-21 Eric AnholtMerge from bsd-4-0-0-branch.
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-26 Eric AnholtBSD vblank framework.
2002-07-05 Alan Hourihanemerged bsd-3-0-0-branch
2002-03-06 Alan Hourihanefirst pass at merging mesa 4.0 kernel drivers into...
2002-01-27 David DawesFirst pass merge of XFree86 4.2.0 import.
2001-04-09 David DawesFirst pass of XFree86 4.0.99.2 merge.
2000-07-10 Alan HourihaneImport of XFree86 4.0.1
2000-06-13 Doug RabsonMerged bsd-1-0-1
2000-05-30 Doug RabsonMerged bsd-1-0-0