Add additional quirks from ddx
[platform/upstream/libdrm.git] / bsd-core / drmP.h
2008-05-30 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-05-28 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-05-27 Robert Noland[FreeBSD] Add vblank-rework support and get drivers...
2008-05-27 Eric Anholt[FreeBSD] Convert from drm_device_t to struct drm_devic...
2008-01-22 Jesse BarnesMerge branch 'master' into vblank-rework, including...
2007-12-11 Dave AirlieMerge branch 'master' of ssh://git.freedesktop.org...
2007-12-10 Dave AirlieMerge branch 'master' into r500-support
2007-12-02 Robert Nolandbsd: Replace other occurrences of msleep with mtx_sleep
2007-12-02 Robert Nolandbsd: Now make secondary vblank work
2007-12-01 Robert Nolandbsd: Hook secondary vblank support.
2007-11-28 Robert C. Noland IIIFix up drm_ati_pcigart_info
2007-11-22 Dave AirlieMerge branch 'origin' into modesetting-101
2007-11-19 Robert NolandBug #13233: Chase move of agp headers on FreeBSD.
2007-11-15 Dave AirlieMerge branch 'master' into modesetting-101
2007-11-14 Kristian HøgsbergAdd new shared header file drm_internal.h.
2007-10-30 Jesse BarnesMerge branch 'master' into vblank-rework, fixup remaini...
2007-10-27 Jerome GlisseMerge branch 'radeon-ttm' of git://people.freedesktop...
2007-09-24 Jesse BarnesMerge branch 'master' into modesetting-101 - TTM &...
2007-08-31 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-08-16 Eric AnholtMerge branch 'master' into bo-set-pin
2007-08-13 vehemensBug #11951: Fix an errno sign inversion on pre-FreeBSD 5.
2007-07-26 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-07-21 Eric AnholtReplace DRM_IOCTL_ARGS with (dev, data, file_priv)...
2007-07-20 Eric AnholtReplace filp in ioctl arguments with drm_file *file_priv.
2007-07-20 Eric AnholtRemove DRM_ERR OS macro.
2007-07-19 Eric AnholtFreeBSD warnings cleanup.
2007-07-19 Eric AnholtMerge branch 'origin'
2007-07-18 Eric AnholtAdd dry-coded DRM drawable private information storage...
2007-07-16 Eric AnholtFix FreeBSD build.
2007-07-12 Ian RomanickMerge branch 'master' into xgi-0-0-2
2007-07-11 Dave AirlieMerge branch 'master' into cleanup
2007-07-11 Arthur HuilletMade drm_sg_alloc accessible from inside the DRM -...
2007-06-29 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-06-05 Dave AirlieMerge branch 'origin' into radeon-ttm
2007-05-29 Jung-uk KimUpdate a bunch of FreeBSD port code.
2006-11-10 Nian WuMerge branch 'master' into crestline
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...
next