| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/ttm: Be consistent on ttm_bo_init() failures | Thomas Hellstrom | 2010-11-10 | 1 | -0/+4 |
* | drm/radeon/kms: Fix retrying ttm_bo_init() after it failed once. | Michel Dänzer | 2010-11-10 | 1 | -2/+2 |
* | drm/radeon/kms: fix thermal sensor reporting on rv6xx | Alex Deucher | 2010-11-09 | 1 | -7/+1 |
* | drm/radeon/kms: fix bugs in ddc and cd path router code | Tyson Whitehead | 2010-11-09 | 2 | -10/+7 |
* | drm/radeon/kms: add support for clock/data path routers | Alex Deucher | 2010-11-09 | 6 | -29/+85 |
* | drm: vmwgfx: fix information leak to userland | Kulikov Vasiliy | 2010-11-09 | 1 | -0/+1 |
* | drivers/gpu: Use vzalloc | Joe Perches | 2010-11-09 | 1 | -2/+2 |
* | drm/vmwgfx: Fix oops on failing bo pin | Thomas Hellstrom | 2010-11-09 | 1 | -0/+5 |
* | drm/ttm: Remove the CAP_SYS_ADMIN requirement for bo pinning | Thomas Hellstrom | 2010-11-09 | 1 | -28/+2 |
* | drm/ttm: Make sure a sync object doesn't disappear while we use it | Thomas Hellstrom | 2010-11-09 | 1 | -4/+7 |
* | drm/radeon/kms: don't disable shared encoders on pre-DCE3 display blocks | Alex Deucher | 2010-11-09 | 1 | -0/+18 |
* | drivers/gpu/drm: Update WARN uses | Joe Perches | 2010-11-09 | 10 | -14/+15 |
* | drivers/gpu/drm/vmwgfx: Fix k.alloc switched arguments | Joe Perches | 2010-11-09 | 2 | -2/+2 |
* | DRM: ignore invalid EDID extensions | Sam Tygier | 2010-11-09 | 1 | -6/+20 |
* | drm/radeon/kms: make the connector code less verbose | Alex Deucher | 2010-11-09 | 1 | -6/+6 |
* | drm/ttm: remove failed ttm binding error printout | Thomas Hellstrom | 2010-11-09 | 1 | -3/+1 |
* | drm/ttm: Add a barrier when unreserving | Thomas Hellstrom | 2010-11-09 | 1 | -0/+6 |
* | drm/ttm: Remove mm init error printouts and checks | Thomas Hellstrom | 2010-11-09 | 1 | -18/+2 |
* | drm/ttm: Remove pointless list_empty check | Thomas Hellstrom | 2010-11-09 | 1 | -7/+0 |
* | drm/ttm: Use private locks for the default bo range manager | Thomas Hellstrom | 2010-11-09 | 1 | -36/+45 |
* | drm/ttm: Documentation update | Thomas Hellstrom | 2010-11-09 | 1 | -8/+0 |
* | drm/radeon/kms/evergreen: add missing pm.vblank_sync update in vbl handler | Alex Deucher | 2010-11-09 | 1 | -0/+6 |
* | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Dave Airlie | 2010-11-09 | 13 | -93/+264 |
|\ |
|
| * | drm/i915: Fix LVDS fixed-mode regression from 219adae1 | Chris Wilson | 2010-11-09 | 1 | -5/+11 |
| * | drm/i915/ringbuffer: Use the HEAD auto-reporting mechanism | Chris Wilson | 2010-11-08 | 1 | -1/+12 |
| * | drm/i915: Avoid might_fault during pwrite whilst holding our mutex | Chris Wilson | 2010-11-08 | 1 | -9/+16 |
| * | drm/i915; Don't apply Ironlake FDI clock workaround to Sandybridge | Zhenyu Wang | 2010-11-04 | 2 | -3/+5 |
| * | drm/i915: Fix KMS regression on Sandybridge/CPT | Zhenyu Wang | 2010-11-04 | 1 | -21/+33 |
| * | i915: reprogram power monitoring registers on resume | Kyle McMartin | 2010-11-03 | 2 | -1/+4 |
| * | drm/i915: SNB BLT workaround | Chris Wilson | 2010-11-02 | 2 | -3/+116 |
| * | drm/i915: Fix the graphics frequency clamping at init and when IPS is active. | Jesse Barnes | 2010-11-02 | 1 | -5/+4 |
| * | drm/i915: Allow powersave modparam to be adjusted at runtime. | Chris Wilson | 2010-11-02 | 1 | -1/+1 |
| * | drm/i915: Apply big hammer to serialise buffer access between rings | Chris Wilson | 2010-11-01 | 1 | -28/+52 |
| * | drm/i915: opregion_setup: iounmap correct address | Christoph Fritz | 2010-11-01 | 1 | -1/+1 |
| * | drm/i915: Flush read-only buffers from the active list upon idle as well | Chris Wilson | 2010-10-28 | 2 | -13/+5 |
| * | i915: signedness bug in check_overlay_src() | Dan Carpenter | 2010-10-27 | 1 | -1/+3 |
| * | drm/i915: Fix typo from "Enable DisplayPort Audio" | Takashi Iwai | 2010-10-27 | 1 | -1/+1 |
* | | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2010-10-27 | 6 | -6/+17 |
|\ \
| |/
|/| |
|
| * | drm/radeon/kms: enable unmappable vram for evergreen | Alex Deucher | 2010-10-28 | 1 | -0/+2 |
| * | drm/radeon/kms: fix tiled db height calculation on 6xx/7xx | Alex Deucher | 2010-10-28 | 1 | -6/+8 |
| * | drm/radeon/kms: fix handling of tex lookup disable in cs checker on r2xx | Alex Deucher | 2010-10-28 | 4 | -0/+7 |
* | | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2010-10-26 | 189 | -10526/+17788 |
|\ \
| |/ |
|
| * | vmwgfx: Implement a proper GMR eviction mechanism | Thomas Hellstrom | 2010-10-27 | 9 | -160/+252 |
| * | drm/radeon/kms: fix r6xx/7xx 1D tiling CS checker v2 | Alex Deucher | 2010-10-27 | 1 | -0/+3 |
| * | drm/radeon/kms: properly compute group_size on 6xx/7xx | Alex Deucher | 2010-10-26 | 2 | -6/+10 |
| * | drm/radeon/kms: fix 2D tile height alignment in the r600 CS checker | Alex Deucher | 2010-10-26 | 1 | -2/+2 |
| * | drm/radeon/kms/evergreen: set the clear state to the blit state | Alex Deucher | 2010-10-26 | 4 | -54/+65 |
| * | drm/radeon/kms: don't poll dac load detect. | Dave Airlie | 2010-10-26 | 1 | -0/+10 |
| * | drm/radeon/kms: MC vram map needs to be >= pci aperture size | Alex Deucher | 2010-10-26 | 1 | -0/+3 |
| * | drm/radeon/kms: implement display watermark support for evergreen | Alex Deucher | 2010-10-26 | 2 | -1/+449 |