Age | Commit message (Expand) | Author | Files | Lines |
2012-11-09 | drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memory | Thomas Hellstrom | 1 | -1/+1 |
2012-11-09 | drm/vmwgfx: Fix hibernation device reset | Thomas Hellstrom | 1 | -0/+5 |
2012-11-09 | Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau... | Dave Airlie | 5 | -13/+17 |
2012-11-09 | drm/nouveau: fix acpi edid retrieval | Maarten Lankhorst | 1 | -1/+1 |
2012-11-09 | drm/nvc0/disp: fix regression in vblank semaphore release | Kelly Doran | 1 | -8/+12 |
2012-11-09 | drm/nv40/mpeg: fix context handling | Marcin Slusarz | 1 | -1/+1 |
2012-11-09 | drm/nv40/graph: fix typo in type names | Marcin Slusarz | 1 | -2/+2 |
2012-11-09 | drm/nv41/vm: fix typo in type name | Marcin Slusarz | 1 | -1/+1 |
2012-11-08 | drm/radeon/si: add some missing regs to the VM reg checker | Alex Deucher | 2 | -0/+2 |
2012-11-08 | drm/radeon/cayman: add some missing regs to the VM reg checker | Alex Deucher | 2 | -0/+7 |
2012-11-07 | drm/radeon/dce3: switch back to old pll allocation order for discrete | Alex Deucher | 1 | -23/+31 |
2012-11-07 | drm/radeon: fix typo in evergreen_mc_resume() | Alex Deucher | 1 | -1/+1 |
2012-11-07 | drm: set dev_mapping before calling drm_open_helper | Ilija Hadzic | 1 | -17/+30 |
2012-11-07 | drm: restore open_count if drm_setup fails | Ilija Hadzic | 1 | -1/+4 |
2012-11-02 | drm/udl: fix stride issues scanning out stride != width*bpp | Dave Airlie | 3 | -8/+11 |
2012-11-02 | Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Dave Airlie | 4 | -18/+20 |
2012-11-02 | Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 5 | -40/+184 |
2012-11-02 | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in... | Dave Airlie | 6 | -26/+59 |
2012-11-01 | drm/radeon: add load detection support for ext DAC on R200 (v2) | Alex Deucher | 1 | -0/+97 |
2012-11-01 | DRM/radeon: For single CRTC GPUs move handling of CRTC_CRT_ON to crtc_dpms(). | Egbert Eich | 2 | -4/+18 |
2012-11-01 | DRM/Radeon: Fix TV DAC Load Detection for single CRTC chips. | Egbert Eich | 1 | -24/+38 |
2012-11-01 | DRM/Radeon: Clean up code in TV DAC load detection. | Egbert Eich | 1 | -8/+10 |
2012-11-01 | drm/radeon: fix ATPX function documentation | Igor Murzov | 1 | -2/+2 |
2012-11-01 | drivers/gpu/drm/radeon/evergreen_cs.c: Remove unnecessary semicolon | Peter Senna Tschudin | 1 | -1/+1 |
2012-11-01 | DRM/Radeon: On DVI-I use Load Detection when EDID is bogus. | Egbert Eich | 1 | -7/+21 |
2012-11-01 | DRM/Radeon: Fix primary DAC Load Detection for RV100 chips. | Egbert Eich | 1 | -0/+2 |
2012-11-01 | DRM/Radeon: Fix Load Detection on legacy primary DAC. | Egbert Eich | 1 | -0/+1 |
2012-10-31 | drm: exynos: removed warning due to missing typecast for mixer driver data | Rahul Sharma | 1 | -1/+1 |
2012-10-31 | drm/exynos: add support for ARCH_MULTIPLATFORM | Rob Clark | 1 | -1/+1 |
2012-10-31 | drm/exynos: fix display on issue | Inki Dae | 2 | -16/+18 |
2012-10-31 | drm/nouveau: headless mode by default if pci class != vga display | Ben Skeggs | 2 | -3/+3 |
2012-10-31 | drm/nouveau: resurrect headless mode since rework | Ben Skeggs | 4 | -35/+51 |
2012-10-31 | drm/nv50/fb: prevent oops on chipsets without compression tags | Ben Skeggs | 1 | -6/+4 |
2012-10-31 | drm/nouveau: allow creation of zero-sized mm | Ben Skeggs | 2 | -4/+6 |
2012-10-31 | drm/nouveau/i2c: fix typo when checking nvio i2c port validity | Ben Skeggs | 1 | -1/+1 |
2012-10-31 | drm/nouveau: silence modesetting spam on pre-gf8 chipsets | Ben Skeggs | 3 | -20/+19 |
2012-10-26 | drm/i915: Only kick out vesafb if we takeover the fbcon with KMS | Chris Wilson | 1 | -1/+2 |
2012-10-26 | drm/i915: be less verbose about inability to provide vendor backlight | Jani Nikula | 1 | -1/+1 |
2012-10-24 | drm/radeon: fix ATPX regression in acpi rework | Alex Deucher | 1 | -1/+1 |
2012-10-24 | drm/radeon: fix ATPX function documentation | Alex Deucher | 1 | -2/+2 |
2012-10-24 | drm/radeon: move the retry to gem_object_create | Christian König | 2 | -11/+7 |
2012-10-24 | drm/radeon: move size limits to gem_object_create. | Christian König | 2 | -9/+10 |
2012-10-24 | drm/radeon: use vzalloc for gart pages | Christian König | 1 | -6/+5 |
2012-10-24 | drm/radeon: fix and simplify pot argument checks v3 | Christian König | 1 | -36/+24 |
2012-10-24 | drm/i915: clear the entire sdvo infoframe buffer | Daniel Vetter | 2 | -20/+44 |
2012-10-23 | drm/radeon: fix header size estimation in VM code | Christian König | 1 | -3/+3 |
2012-10-23 | drm/radeon: remove set_page check from VM code | Christian König | 1 | -2/+1 |
2012-10-23 | drm/radeon: fix si_set_page v2 | Christian König | 1 | -19/+24 |
2012-10-23 | drm/radeon: fix cayman_vm_set_page v2 | Christian König | 1 | -18/+23 |
2012-10-23 | drm/radeon: fix PFP sync in vm_flush | Christian König | 3 | -0/+9 |