| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/radeon/kms: avivo cursor workaround applies to evergreen as well | Alex Deucher | 2010-10-18 | 1 | -16/+12 |
* | drm/radeon/kms: Silent spurious error message | Jean Delvare | 2010-10-12 | 1 | -4/+1 |
* | drm/radeon/kms: fix bad cast/shift in evergreen.c | Alex Deucher | 2010-10-12 | 1 | -1/+1 |
* | drm/radeon/kms: make TV/DFP table info less verbose | Alex Deucher | 2010-10-12 | 2 | -22/+22 |
* | drm/radeon/kms: leave certain CP int bits enabled | Alex Deucher | 2010-10-12 | 2 | -2/+2 |
* | drm/radeon/kms: avoid corner case issue with unmappable vram V2 | Jerome Glisse | 2010-10-12 | 9 | -1/+14 |
* | drm/i915: Prevent module unload to avoid random memory corruption | Chris Wilson | 2010-10-08 | 1 | -0/+3 |
* | drm: don't drop handle reference on unload | Dave Airlie | 2010-10-07 | 4 | -4/+1 |
* | drm/ttm: Fix two race conditions + fix busy codepaths | Thomas Hellstrom | 2010-10-06 | 1 | -12/+71 |
* | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2010-10-04 | 6 | -83/+96 |
|\ |
|
| * | drm/i915: Rephrase pwrite bounds checking to avoid any potential overflow | Chris Wilson | 2010-10-03 | 1 | -12/+4 |
| * | drm/i915: Sanity check pread/pwrite | Chris Wilson | 2010-10-03 | 1 | -8/+20 |
| * | drm/i915: Use pipe state to tell when pipe is off | Keith Packard | 2010-10-03 | 2 | -25/+38 |
| * | drm/i915: vblank status not valid while training display port | Keith Packard | 2010-10-03 | 1 | -10/+9 |
| * | drivers/gpu/drm/i915/i915_gem.c: Add missing error handling code | Julia Lawall | 2010-10-02 | 1 | -0/+2 |
| * | drm/i915: Fix refleak during eviction. | Chris Wilson | 2010-10-01 | 1 | -25/+20 |
| * | drm/i915: fix GMCH power reporting | Jesse Barnes | 2010-09-27 | 1 | -3/+3 |
* | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2010-10-01 | 22 | -110/+225 |
|\ \ |
|
| * | | vmwgfx: Fix fb VRAM pinning failure due to fragmentation | Thomas Hellstrom | 2010-10-01 | 1 | -0/+5 |
| * | | vmwgfx: Remove initialisation of dev::devname | Thomas Hellstrom | 2010-10-01 | 1 | -6/+0 |
| * | | vmwgfx: Enable use of the vblank system | Thomas Hellstrom | 2010-10-01 | 4 | -31/+49 |
| * | | vmwgfx: vt-switch (master drop) fixes | Thomas Hellstrom | 2010-10-01 | 5 | -13/+115 |
| * | | drm/vmwgfx: Fix breakage introduced by commit "drm: block userspace under all... | Thomas Hellstrom | 2010-10-01 | 1 | -1/+1 |
| * | | drm: Hold the mutex when dropping the last GEM reference (v2) | Chris Wilson | 2010-10-01 | 1 | -22/+0 |
| * | | drm/gem: handlecount isn't really a kref so don't make it one. | Dave Airlie | 2010-10-01 | 10 | -29/+20 |
| * | | drm: i810/i830: fix locked ioctl variant | Arnd Bergmann | 2010-09-30 | 2 | -2/+2 |
| * | | drm/radeon/kms: add quirk for MSI K9A2GM motherboard | Alex Deucher | 2010-09-28 | 1 | -0/+9 |
| * | | drm/radeon/kms: fix potential segfault in r600_ioctl_wait_idle | Alex Deucher | 2010-09-28 | 1 | -1/+2 |
| * | | drm: Prune GEM vma entries | Chris Wilson | 2010-09-28 | 2 | -11/+26 |
| * | | drm/radeon/kms: fix up encoder info messages for DFP6 | Alex Deucher | 2010-09-27 | 1 | -0/+2 |
* | | | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2010-09-27 | 2 | -10/+7 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | drm/i915/sdvo: Handle unsupported GET_SUPPORTED_ENHANCEMENTS gracefully | Chris Wilson | 2010-09-23 | 1 | -5/+4 |
| * | drm/i915/sdvo: Cleanup connector on error path | Chris Wilson | 2010-09-23 | 1 | -4/+2 |
| * | drm/i915: Fix 945GM regression in e259befd | Chris Wilson | 2010-09-23 | 1 | -1/+1 |
* | | vgaarb: trivial fix | Daniel J Blueman | 2010-09-24 | 1 | -1/+1 |
* | | drm: radeon cleanup fixes... | Daniel J Blueman | 2010-09-24 | 2 | -2/+2 |
* | | drm: fix trivial coding errors | Daniel J Blueman | 2010-09-24 | 1 | -3/+3 |
* | | drm: ttm sparse fixes. | Daniel J Blueman | 2010-09-24 | 1 | -4/+4 |
* | | drm/nouveau: fix panels using straps-based mode detection | Ben Skeggs | 2010-09-24 | 1 | -2/+4 |
* | | drm/ttm: Clear the ghost cpu_writers flag on ttm_buffer_object_transfer. | Francisco Jerez | 2010-09-22 | 1 | -0/+1 |
* | | drm/radeon: don't allow device to be opened if powered down | Dave Airlie | 2010-09-22 | 1 | -0/+4 |
|/ |
|
* | Merge remote branch 'linus' into drm-intel-fixes | Chris Wilson | 2010-09-21 | 23 | -66/+188 |
|\ |
|
| * | drm/radeon/kms: only warn on mipmap size checks in r600 cs checker (v2) | Alex Deucher | 2010-09-15 | 1 | -3/+2 |
| * | drm/radeon/kms: force legacy pll algo for RV620 LVDS | Alex Deucher | 2010-09-14 | 1 | -2/+3 |
| * | drm: fix race between driver loading and userspace open. | Dave Airlie | 2010-09-14 | 2 | -0/+9 |
| * | drm: Use a nondestructive mode for output detect when polling (v2) | Chris Wilson | 2010-09-14 | 11 | -38/+24 |
| * | drm/radeon/kms: fix the colorbuffer CS checker for r300-r500 | Marek Olšák | 2010-09-13 | 1 | -5/+6 |
| * | drm/radeon/kms: increase lockup detection interval to 10 sec for r100-r500 | Marek Olšák | 2010-09-13 | 1 | -12/+1 |
| * | drm/radeon/kms/evergreen: fix backend setup | Alex Deucher | 2010-09-13 | 1 | -8/+19 |
| * | drm: Use a nondestructive mode for output detect when polling | Chris Wilson | 2010-09-13 | 12 | -26/+54 |