modeset: disable radeon ms by default
[platform/upstream/libdrm.git] / bsd-core /
2005-09-03 Dave Airlieconvert ioctl flags to use flags instead of separate...
2005-08-26 Eric Anholt- Don't try to allocate mappings of less than a PAGE_SI...
2005-08-26 Eric AnholtPreviously, drm_get_resource_start() and drm_get_resour...
2005-08-26 Eric AnholtFix a lack of parenthesis in macro usage that showed...
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-15 Eric AnholtPort the VIA DRM to FreeBSD. Original patch by Jake...
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-27 Eric AnholtCorrect a couple of descriptions of files in comments...
2005-07-27 Eric AnholtLink in the savage files from shared-core.
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-09 Ian RomanickCompletely re-initialize DMA settings
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-21 Ian RomanickChange the MGA initialization and cleanup a bit. The...
2005-05-16 Ian RomanickAdded device_is_agp callback to drm_driver. This functi...
2005-04-26 Eric AnholtConvert NOMAN to the new preferred spelling NO_MAN...
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-19 Eric AnholtMerge r1.26 from FreeBSD: Now that mem(4) is a kernel...
2005-02-14 Eric AnholtUse fuword32 for DRM_GET_USER_UNCHECKED when available...
2005-02-14 Eric AnholtUse the proper API to get PCI vendor/device number...
2005-02-13 Eric AnholtFix bad copy'n'pastage of copyrights -- don't disclaim...
2005-02-13 Eric AnholtAdd the first bits necessary for a port of savage to...
2005-02-08 Eric AnholtClose a race which could allow for privilege escalation...
2005-02-07 Eric AnholtRestore a debugging message to DRM_DEBUG instead of...
2005-02-07 Eric AnholtRemove some annoying trailing whitespace.
2005-02-05 Eric Anholt- Implement drm_initmap, and extend it with the resourc...
2005-01-17 Eric AnholtAdd detection of whether the device is AGP by walking...
2004-12-15 Eric AnholtUse SYSCTL_ADD_OID macro instead of calling function...
2004-11-07 Eric AnholtRefine the locking of the DRM. Most significant is...
2004-11-07 Eric AnholtDon't link in files which no longer exist.
2004-11-07 Eric AnholtNow that the memory debug code is gone, and all 3 BSDs...
2004-11-06 Eric AnholtAdd the drm Makefile and update .cvsignores.
2004-11-06 Eric AnholtConvert more drivers for bsd-core, moving the ioctl...
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 AnholtMove the lock/unlock ioctls to a more logical place...
2004-11-06 Eric AnholtConnect up r128_ioctls in driver config.
2004-11-06 Eric AnholtHook the debug output up to a sysctl, so you can choose...
2004-11-06 Eric AnholtAdd file missed in last commit: Commit first pieces...
2004-11-06 Eric AnholtCommit first pieces of port to OpenBSD, done by Martin...
2004-11-06 Eric AnholtRemove the vestiges of the memory-debug code.
2004-11-06 Eric AnholtCommit WIP of BSD conversion to core model. Compiles...
2004-08-24 Erdi ChenThis patch adds three new ioctl's to the VIA Unichrome...
2004-08-17 Dave AirlieMerged drmfntbl-0-0-1
2004-08-14 Eric AnholtRemove unused pcigart/sg header stuff from i915 driver.
2004-08-14 Eric AnholtAdd a "dev" argument to DRIVER_CTX_[CD]TOR. This will...
2004-08-14 Eric AnholtHopefully proper fix for corrupted driver name in memco...
2004-08-13 Eric AnholtEnable MTRR usage on AMD64, and use DELAY() instead...
2004-08-03 Dave Airliebring over fix from i865-agp branch, it now probes...
2004-07-29 Dave Airlieadd read/write 16
2004-07-29 Dave Airliechange to agp not pci ... still not working
2004-07-29 Dave Airlieinitial port of i915 to BSD, not finished doesn't work...
2004-07-06 Eric AnholtFix module loading on alpha by not referencing MTRR...
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 AnholtAdd mach64 DRM module for BSD (untested, but compiles).
2004-05-09 Eric AnholtAdd .cvsignore files.
2004-05-09 Eric AnholtWarning fixes.
2004-05-09 Eric Anholt- Link in shared files as necessary and clean them up.
2004-05-09 Eric AnholtCatch up with sis's DRM tag change.
2004-05-09 Eric Anholtdrm_hw_lock_t is now defined in drm.h, remove from...
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...
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-11-06 Eric AnholtRemove unused variable.
2003-11-05 Eric Anholt- Tie the DRM to a specific device: setunique no longer...
2003-11-05 Eric AnholtArgs for the BSD DRM_PUT_USER_UNCHECKED were swapped.
2003-11-05 Eric AnholtRemove buf_alloc which is unused since the locking...
2003-11-04 Michel DaenzerMemory layout transition:
2003-10-27 Eric AnholtAdd a DRM_PUT_USER_UNCHECKED, which will be used by...
2003-10-24 Eric AnholtDon't try to use dev->dma_lock unless dma is initialize...
2003-10-24 Eric AnholtMove the REALLY_HAVE_AGP endif above the mtrr functions...
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-22 Eric AnholtFix warning about static DRM(bufs_info) defined but...
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-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-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 AnholtAdd an MIT-style copyright, assigned to myself, to...
2003-10-02 Eric AnholtAxe more old gamma DMA infrastructure.
2003-10-02 Eric AnholtMostly whitespace cleanups and style(9) fixes focused...
2003-10-02 Eric AnholtWrap sys/endian.h usage with __FreeBSD_version >= 480000.
2003-10-02 Eric AnholtAllow the DRM to attach to a "drmsub" device. This...
2003-10-02 Eric AnholtMTRR issue with SMP and -stable seems to be resolved...
next