summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-2/+2
* drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-3/+5
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+2
* drm/exynos: change callback namesInki Dae2020-01-211-4/+4
* drm/exynos: drop drmP.h usageSam Ravnborg2019-06-271-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* Revert "drm/exynos/decon5433: implement frame counter"Inki Dae2018-11-051-11/+0
* drm/exynos: Fix error value in exynos_drm_crtc_get_by_type()Marek Szyprowski2018-05-241-1/+1
* drm/exynos: add mode_fixup callback to exynos_drm_crtc_opsAndrzej Hajda2017-10-261-0/+15
* drm/exynos: add mode_valid callback to exynos_drmAndrzej Hajda2017-08-251-0/+12
* drm/exynos: use helper to set possible crtcsAndrzej Hajda2017-08-251-3/+18
* drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-301-2/+3
* drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-2/+3
* drm/exynos: kill mode_set_nofb callbackAndrzej Hajda2017-06-011-10/+0
* drm/exynos: kill exynos_drm_crtc::pipeAndrzej Hajda2017-06-011-9/+3
* drm/exynos/decon5433: implement frame counterAndrzej Hajda2017-06-011-0/+11
* drm/exynos: simplify completion event handlingAndrzej Hajda2017-06-011-9/+8
* Backmerge tag 'v4.11-rc4' into drm-nextDave Airlie2017-03-281-13/+16
|\
| * drm/exynos: move crtc event handling to drivers callbacksAndrzej Hajda2017-03-211-13/+16
* | drm: exynos: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-071-20/+20
|/
* drm/exynos: use atomic helper commitInki Dae2017-01-311-0/+8
* drm/exynos: remove unnecessary codesInki Dae2017-01-311-20/+0
* drm: exynos: use crtc helper drm_crtc_from_index()Shawn Guo2017-01-181-6/+0
* drm/exynos: use drm core to handle page-flip eventAndrzej Hajda2016-10-011-22/+20
* drm/exynos: fix pending update handlingAndrzej Hajda2016-10-011-15/+1
* drm/exynos: fix cancel page flip codeAndrzej Hajda2016-05-101-10/+5
* drm/exynos: add helper to get crtc from pipeAndrzej Hajda2016-04-301-6/+4
* drm/exynos: fix kernel panic issue at drm releasingInki Dae2016-01-131-0/+26
* drm/exynos: crtc: do not wait for the scanout completionInki Dae2016-01-131-23/+0
* drm/exynos: crtc: rework atomic_{begin,flush}Marek Szyprowski2016-01-131-16/+4
* Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie2015-12-241-0/+3
|\
| * drm/exynos: atomic check only enabled crtc statesAndrzej Hajda2015-12-201-0/+3
* | drm/exynos: Constify function pointer structsVille Syrjälä2015-12-151-2/+2
* | drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä2015-12-111-1/+1
|/
* drm/exynos: add atomic_check callback to exynos_crtcAndrzej Hajda2015-11-031-0/+12
* Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...Dave Airlie2015-10-161-15/+0
|\
| * drm/exynos: remove unused mode_fixup() codeGustavo Padovan2015-09-301-15/+0
* | drm/irq: Use unsigned int pipe in public APIThierry Reding2015-10-061-2/+2
|/
* drm/exynos: remove wait queue for pending page flipGustavo Padovan2015-08-311-10/+1
* drm/exynos: wait all planes updates to finishGustavo Padovan2015-08-311-5/+13
* drm/exynos: check for pending fb before finish updateGustavo Padovan2015-08-311-3/+4
* drm/exynos: add prepare and cleanup phases for planesGustavo Padovan2015-08-311-0/+19
* drm/exynos: don't track enabled state at exynos_crtcGustavo Padovan2015-08-311-16/+0
* drm/exynos: remove struct exynos_drm_encoder layerGustavo Padovan2015-08-161-1/+0
* drm/exynos: remove struct exynos_drm_displayGustavo Padovan2015-08-161-1/+1
* drm/exynos: return return value of exynos_crtc->enable_vblankGustavo Padovan2015-08-161-1/+1
* drm/exynos: use KMS version of DRM vblanks functionsGustavo Padovan2015-08-161-8/+6
* drm/exynos: pass the correct pipe numberGustavo Padovan2015-08-161-1/+1
* drm/atomic: pass old crtc state to atomic_begin/flush.Maarten Lankhorst2015-07-271-2/+4