summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-24drm/exynos: dsi: support Exynos4415 SoCYoungJun Cho2-0/+8
2014-11-24drm/exynos: dp: Remove support for unused dptx-phyVivek Gautam2-59/+17
2014-11-24drm/exynos: remove leftover hdmi function declarationsGustavo Padovan1-11/+0
2014-11-24drm/exynos: update documentation to reflect code changesGustavo Padovan1-2/+1
2014-11-24drm/exynos: Save up space using bool var as bitfieldsGustavo Padovan1-8/+8
2014-11-24drm/exynos: remove unused wait_for macroGustavo Padovan1-14/+0
2014-11-24drm/exynos: Replace repeated declarations by #include "exynos_drm_drv.h"Gustavo Padovan1-4/+1
2014-11-24drm/exynos: Replace repeated declaration by include <drm/drmP.h>Gustavo Padovan1-3/+1
2014-11-24drm/exynos: remove extra declaration of struct exynos_overlayGustavo Padovan1-1/+0
2014-11-24drm/exynos: remove extra declaration of struct exynos_drm_managerGustavo Padovan1-2/+0
2014-11-24drm/exynos: remove uneeded declaration of struct dma_iommu_mappingGustavo Padovan1-1/+0
2014-11-24drm/exynos: dsi: stop using display->ctx pointerAndrzej Hajda1-7/+10
2014-11-24drm/exynos: dsi: remove redundant encoder fieldAndrzej Hajda1-5/+2
2014-11-24drm/exynos: dsi: simplify device pointer evaluationAndrzej Hajda1-20/+20
2014-11-24drm/exynos: dsi: remove global variable exynos_dsi_displayAndrzej Hajda1-20/+18
2014-11-24drm/exynos: remove ifdeferry from initialization codeAndrzej Hajda2-149/+72
2014-11-24drm/exynos: fix null pointer dereference issueInki Dae1-9/+9
2014-11-24drm/exynos: fix possible infinite loop issueInki Dae1-16/+15
2014-11-24drm/exynos: g2d: fix null pointer dereferenceInki Dae1-3/+6
2014-11-24drm/exynos: resolve infinite loop issue on non multi-platformInki Dae1-0/+6
2014-11-24drm/exynos: resolve infinite loop issue on multi-platformInki Dae1-0/+12
2014-11-21Merge branch 'drm-next-3.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie38-576/+1646
2014-11-21drm/vmwgfx: Deletion of an unnecessary check before the function call "vfree"Markus Elfring1-2/+1
2014-11-21drm/udl: Deletion of an unnecessary check before the function call "vunmap"Markus Elfring1-2/+1
2014-11-21drm/tilcdc: Deletion of an unnecessary check before the function call "drm_fb...Markus Elfring1-2/+1
2014-11-21drm/edid: Deletion of an unnecessary check before the function call "release_...Markus Elfring1-2/+1
2014-11-21drm/atomic: Add missing ERR_PTR castingDaniel Vetter1-1/+1
2014-11-21drm/gem: Warn on illegal use of the dumb buffer interface v2Thomas Hellstrom9-12/+74
2014-11-20drm/radeon: update the VM after setting BO address v4Christian König1-0/+64
2014-11-20drm/radeon: sync PT updates as shared v2Christian König1-1/+8
2014-11-20drm/radeon: sync PD updates as sharedChristian König1-1/+1
2014-11-20drm/radeon: fence BO_VAs manuallyChristian König3-16/+14
2014-11-20drm/radeon: use one VMID for each ringChristian König7-48/+68
2014-11-20drm/radeon: track VM update fences separatelyChristian König5-21/+33
2014-11-20drm/radeon: fence PT updates manually v2Christian König3-24/+62
2014-11-20drm/radeon: split semaphore and sync object handling v2Christian König14-260/+303
2014-11-20drm/radeon: remove unnecessary VM syncsChristian König1-2/+0
2014-11-20drm/radeon: stop re-reserving the BO in radeon_vm_bo_set_addrChristian König3-5/+3
2014-11-20drm/radeon: rework vm_flush parametersChristian König9-75/+61
2014-11-20drm/radeon/ci: disable needless sclk changesAlex Deucher1-1/+1
2014-11-20drm/radeon/ci: force pcie level before sclk and mclkAlex Deucher1-17/+17
2014-11-20drm/radeon/ci: use different smc command for pcie dpmAlex Deucher1-2/+10
2014-11-20drm/radeon/ci: apply disp voltage changes before clk changesAlex Deucher1-2/+2
2014-11-20drm/radeon: fix PCC debugging message for CI DPMAlex Deucher1-1/+1
2014-11-20drm/radeon/dpm: add thermal dpm support for CIAlex Deucher3-0/+31
2014-11-20drm/radeon/dpm: add smc fan control for CI (v2)Alex Deucher8-4/+443
2014-11-20drm/radeon/dpm: add smc fan control for SI (v2)Alex Deucher6-7/+401
2014-11-20drm/radeon: work around a hw bug in MGCG on CIKAlex Deucher1-1/+2
2014-11-20drm/radeon: Move radeon_cursor_move(_locked) to replace forward declarationMichel Dänzer1-111/+109
2014-11-20drm/radeon: Use cursor_set2 hook for enabling / disabling the HW cursorMichel Dänzer3-17/+52