summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos7_drm_decon.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-16drm/exynos: remove drm_iommu_attach_device_if_possibleJoonyoung Shim1-2/+3
2015-08-16drm/exynos: remove unnecessary checking to support iommuJoonyoung Shim1-2/+1
2015-06-22drm/exynos: add drm_iommu_attach_device_if_possible()Hyungwon Hwang1-17/+8
2015-06-20drm/exynos: remove chained calls to enableJoonyoung Shim1-57/+6
2015-06-20drm/exynos: fix broken component binding in case of multiple pipelinesAndrzej Hajda1-12/+2
2015-06-20drm/exynos: add error messages if clks failed to get enabledGustavo Padovan1-4/+24
2015-06-20drm/exynos: split exynos_crtc->dpms in enable() and disable()Gustavo Padovan1-71/+16
2015-06-20drm/exynos: use adjusted_mode of crtc_state instead of modeJoonyoung Shim1-2/+2
2015-05-19drm/exynos: 'win' is always unsignedTobias Jakobi1-1/+1
2015-05-19drm/exynos: Constify exynos_drm_crtc_opsKrzysztof Kozlowski1-1/+1
2015-04-13drm/exynos: use src_x and src_y instead of fb_x and fb_yJoonyoung Shim1-2/+2
2015-04-13drm/exynos: preset zpos value for overlay planesGustavo Padovan1-13/+7
2015-04-13drm/exynos: remove struct *_win_data abstraction on planesGustavo Padovan1-105/+61
2015-03-18drm/exynos: IS_ERR() vs NULL bugDan Carpenter1-2/+2
2015-02-11drm/exynos: Add DECON driverAjay Kumar1-0/+990