aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_crtc.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2017-08-25drm/exynos: use helper to set possible crtcsGravatar Andrzej Hajda 1-3/+7
2017-06-01drm/exynos: kill exynos_drm_crtc::pipeGravatar Andrzej Hajda 1-1/+0
2017-03-28Backmerge tag 'v4.11-rc4' into drm-nextGravatar Dave Airlie 1-0/+2
2017-03-21drm/exynos: move crtc event handling to drivers callbacksGravatar Andrzej Hajda 1-0/+2
2017-02-07drm: exynos: use vblank hooks in struct drm_crtc_funcsGravatar Shawn Guo 1-2/+0
2017-01-31drm/exynos: remove unnecessary codesGravatar Inki Dae 1-4/+0
2016-01-13drm/exynos: fix kernel panic issue at drm releasingGravatar Inki Dae 1-0/+4
2016-01-13drm/exynos: crtc: do not wait for the scanout completionGravatar Inki Dae 1-1/+0
2015-10-06drm/irq: Use unsigned int pipe in public APIGravatar Thierry Reding 1-2/+2
2015-08-31drm/exynos: wait all planes updates to finishGravatar Gustavo Padovan 1-0/+1
2015-08-31drm/exynos: check for pending fb before finish updateGravatar Gustavo Padovan 1-1/+2
2015-08-16drm/exynos: remove struct exynos_drm_displayGravatar Gustavo Padovan 1-1/+1
2015-08-16drm/exynos: use KMS version of DRM vblanks functionsGravatar Gustavo Padovan 1-1/+1
2015-05-19drm/exynos: Constify exynos_drm_crtc_opsGravatar Krzysztof Kozlowski 1-5/+5
2015-04-13drm/exynos: remove leftover functions declarationsGravatar Gustavo Padovan 1-6/+0
2015-04-13drm/exynos: remove struct *_win_data abstraction on planesGravatar Gustavo Padovan 1-0/+1
2015-01-25drm/exynos: remove struct exynos_drm_managerGravatar Gustavo Padovan 1-3/+5
2015-01-25drm/exynos: remove drm_dev from struct exynos_drm_managerGravatar Gustavo Padovan 1-1/+2
2015-01-25drm/exynos: move 'type' from manager to crtc structGravatar Gustavo Padovan 1-1/+2
2015-01-25drm/exynos: add pipe param to exynos_drm_crtc_create()Gravatar Gustavo Padovan 1-1/+1
2015-01-25drm/exynos: remove struct exynos_drm_overlayGravatar Gustavo Padovan 1-1/+1
2014-11-24drm/exynos: Replace repeated declarations by #include "exynos_drm_drv.h"Gravatar Gustavo Padovan 1-4/+1
2014-08-03drm/exynos: add TE handler to support LCD I80 interfaceGravatar YoungJun Cho 1-0/+7
2014-06-02drm/exynos: add component framework supportGravatar Inki Dae 1-0/+4
2014-03-24drm/exynos: Split manager/display/subdrvGravatar Sean Paul 1-4/+16
2013-01-07drm/exynos: move finish page flip to a common placeGravatar Rahul Sharma 1-0/+1
2013-01-04drm/exynos: change file license to GPLGravatar Inki Dae 1-18/+4
2012-07-27drm/exynos: update overlay via plane from crtcGravatar Joonyoung Shim 1-29/+0
2012-07-27drm/exynos: use private plane for crtcGravatar Joonyoung Shim 1-2/+0
2012-05-17drm/exynos: added source size to overlay structureGravatar Seung-Woo Kim 1-0/+4
2011-11-15drm/exynos: changed buffer structure.Gravatar Inki Dae 1-0/+25
2011-10-18drm/exynos: fixed overlay updating time at page flip.Gravatar Inki Dae 1-1/+0
2011-10-05DRM: add DRM Driver for Samsung SoC EXYNOS4210.Gravatar Inki Dae 1-0/+39