| Commit message (Expand) | Author | Age | Files | Lines |
* | ttm: on move memory failure don't leave a node dangling | Dave Airlie | 2013-01-21 | 1 | -0/+1 |
* | ttm: don't destroy old mm_node on memcpy failure | Dave Airlie | 2013-01-21 | 1 | -2/+9 |
* | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in... | Dave Airlie | 2013-01-21 | 7 | -20/+84 |
|\ |
|
| * | drm/i915: fix FORCEWAKE posting reads | Jani Nikula | 2013-01-17 | 1 | -5/+12 |
| * | drm/i915: Invalidate the relocation presumed_offsets along the slow path | Chris Wilson | 2013-01-16 | 1 | -0/+21 |
| * | drm/i915/eDP: do not write power sequence registers for ghost eDP | Jani Nikula | 2013-01-16 | 1 | -15/+32 |
| * | drm/i915: Record DERRMR, FORCEWAKE and RING_CTL in error-state | Chris Wilson | 2013-01-15 | 4 | -0/+19 |
* | | Revert "drm/radeon: do not move bo to different placement at each cs" | Alex Deucher | 2013-01-17 | 2 | -9/+10 |
* | | drm/radeon: improve semaphore debugging on lockup | Jerome Glisse | 2013-01-15 | 3 | -0/+8 |
* | | drm/radeon: allow FP16 color clear registers on r500 | Marek Olšák | 2013-01-15 | 2 | -1/+4 |
* | | drm/radeon: clear reset flags if engines are idle | Alex Deucher | 2013-01-15 | 4 | -0/+24 |
* | | udldrmfb: udl_get_edid: drop unneeded i-- | Hans de Goede | 2013-01-14 | 1 | -1/+0 |
* | | udldrmfb: udl_get_edid: usb_control_msg buffer must not be on the stack | Hans de Goede | 2013-01-14 | 1 | -1/+7 |
* | | udldrmfb: Fix EDID not working with monitors with EDID extension blocks | Hans de Goede | 2013-01-14 | 1 | -0/+8 |
* | | Merge branch 'drm-fixes-3.8' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 2013-01-14 | 3 | -9/+20 |
|\ \ |
|
| * | | radeon/kms: fix dma relocation checking | Jerome Glisse | 2013-01-10 | 1 | -3/+3 |
| * | | radeon/kms: force rn50 chip to always report connected on analog output | Jerome Glisse | 2013-01-10 | 1 | -0/+8 |
| * | | drm/radeon: fix error path in kpage allocation | Ilija Hadzic | 2013-01-10 | 1 | -2/+2 |
| * | | drm/radeon: fix a bogus kfree | Ilija Hadzic | 2013-01-10 | 1 | -2/+4 |
| * | | drm/radeon: fix NULL pointer dereference in UMS mode | Ilija Hadzic | 2013-01-10 | 1 | -2/+3 |
* | | | Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau... | Dave Airlie | 2013-01-14 | 17 | -52/+114 |
|\ \ \
| |/ /
|/| | |
|
| * | | drm/nvc0/fb: fix crash when different mutex is used to protect same list | Aleksi Torhamo | 2013-01-13 | 1 | -3/+3 |
| * | | drm/nouveau/clock: fix support for more than 2 monitors on nve0 | Aleksi Torhamo | 2013-01-13 | 2 | -0/+4 |
| * | | drm/nv50/disp: fix selection of bios script for analog outputs | Marcin Slusarz | 2013-01-13 | 1 | -20/+26 |
| * | | drm/nv17-50: restore fence buffer on resume | Marcin Slusarz | 2013-01-13 | 3 | -0/+10 |
| * | | drm/nouveau: fix blank LVDS screen regression on pre-nv50 cards | Marcin Slusarz | 2013-01-13 | 1 | -1/+1 |
| * | | drm/nouveau: fix nouveau_client allocation failure path | Marcin Slusarz | 2013-01-13 | 3 | -4/+10 |
| * | | drm/nouveau: don't return freed object from nouveau_handle_create | Marcin Slusarz | 2013-01-13 | 1 | -1/+4 |
| * | | drm/nouveau/vm: fix memory corruption when pgt allocation fails | Marcin Slusarz | 2013-01-13 | 1 | -1/+3 |
| * | | drm/nouveau: add locking around instobj list operations | Marcin Slusarz | 2013-01-13 | 1 | -8/+27 |
| * | | drm/nouveau: do not forcibly power on lvds panels | Ben Skeggs | 2013-01-13 | 2 | -13/+26 |
| * | | drm/nouveau/devinit: ensure legacy vga control is enabled during post | Ben Skeggs | 2013-01-13 | 1 | -1/+0 |
* | | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel | Dave Airlie | 2013-01-11 | 6 | -66/+80 |
|\ \ \
| | |/
| |/| |
|
| * | | drm/i915: Revert shrinker changes from "Track unbound pages" | Daniel Vetter | 2013-01-10 | 1 | -4/+14 |
| * | | drm/i915: Use pixel size for computing linear offsets into a sprite | Chris Wilson | 2013-01-09 | 1 | -6/+4 |
| * | | drm/i915: Add DEBUG messages to all intel_create_user_framebuffer error paths | Chris Wilson | 2013-01-08 | 1 | -8/+25 |
| * | | drm/i915: The sprite scaler on Ironlake also support YUV planes | Chris Wilson | 2013-01-08 | 1 | -1/+1 |
| * | | drm: Only evict the blocks required to create the requested hole | Chris Wilson | 2013-01-08 | 1 | -28/+17 |
| * | | drm/i915: Treat crtc->mode.clock == 0 as disabled | Chris Wilson | 2013-01-07 | 1 | -9/+16 |
| * | | Revert "drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13" | Daniel Vetter | 2013-01-07 | 1 | -8/+0 |
| * | | drm/i915; Only increment the user-pin-count after successfully pinning the bo | Chris Wilson | 2013-01-07 | 1 | -3/+4 |
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-01-08 | 45 | -792/+432 |
|\ \ \ |
|
| * | | | drm/ttm: fix fence locking in ttm_buffer_object_transfer | Daniel Vetter | 2013-01-08 | 1 | -1/+3 |
| * | | | Merge branch 'drm-fixes-3.8' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 2013-01-08 | 6 | -16/+135 |
| |\ \ \ |
|
| | * | | | drm/radeon: add quirk for d3 delay during switcheroo poweron for apple macbooks | Maarten Lankhorst | 2013-01-07 | 1 | -0/+28 |
| | * | | | drm/radeon: fix DMA CS parser for r6xx linear copy packet | Alex Deucher | 2013-01-04 | 1 | -9/+22 |
| | * | | | drm/radeon: split r6xx and r7xx copy_dma functions | Alex Deucher | 2013-01-04 | 4 | -7/+85 |
| * | | | | drm/prime: drop reference on imported dma-buf come from gem | Seung-Woo Kim | 2013-01-08 | 4 | -0/+12 |
| * | | | | drm/exynos: move finish page flip to a common place | Rahul Sharma | 2013-01-07 | 5 | -88/+36 |
| * | | | | drm/exynos: fimd: modify condition in fimd resume | Prathyush K | 2013-01-07 | 1 | -1/+1 |