summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2013-09-11drm/radeon: remove stale radeon_fence_retire tracepointChristian König1-7/+0
2013-09-11drm/radeon/r6xx: add a stubbed out set_uvd_clocks callbackAlex Deucher3-0/+8
2013-09-11drm/radeon: fix typo in PG flagsAlex Deucher4-9/+9
2013-09-11drm/radeon/cik: update gpu_init for an additional berlin gpuAlex Deucher1-1/+2
2013-09-11drm/radeon: add spinlocks for indirect register accesssAlex Deucher11-1/+155
2013-09-11drm/radeon: protect concurrent smc register access with a spinlockAlex Deucher6-47/+91
2013-09-11drm/radeon: dpm updates for KVAlex Deucher1-15/+88
2013-09-11drm/radeon: signedness bug in kv_dpm.cDan Carpenter1-19/+13
2013-09-11drm/radeon: clean up r600_free_extended_power_table()Dan Carpenter1-24/+14
2013-09-11drm/radeon: add a connector property for audioAlex Deucher5-7/+64
2013-09-11drm/radeon/dce6/audio: make sure pin is valid before accessing itAlex Deucher1-2/+2
2013-09-11drm/radeon/dpm: implement force performance levels for rs780 (v2)Anthoine Bourgeois3-15/+77
2013-09-11drm/radeon/si: properly handle internal cp intsAlex Deucher1-2/+15
2013-09-11drm/radeon/cik: properly handle internal cp intsAlex Deucher1-3/+17
2013-09-11Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds26-337/+374
2013-09-11i915: bail out earlier when shrinker cannot acquire mutexGlauber Costa1-2/+2
2013-09-11drivers: convert shrinkers to new count/scan APIDave Chinner4-60/+117
2013-09-10drm/msm: fix cmdstream size checkRob Clark1-11/+13
2013-09-10drm/msm: hangcheck harderRob Clark2-2/+17
2013-09-10drm/msm: handle read vs write fencesRob Clark4-11/+27
2013-09-10drm/i915/sdvo: Fully translate sync flags in the dtd->mode conversionDaniel Vetter1-0/+4
2013-09-10drm/i915: Use proper print format for debug printsTakashi Iwai1-3/+3
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/~danve...Dave Airlie25-334/+368
2013-09-09drm/i915: fix wait_for_pending_flips vs gpu hang deadlockDaniel Vetter1-14/+54
2013-09-08drm/i915: Track pfit enable state separately from sizeChris Wilson5-12/+19
2013-09-07drm/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/jik...Linus 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/li...Linus Torvalds1-1/+1
2013-09-05Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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