OSDN Git Service

Merge branch 'nouveau-1'
[android-x86/external-libdrm.git] / bsd-core / drm_drv.c
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 AnholtPut the PCI device/vendor id in the drm_device_t.
2005-12-30 Eric AnholtMerge patch from jhb to catch up with FreeBSD-current...
2005-12-02 Eric AnholtFinish the last bits necessary to get the i915 DRM...
2005-12-02 Eric AnholtFreeBSD PR kern/85479: Restore the enabling of debuggin...
2005-11-08 Eric AnholtCorrect another LOR issue with resource allocation...
2005-11-08 Eric AnholtInitial port of savage to FreeBSD for the AGP and ...
2005-11-08 Eric AnholtCorrect a LOR related to the PCI resource allocations...
2005-11-08 Eric AnholtFix FreeBSD DRM for latest MGA changes to agp support...
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-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-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-04-16 Eric AnholtUse /*- to begin license blocks in BSD code to reduce...
2005-02-19 Eric AnholtMerge r1.26 from FreeBSD: Now that mem(4) is a kernel...
2005-02-14 Eric AnholtUse the proper API to get PCI vendor/device number...
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-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 AnholtMove the lock/unlock ioctls to a more logical place...
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-08-03 Dave Airliebring over fix from i865-agp branch, it now probes...
2004-07-06 Eric AnholtMFC as of 20040705: dev_t -> struct cdev * change.
2004-05-11 Eric AnholtMerge from FreeBSD-current. Mostly 64-bit cleanliness...
2004-05-09 Eric AnholtWarning fixes.
2004-05-09 Dave AirlieCommit sysfs and drm PCI changes for 2.6 kernel
2004-04-21 Dave Airliecentralise pci ids into one place and use scripts to...
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-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-22 Eric Anholt- Add DRM_GET_PRIV_WITH_RETURN macro. This can be used...
2003-10-20 Eric AnholtFix the possibility of sleeping with locks held in...
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-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-10-02 Eric AnholtAllow the DRM to attach to a "drmsub" device. This...
2003-08-19 Eric Anholt- Remove $FreeBSD$ tags as they weren't too useful...
2003-04-28 Eric AnholtFix a typo: On takedown the mtrr operation is MEMRANGE_...
2003-04-25 Eric AnholtMerge from FreeBSD-current.
2003-04-24 Eric AnholtClean up the style of the linux-compat code and use...
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-05 Eric AnholtPut cdevsw initialization in line with FreeBSD-current...
2003-02-22 Eric AnholtFix build on NetBSD.
2003-02-21 Eric AnholtMerge from bsd-4-0-0-branch.
2002-10-27 Eric AnholtCatch up to -current.
2002-09-26 Eric AnholtBSD vblank framework.
2002-09-23 Keith Whitwellmerged r200-0-2-branch to trunk
2002-08-26 Keith Whitwellmerged r200-0-1-branch
2002-08-21 Eric AnholtRemove drm_linux.h, move the two useful defines into...
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 DawesInitial revision