summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-08-16drm/exynos: remove duplicated check for suspendGustavo Padovan2-6/+0
2015-08-16drm/exynos: use KMS version of DRM vblanks functionsGustavo Padovan7-22/+20
2015-08-16drm/exynos: pass the correct pipe numberGustavo Padovan1-1/+1
2015-08-16drm/exynos: clear channels only when iommu is enabledJoonyoung Shim1-1/+2
2015-08-16drm/exynos: remove drm_iommu_attach_device_if_possibleJoonyoung Shim7-31/+10
2015-08-16drm/exynos: move order to register vidi kms driverJoonyoung Shim1-3/+3
2015-08-16drm/exynos/mixer: replace MXR_INT_EN register cache with flagAndrzej Hajda1-11/+9
2015-08-16drm/exynos/mixer: simplify poweron flagAndrzej Hajda1-38/+14
2015-08-16drm/exynos: remove unnecessary checking to support iommuJoonyoung Shim7-38/+13
2015-08-16drm/exynos: remove to use ifdef CONFIG_ARM_DMA_USE_IOMMUJoonyoung Shim1-4/+0
2015-08-16drm/exynos: gsc: Handles the combination of rotation and flipHyungwon Hwang1-0/+16
2015-08-16drm/exynos/hdmi: remove hdmi_v14_conf structAndrzej Hajda1-318/+109
2015-08-16drm/exynos/hdmi: remove hdmi_v13_conf structAndrzej Hajda1-179/+101
2015-08-16drm/exynos/hdmi: remove redundant configuration fieldsAndrzej Hajda1-44/+24
2015-08-16drm/exynos/hdmi: add driver data pointer to private contextAndrzej Hajda1-29/+20
2015-08-16drm/exynos/hdmi: remove private lock codeAndrzej Hajda1-24/+3
2015-08-16drm/exynos/hdmi: Simplify HPD gpio handlingAndrzej Hajda1-10/+3
2015-08-16drm/exynos/hdmi: remove old platform data codeAndrzej Hajda1-31/+5
2015-08-16drm/exynos/fimc: fix runtime pm supportMarek Szyprowski1-1/+0
2015-08-16drm/exynos/mixer: always update INT_EN cacheAndrzej Hajda1-0/+5
2015-08-16drm/exynos/mixer: correct vsync configuration sequenceAndrzej Hajda1-2/+5
2015-08-16drm/exynos/mixer: fix interrupt clearingAndrzej Hajda1-5/+4
2015-08-16drm/exynos/hdmi: fix edid memory leakAndrzej Hajda1-1/+6
2015-08-16drm/exynos: gsc: fix wrong bitwise operation for swap detectionHyungwon Hwang1-4/+2
2015-08-14Merge tag 'drm-amdkfd-next-fixes-2015-08-05' of git://people.freedesktop.org/...Dave Airlie3-3/+3
2015-08-14Merge branch 'drm-sti-next-atomic-2015-08-11' of http://git.linaro.org/people...Dave Airlie26-1621/+1311
2015-08-12drm/atomic: Use KMS VBLANK APIThierry Reding1-2/+2
2015-08-12drm/irq: Document return values more consistentlyThierry Reding1-2/+5
2015-08-12drm/irq: Make pipe unsigned and name consistentThierry Reding1-157/+159
2015-08-12drm/irq: Check for valid VBLANK before dereferenceThierry Reding1-2/+9
2015-08-12drm/irq: Remove negative CRTC index special-caseThierry Reding1-1/+1
2015-08-12drm/plane: Use consistent data types for format countThierry Reding3-4/+4
2015-08-12vga_switcheroo: Remove unnecessary checksThierry Reding1-8/+5
2015-08-12vga_switcheroo: Wrap overly long linesThierry Reding1-9/+24
2015-08-12vga_switcheroo: Use pr_fmt()Thierry Reding1-13/+18
2015-08-12vga_switcheroo: Cleanup header commentThierry Reding1-9/+9
2015-08-12vga_switcheroo: Use pr_*() instead of printk()Thierry Reding1-12/+12
2015-08-12vgaarb: Fix a few checkpatch errors and warningsThierry Reding1-42/+60
2015-08-12vgaarb: Use vgaarb: prefix consistently in messagesThierry Reding1-19/+20
2015-08-12vgaarb: Stop complaining about absent devicesThierry Reding1-2/+5
2015-08-11drm/atomic: fix null pointer access to mode_fixup callbackInki Dae1-1/+1
2015-08-11drm/i915: Use CONFIG_DRM_FBDEV_EMULATIONDaniel Vetter7-23/+8
2015-08-11drm/core: Set mode to NULL when connectors in a set drops to 0.Maarten Lankhorst1-2/+5
2015-08-11drm/atomic: Call ww_acquire_done after check phase is completeDaniel Vetter1-0/+3
2015-08-11drm/atomic: Paper over locking WARN in default_state_clearDaniel Vetter1-3/+9
2015-08-11drm/edid: Use ARRAY_SIZE in drm_add_modes_noedidDaniel Vetter1-1/+1
2015-08-11drm/qxl: Don't take dev->struct_mutex in bo_force_deleteDaniel Vetter1-3/+1
2015-08-11drm/nouveau: Don't take dev->struct_mutex in ttm_finiDaniel Vetter1-2/+0
2015-08-11drm/rockchip: Don't grab dev->struct_mutex for in mmap offset ioctlDaniel Vetter1-8/+4
2015-08-10drm/cma-helper: Don't grab dev->struct_mutex for in mmap offset ioctlDaniel Vetter1-6/+1