aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-62/+119
2013-09-10Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds26-337/+374
2013-09-10i915: bail out earlier when shrinker cannot acquire mutexGlauber Costa1-2/+2
2013-09-10drivers: convert shrinkers to new count/scan APIDave Chinner4-60/+117
2013-09-10drm/nouveau: fix oops on runtime suspend/resumeDave Airlie1-3/+6
2013-09-10Merge tag 'drm-intel-fixes-2013-09-06' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixesDave Airlie25-334/+368
2013-09-06drm/i915: Delay disabling of VGA memory until vgacon->fbcon handoff is doneVille Syrjälä3-11/+23
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-09-06drm/i915: try not to lose backlight CBLV precisionJani Nikula1-1/+1
2013-09-06drm/i915: Confine page flips to BCS on ValleyviewChris Wilson1-1/+1
2013-09-05Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds405-16706/+48445
2013-09-05Merge tag 'fbdev-3.12-omap-legacy-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds1-1/+1
2013-09-05Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds3-3/+1
2013-09-05drm/i915: Skip stolen region initialisation if none is reservedChris Wilson1-0/+3
2013-09-05drm/i915: fix gpu hang vs. flip stall deadlocksDaniel Vetter1-1/+7
2013-09-05drm/i915: Hold an object reference whilst we shrink itChris Wilson1-6/+39
2013-09-05drm/exynos: Fix build error with exynos_drm_connector.cSachin Kamat1-1/+1
2013-09-05drm/exynos: Remove non-DT support in exynos_drm_fimdSachin Kamat1-53/+21
2013-09-05drm/exynos: Remove non-DT support in exynos_hdmiSachin Kamat1-58/+12
2013-09-05drm/exynos: Remove non-DT support in exynos_drm_g2dSachin Kamat1-3/+1
2013-09-05drm/exynos: Remove non-DT support in exynos_hdmiphySachin Kamat1-10/+1
2013-09-05drm/exynos: Remove non-DT support in exynos_ddcSachin Kamat1-10/+1
2013-09-05drm/exynos: Make Exynos DRM drivers depend on OFSachin Kamat1-2/+2
2013-09-05drm/exynos: Consider fallback option to allocation failVikas Sajjan1-0/+13
2013-09-05drm/exynos: fimd: move platform data parsing to separate functionAndrzej Hajda1-32/+31
2013-09-05drm/exynos: fimd: get signal polarities from device treeAndrzej Hajda1-0/+9
2013-09-05drm/exynos: fimd: replace struct fb_videomode with videomodeAndrzej Hajda2-96/+68
2013-09-05drm/exynos: check a pixel format to a particular window layerInki Dae1-0/+11
2013-09-05drm/exynos: fix fimd pixel format settingInki Dae1-21/+13
2013-09-05drm/exynos: Add NULL pointer checkSachin Kamat1-0/+9
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat19-96/+30
2013-09-05drm/exynos: Add missing of.h header includeSachin Kamat6-1/+6
2013-09-05drm/exynos: Remove redundant NULL check in exynos_drm_bufSachin Kamat1-5/+0
2013-09-05drm/exynos: add device tree support for rotatorChanho Park1-28/+80
2013-09-05drm/exynos: Add missing includesMark Brown10-0/+10
2013-09-05drm/exynos: add runtime pm interfaces to g2d driverInki Dae1-12/+28
2013-09-05drm/exynos: Add fallback option to get non physically contiguous memory for fbVikas Sajjan1-2/+13
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-09-05drm/tda998x: BUG() on invalid audio formatDavid Herrmann1-0/+4
2013-09-05drm/radeon: protect ACPI calls with CONFIG_ACPIStephen Rothwell1-0/+4
2013-09-04drm/i915: fix i9xx_crtc_clock_get for multiplied pixelsDaniel Vetter1-2/+1
2013-09-04drm/i915: handle sdvo input pixel multiplier correctly againDaniel Vetter1-8/+9
2013-09-04drm/i915: fix hpd work vs. flush_work in the pageflip code deadlockDaniel Vetter2-2/+14
2013-09-04drm/nouveau: fix command submission to use vmalloc for big allocationsMaarten Lankhorst1-7/+20
2013-09-04drm/nouveau/bios/therm: handle vbioses with duplicate entries (mostly nva5)Martin Peres1-1/+2
2013-09-04drm/nouveau: use MSI interruptsLucas Stach3-1/+25
2013-09-04drm/nv50-/kms: assume analog display connected if load on any pinBen Skeggs1-1/+1
2013-09-04drm/nv50/disp: prevent false output detection on the original nv50Emil Velikov1-5/+10
2013-09-04drm/nouveau/i2c: pass the function pointers in at creation timeIlia Mirkin8-21/+23
2013-09-04drm/nouveau/therm: survive to suspend/resume cyclesMartin Peres4-1/+51