summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm
Commit message (Expand)AuthorAgeFilesLines
* Only set registers if irqs are enabledrnoland2008-12-231-2/+4
* Convert DRM_[DEBUG,ERROR,INFO] macros to c99 __VA_ARGS__.rnoland2008-12-211-5/+5
* Garbage collect entries from pcireg.h since we now include it.rnoland2008-12-181-9/+0
* We only want drm to ever attach to the primary pci device.rnoland2008-12-182-0/+5
* rework drm_scatter.c which allocates scatter / gather pages for use byrnoland2008-12-182-31/+91
* Fix error in busmaster enable logicrnoland2008-10-271-2/+4
* Fix some fallout from the busmaster disable cleanuprnoland2008-10-272-10/+9
* Don't report GEM capability until we actually have GEM support.rnoland2008-10-271-1/+2
* drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831)rnoland2008-10-251-1/+1
* Replace calls to minor() with dev2unit(). Ed already fixed this once,rnoland2008-10-232-2/+2
* This check is invalid and I disabled it once already. I accidentallyrnoland2008-10-231-6/+4
* Correct memory leak of info->rects. Previously we would free info, butrnoland2008-10-131-11/+9
* Rework memory allocation to allocate memory with different type names. Thisrnoland2008-10-1323-171/+182
* The linux list compat code had an error which prevented list_for_each_safe()rnoland2008-10-131-2/+2
* Correct the interrupt handling in the Intel i915 driver.rnoland2008-10-131-11/+16
* Several of the newer radeon cards have moved around the registers for enablingrnoland2008-10-133-24/+61
* Add support for Radeon rs740 (HD 2100)rnoland2008-10-133-9/+23
* Don't explicitly bzer driver softcrnoland2008-10-048-16/+0
* Use M_WAITOK when allocating driver memoryrnoland2008-10-048-8/+24
* Change drm_order() to use ffsl()rnoland2008-10-041-3/+4
* resync to git masterrnoland2008-10-0333-1611/+1838
* Replace all calls to minor() with dev2unit().ed2008-09-272-2/+2
* IGP based radeon cards such as the rs485 and rs690 require that the GART tablernoland2008-09-091-18/+73
* We should never call drm_pci_alloc() while holding locks, due the thernoland2008-09-095-14/+36
* Don't return EINVAL when trying to unlock.rnoland2008-08-301-1/+6
* We need to lock around driver unload now.rnoland2008-08-301-1/+4
* Free the device lock around the call to drm_drawable_free_all()rnoland2008-08-301-0/+2
* Update drm kernel drivers.rnoland2008-08-2368-6410/+13388
* Add the i915 GME device to DRM.remko2008-03-212-1/+3
* Add support for the 965GM.remko2008-02-271-0/+1
* Dont accidentally remove a filesocket which is still in use. This givesremko2008-01-161-6/+9
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasjhb2007-11-122-0/+8
* Properly initialize the dev_priv before calling the i915_dma_cleanup().kib2007-08-211-3/+2
* bus_dma_tag_create() and bus_dma_mem_alloc() shall not be called with akib2007-07-121-9/+15
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Update __FreeBSD_version check for pci_find_extcap() now that it isjhb2006-12-281-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-0/+7
* Merge from DRM upstream:anholt2006-09-0712-62/+268
* Update to current DRM CVS, bringing in a fix for a NULL pointer chase whenanholt2006-05-174-5/+7
* Merge from DRM CVS:anholt2006-05-171-0/+1
* Reorder the DRM_*_AGP enums to match linux and what our code expects, fixinganholt2006-04-181-2/+2
* Re-apply changes to make this compile with -Wundef:ru2006-04-131-1/+1
* Update to DRM CVS as of 2006-04-09. The most notable new feature is the updatedanholt2006-04-0921-769/+1265
* - Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well asjhb2005-12-2010-3/+59
* Use compile-time detection of 64-bit addressing.ru2005-12-041-3/+3
* Fix -Wundef warnings and properly check the size of long, FWIW.ru2005-12-041-3/+3
* Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov,anholt2005-12-033-5/+11
* Make cleaner diffs by munging the $FreeBSD$s from the FreeBSD CVS sources backanholt2005-12-031-1/+15
* Restore the enabling of debugging by default by the DRM_DEBUG kernel option.anholt2005-12-021-0/+4
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:anholt2005-11-2873-1722/+3486
OpenPOWER on IntegriCloud