summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: return return value of exynos_crtc->enable_vblankGustavo Padovan2015-08-161-1/+1
* drm/exynos: unify exynos_drm_plane names with drm coreGustavo Padovan2015-08-166-43/+44
* drm/exynos: remove unused fields from struct exynos_drm_planeGustavo Padovan2015-08-161-18/+0
* drm/exynos: use drm atomic state directlyGustavo Padovan2015-08-165-75/+75
* drm/exynos: pass struct exynos_drm_plane in update/enableGustavo Padovan2015-08-167-65/+40
* drm/exynos: rename win_commit/disable to atomic-like namesGustavo Padovan2015-08-167-32/+32
* drm/exynos: remove duplicated check for suspendGustavo Padovan2015-08-162-6/+0
* drm/exynos: use KMS version of DRM vblanks functionsGustavo Padovan2015-08-167-22/+20
* drm/exynos: pass the correct pipe numberGustavo Padovan2015-08-161-1/+1
* drm/exynos: clear channels only when iommu is enabledJoonyoung Shim2015-08-161-1/+2
* drm/exynos: remove drm_iommu_attach_device_if_possibleJoonyoung Shim2015-08-167-31/+10
* drm/exynos: move order to register vidi kms driverJoonyoung Shim2015-08-161-3/+3
* drm/exynos/mixer: replace MXR_INT_EN register cache with flagAndrzej Hajda2015-08-161-11/+9
* drm/exynos/mixer: simplify poweron flagAndrzej Hajda2015-08-161-38/+14
* drm/exynos: remove unnecessary checking to support iommuJoonyoung Shim2015-08-167-38/+13
* drm/exynos: remove to use ifdef CONFIG_ARM_DMA_USE_IOMMUJoonyoung Shim2015-08-161-4/+0
* drm/exynos: gsc: Handles the combination of rotation and flipHyungwon Hwang2015-08-161-0/+16
* drm/exynos/hdmi: remove hdmi_v14_conf structAndrzej Hajda2015-08-161-318/+109
* drm/exynos/hdmi: remove hdmi_v13_conf structAndrzej Hajda2015-08-161-179/+101
* drm/exynos/hdmi: remove redundant configuration fieldsAndrzej Hajda2015-08-161-44/+24
* drm/exynos/hdmi: add driver data pointer to private contextAndrzej Hajda2015-08-161-29/+20
* drm/exynos/hdmi: remove private lock codeAndrzej Hajda2015-08-161-24/+3
* drm/exynos/hdmi: Simplify HPD gpio handlingAndrzej Hajda2015-08-161-10/+3
* drm/exynos/hdmi: remove old platform data codeAndrzej Hajda2015-08-161-31/+5
* drm/exynos/fimc: fix runtime pm supportMarek Szyprowski2015-08-161-1/+0
* drm/exynos/mixer: always update INT_EN cacheAndrzej Hajda2015-08-161-0/+5
* drm/exynos/mixer: correct vsync configuration sequenceAndrzej Hajda2015-08-161-2/+5
* drm/exynos/mixer: fix interrupt clearingAndrzej Hajda2015-08-161-5/+4
* drm/exynos/hdmi: fix edid memory leakAndrzej Hajda2015-08-161-1/+6
* drm/exynos: gsc: fix wrong bitwise operation for swap detectionHyungwon Hwang2015-08-161-4/+2
* Merge tag 'drm-amdkfd-next-fixes-2015-08-05' of git://people.freedesktop.org/...Dave Airlie2015-08-143-3/+3
|\
| * drm/amdkfd: fix bug when initializing sdma vmOded Gabbay2015-07-302-2/+2
| * drm/amdgpu: fix bug when amdkfd destroys hqdOded Gabbay2015-07-301-1/+1
* | Merge branch 'drm-sti-next-atomic-2015-08-11' of http://git.linaro.org/people...Dave Airlie2015-08-1426-1621/+1311
|\ \
| * | drm/sti: atomic crtc/plane updateVincent Abriou2015-08-0313-877/+809
| * | drm/sti: rename files and functionsVincent Abriou2015-08-0316-183/+182
| * | drm/sti: code clean upVincent Abriou2015-08-0319-886/+713
| * | drm/sti: fix dynamic z-orderingVincent Abriou2015-08-033-20/+24
| * | drm: sti: fix sub-components bindBenjamin Gaignard2015-08-033-94/+22
| |/
* | drm/atomic: Use KMS VBLANK APIThierry Reding2015-08-121-2/+2
* | drm/irq: Document return values more consistentlyThierry Reding2015-08-121-2/+5
* | drm/irq: Make pipe unsigned and name consistentThierry Reding2015-08-121-157/+159
* | drm/irq: Check for valid VBLANK before dereferenceThierry Reding2015-08-121-2/+9
* | drm/irq: Remove negative CRTC index special-caseThierry Reding2015-08-121-1/+1
* | drm/plane: Use consistent data types for format countThierry Reding2015-08-123-4/+4
* | vga_switcheroo: Remove unnecessary checksThierry Reding2015-08-121-8/+5
* | vga_switcheroo: Wrap overly long linesThierry Reding2015-08-121-9/+24
* | vga_switcheroo: Use pr_fmt()Thierry Reding2015-08-121-13/+18
* | vga_switcheroo: Cleanup header commentThierry Reding2015-08-121-9/+9
* | vga_switcheroo: Use pr_*() instead of printk()Thierry Reding2015-08-121-12/+12
OpenPOWER on IntegriCloud