aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_crtc.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2018-11-05Revert "drm/exynos/decon5433: implement frame counter"Inki Dae
2018-05-24drm/exynos: Fix error value in exynos_drm_crtc_get_by_type()Marek Szyprowski
2017-10-26drm/exynos: add mode_fixup callback to exynos_drm_crtc_opsAndrzej Hajda
2017-08-25drm/exynos: add mode_valid callback to exynos_drmAndrzej Hajda
2017-08-25drm/exynos: use helper to set possible crtcsAndrzej Hajda
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart
2017-06-01drm/exynos: kill mode_set_nofb callbackAndrzej Hajda
2017-06-01drm/exynos: kill exynos_drm_crtc::pipeAndrzej Hajda
2017-06-01drm/exynos/decon5433: implement frame counterAndrzej Hajda
2017-06-01drm/exynos: simplify completion event handlingAndrzej Hajda
2017-03-28Backmerge tag 'v4.11-rc4' into drm-nextDave Airlie
2017-03-21drm/exynos: move crtc event handling to drivers callbacksAndrzej Hajda
2017-02-07drm: exynos: use vblank hooks in struct drm_crtc_funcsShawn Guo
2017-01-31drm/exynos: use atomic helper commitInki Dae
2017-01-31drm/exynos: remove unnecessary codesInki Dae
2017-01-18drm: exynos: use crtc helper drm_crtc_from_index()Shawn Guo
2016-10-01drm/exynos: use drm core to handle page-flip eventAndrzej Hajda
2016-10-01drm/exynos: fix pending update handlingAndrzej Hajda
2016-05-10drm/exynos: fix cancel page flip codeAndrzej Hajda
2016-04-30drm/exynos: add helper to get crtc from pipeAndrzej Hajda
2016-01-13drm/exynos: fix kernel panic issue at drm releasingInki Dae
2016-01-13drm/exynos: crtc: do not wait for the scanout completionInki Dae
2016-01-13drm/exynos: crtc: rework atomic_{begin,flush}Marek Szyprowski
2015-12-24Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie
2015-12-20drm/exynos: atomic check only enabled crtc statesAndrzej Hajda
2015-12-15drm/exynos: Constify function pointer structsVille Syrjälä
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä
2015-11-03drm/exynos: add atomic_check callback to exynos_crtcAndrzej Hajda
2015-10-16Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...Dave Airlie
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding
2015-09-30drm/exynos: remove unused mode_fixup() codeGustavo Padovan
2015-08-31drm/exynos: remove wait queue for pending page flipGustavo Padovan
2015-08-31drm/exynos: wait all planes updates to finishGustavo Padovan
2015-08-31drm/exynos: check for pending fb before finish updateGustavo Padovan
2015-08-31drm/exynos: add prepare and cleanup phases for planesGustavo Padovan
2015-08-31drm/exynos: don't track enabled state at exynos_crtcGustavo Padovan
2015-08-16drm/exynos: remove struct exynos_drm_encoder layerGustavo Padovan
2015-08-16drm/exynos: remove struct exynos_drm_displayGustavo Padovan
2015-08-16drm/exynos: return return value of exynos_crtc->enable_vblankGustavo Padovan
2015-08-16drm/exynos: use KMS version of DRM vblanks functionsGustavo Padovan
2015-08-16drm/exynos: pass the correct pipe numberGustavo Padovan
2015-07-27drm/atomic: pass old crtc state to atomic_begin/flush.Maarten Lankhorst
2015-06-20drm/exynos: split exynos_crtc->dpms in enable() and disable()Gustavo Padovan
2015-06-20drm/exynos: remove unnecessary calls to disable_plane()Gustavo Padovan
2015-06-20drm/exynos: atomic dpms supportGustavo Padovan
2015-06-20drm/exynos: move exynos_drm_crtc_disable()Gustavo Padovan
2015-06-20drm/exynos: atomic phase 3: convert page flipsGustavo Padovan