aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-08Revert "drm/i915/crt: Do not rely upon the HPD presence pin"Linus Torvalds1-5/+3
2012-06-08Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux-samsung into drm-fixesDave Airlie6-27/+28
2012-06-08Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixesDave Airlie7-17/+128
2012-06-06drm/i915: pch_irq_handler -> {ibx, cpt}_irq_handlerAdam Jackson2-6/+67
2012-06-05drm/i915: fix up ivb plane 3 pageflipsDaniel Vetter2-1/+26
2012-06-05drm/radeon/kms: add new Trinity PCI idsAlex Deucher1-4/+17
2012-06-05drm/radeon: fix vm deadlocks on caymanChristian König1-7/+12
2012-06-05drm/radeon: fix gpu_init on siAlex Deucher4-319/+184
2012-06-05drm/radeon/hdmi: don't set SEND_MAX_PACKETS bitRafał Miłecki1-1/+0
2012-06-05drm/radeon/audio: don't hardcode CRTC idRafał Miłecki1-2/+3
2012-06-05drm/radeon: make audio_init consistent across asicsAlex Deucher4-33/+24
2012-06-05drm/exynos: fixed blending for hdmi graphic layerSeung-Woo Kim1-4/+6
2012-06-05drm/exynos: Remove dummy encoder get_crtc operation implementationLaurent Pinchart1-7/+0
2012-06-05drm/exynos: Keep a reference to frame buffer GEM objectsLaurent Pinchart1-5/+14
2012-06-05drm/exynos: Don't cast GEM object to Exynos GEM object when not neededLaurent Pinchart1-6/+3
2012-06-05drm/exynos: DRIVER_BUS_PLATFORM is not a driver featureLaurent Pinchart1-2/+2
2012-06-05drm/exynos: Use DRM_FORMAT_{NV12, YUV420} instead of DRM_FORMAT_{NV12M, YUV420M}Ville Syrjälä2-3/+3
2012-06-04drm/i915: hold forcewake around ring hw initDaniel Vetter3-7/+25
2012-06-04drm/i915: Mark the ringbuffers as being in the GTT domainChris Wilson1-0/+4
2012-06-01Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds17-1017/+321
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+1
2012-06-01drm/edid: Make the header fixup threshold tunableAdam Jackson1-2/+9
2012-06-01drm/radeon: fix regression in UMS CS ioctlAlex Deucher1-14/+17
2012-06-01drm/vmwgfx: Fix nasty write past alloced memory areaThomas Hellstrom1-1/+1
2012-06-01drm/ttm: Fix spinlock imbalanceThomas Hellstrom1-0/+1
2012-06-01drm/radeon: fixup tiling group size and backendmap on r6xx-r9xx (v4)Alex Deucher9-991/+222
2012-06-01drm/radeon: fix HD6790, HD6570 backend programmingJerome Glisse1-2/+2
2012-06-01drm/radeon: properly program gart on rv740, juniper, cypress, barts, hemlockAlex Deucher4-0/+9
2012-06-01drm/radeon: fix bank information in tiling configAlex Deucher3-8/+18
2012-06-01drm/mgag200: kick off conflicting framebuffers earlier.Dave Airlie1-0/+19
2012-06-01drm/cirrus: kick out conflicting framebuffers earlierDave Airlie1-0/+19
2012-05-31radeon: add radeon prime vmap support.Dave Airlie2-0/+41
2012-05-31nouveau: add vmap support to nouveau prime supportDave Airlie2-0/+42
2012-05-31udl: support vmapping imported dma-bufsDave Airlie2-5/+33
2012-05-31i915: add dma-buf vmap support for exporting vmapped bufferDave Airlie2-0/+58
2012-05-31cirrus: avoid crash if driver fails to loadDave Airlie2-1/+6
2012-05-31drm/i915/crt: Do not rely upon the HPD presence pinChris Wilson1-3/+5
2012-05-31radeon: add stub dma-buf mmap functionalityDave Airlie1-0/+6
2012-05-31nouveau: add stub dma-buf mmap functionality.Dave Airlie1-0/+6
2012-05-31i915: add stub dma-buf mmap callback.Dave Airlie1-0/+6
2012-05-30i810: switch to vm_mmap()Al Viro1-3/+1
2012-05-29drm/i915: Reset last_retired_head when resetting ringChris Wilson1-0/+1
2012-05-29drm/edid/quirks: ViewSonic VA2026wAdam Jackson1-4/+18
2012-05-29drm/udl: remove unused variables.Dave Airlie1-2/+0
2012-05-29Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixesDave Airlie11-101/+197
2012-05-29drm/radeon: fix XFX quirkAlex Deucher1-1/+3
2012-05-29drm: Use stdint types for consistencyVille Syrjälä1-2/+2
2012-05-29drm: Constify params to format_check() and framebuffer_checks()Ville Syrjälä1-2/+2
2012-05-29drm/radeon: fix typo in trinity tiling setupAlex Deucher1-1/+1
2012-05-29drm/udl: unlock before returning in udl_gem_mmap()Dan Carpenter1-1/+1