| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | There is no reason to hold the lock here. | rnoland | 2009-02-25 | 1 | -2/+0 |
* | Remove the PZERO priority from mtx_sleep. | rnoland | 2009-02-25 | 1 | -2/+2 |
* | Only set registers if irqs are enabled | rnoland | 2008-12-23 | 1 | -2/+4 |
* | Convert DRM_[DEBUG,ERROR,INFO] macros to c99 __VA_ARGS__. | rnoland | 2008-12-21 | 1 | -5/+5 |
* | Garbage collect entries from pcireg.h since we now include it. | rnoland | 2008-12-18 | 1 | -9/+0 |
* | We only want drm to ever attach to the primary pci device. | rnoland | 2008-12-18 | 2 | -0/+5 |
* | rework drm_scatter.c which allocates scatter / gather pages for use by | rnoland | 2008-12-18 | 2 | -31/+91 |
* | Fix error in busmaster enable logic | rnoland | 2008-10-27 | 1 | -2/+4 |
* | Fix some fallout from the busmaster disable cleanup | rnoland | 2008-10-27 | 2 | -10/+9 |
* | Don't report GEM capability until we actually have GEM support. | rnoland | 2008-10-27 | 1 | -1/+2 |
* | drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831) | rnoland | 2008-10-25 | 1 | -1/+1 |
* | Replace calls to minor() with dev2unit(). Ed already fixed this once, | rnoland | 2008-10-23 | 2 | -2/+2 |
* | This check is invalid and I disabled it once already. I accidentally | rnoland | 2008-10-23 | 1 | -6/+4 |
* | Correct memory leak of info->rects. Previously we would free info, but | rnoland | 2008-10-13 | 1 | -11/+9 |
* | Rework memory allocation to allocate memory with different type names. This | rnoland | 2008-10-13 | 23 | -171/+182 |
* | The linux list compat code had an error which prevented list_for_each_safe() | rnoland | 2008-10-13 | 1 | -2/+2 |
* | Correct the interrupt handling in the Intel i915 driver. | rnoland | 2008-10-13 | 1 | -11/+16 |
* | Several of the newer radeon cards have moved around the registers for enabling | rnoland | 2008-10-13 | 3 | -24/+61 |
* | Add support for Radeon rs740 (HD 2100) | rnoland | 2008-10-13 | 3 | -9/+23 |
* | Don't explicitly bzer driver softc | rnoland | 2008-10-04 | 8 | -16/+0 |
* | Use M_WAITOK when allocating driver memory | rnoland | 2008-10-04 | 8 | -8/+24 |
* | Change drm_order() to use ffsl() | rnoland | 2008-10-04 | 1 | -3/+4 |
* | resync to git master | rnoland | 2008-10-03 | 33 | -1611/+1838 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 2 | -2/+2 |
* | IGP based radeon cards such as the rs485 and rs690 require that the GART table | rnoland | 2008-09-09 | 1 | -18/+73 |
* | We should never call drm_pci_alloc() while holding locks, due the the | rnoland | 2008-09-09 | 5 | -14/+36 |
* | Don't return EINVAL when trying to unlock. | rnoland | 2008-08-30 | 1 | -1/+6 |
* | We need to lock around driver unload now. | rnoland | 2008-08-30 | 1 | -1/+4 |
* | Free the device lock around the call to drm_drawable_free_all() | rnoland | 2008-08-30 | 1 | -0/+2 |
* | Update drm kernel drivers. | rnoland | 2008-08-23 | 68 | -6410/+13388 |
* | Add the i915 GME device to DRM. | remko | 2008-03-21 | 2 | -1/+3 |
* | Add support for the 965GM. | remko | 2008-02-27 | 1 | -0/+1 |
* | Dont accidentally remove a filesocket which is still in use. This gives | remko | 2008-01-16 | 1 | -6/+9 |
* | Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version was | jhb | 2007-11-12 | 2 | -0/+8 |
* | Properly initialize the dev_priv before calling the i915_dma_cleanup(). | kib | 2007-08-21 | 1 | -3/+2 |
* | bus_dma_tag_create() and bus_dma_mem_alloc() shall not be called with a | kib | 2007-07-12 | 1 | -9/+15 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Update __FreeBSD_version check for pci_find_extcap() now that it is | jhb | 2006-12-28 | 1 | -1/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -0/+7 |
* | Merge from DRM upstream: | anholt | 2006-09-07 | 12 | -62/+268 |
* | Update to current DRM CVS, bringing in a fix for a NULL pointer chase when | anholt | 2006-05-17 | 4 | -5/+7 |
* | Merge from DRM CVS: | anholt | 2006-05-17 | 1 | -0/+1 |
* | Reorder the DRM_*_AGP enums to match linux and what our code expects, fixing | anholt | 2006-04-18 | 1 | -2/+2 |
* | Re-apply changes to make this compile with -Wundef: | ru | 2006-04-13 | 1 | -1/+1 |
* | Update to DRM CVS as of 2006-04-09. The most notable new feature is the updated | anholt | 2006-04-09 | 21 | -769/+1265 |
* | - Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well as | jhb | 2005-12-20 | 10 | -3/+59 |
* | Use compile-time detection of 64-bit addressing. | ru | 2005-12-04 | 1 | -3/+3 |
* | Fix -Wundef warnings and properly check the size of long, FWIW. | ru | 2005-12-04 | 1 | -3/+3 |
* | Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov, | anholt | 2005-12-03 | 3 | -5/+11 |
* | Make cleaner diffs by munging the $FreeBSD$s from the FreeBSD CVS sources back | anholt | 2005-12-03 | 1 | -1/+15 |