summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* drm/exynos: kill exynos_drm_crtc::pipeAndrzej Hajda2017-06-011-9/+3Star
* drm/exynos/decon5433: implement frame counterAndrzej Hajda2017-06-011-0/+11
* drm/exynos: simplify completion event handlingAndrzej Hajda2017-06-011-9/+8Star
* 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/+0Star
* drm: exynos: use crtc helper drm_crtc_from_index()Shawn Guo2017-01-181-6/+0Star
* drm/exynos: use drm core to handle page-flip eventAndrzej Hajda2016-09-301-22/+20Star
* drm/exynos: fix pending update handlingAndrzej Hajda2016-09-301-15/+1Star
* drm/exynos: fix cancel page flip codeAndrzej Hajda2016-05-101-10/+5Star
* drm/exynos: add helper to get crtc from pipeAndrzej Hajda2016-04-291-6/+4Star
* drm/exynos: fix kernel panic issue at drm releasingInki Dae2016-01-121-0/+26
* drm/exynos: crtc: do not wait for the scanout completionInki Dae2016-01-121-23/+0Star
* drm/exynos: crtc: rework atomic_{begin,flush}Marek Szyprowski2016-01-121-16/+4Star
* Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie2015-12-231-0/+3
|\
| * drm/exynos: atomic check only enabled crtc statesAndrzej Hajda2015-12-191-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/+0Star
|\
| * drm/exynos: remove unused mode_fixup() codeGustavo Padovan2015-09-301-15/+0Star
* | 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-301-10/+1Star
* drm/exynos: wait all planes updates to finishGustavo Padovan2015-08-301-5/+13
* drm/exynos: check for pending fb before finish updateGustavo Padovan2015-08-301-3/+4
* drm/exynos: add prepare and cleanup phases for planesGustavo Padovan2015-08-301-0/+19
* drm/exynos: don't track enabled state at exynos_crtcGustavo Padovan2015-08-301-16/+0Star
* drm/exynos: remove struct exynos_drm_encoder layerGustavo Padovan2015-08-161-1/+0Star
* 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/+6Star
* 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
* drm/exynos: split exynos_crtc->dpms in enable() and disable()Gustavo Padovan2015-06-191-4/+4
* drm/exynos: remove unnecessary calls to disable_plane()Gustavo Padovan2015-06-191-11/+0Star
* drm/exynos: atomic dpms supportGustavo Padovan2015-06-191-35/+23Star
* drm/exynos: move exynos_drm_crtc_disable()Gustavo Padovan2015-06-191-18/+18
* drm/exynos: atomic phase 3: convert page flipsGustavo Padovan2015-06-191-62/+17Star
* drm/exynos: atomic phase 3: use atomic .set_config helperGustavo Padovan2015-06-191-9/+1Star
* drm/exynos: atomic phase 2: keep track of framebuffer pointerGustavo Padovan2015-06-191-0/+3
* drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()Gustavo Padovan2015-06-191-0/+5
* drm/exynos: atomic phase 1: add .mode_set_nofb() callbackGustavo Padovan2015-06-191-56/+7Star
* drm/exynos: atomic phase 1: use drm_plane_helper_update()Gustavo Padovan2015-06-191-15/+16
* drm/exynos: fix source data argument for planeJoonyoung Shim2015-06-191-3/+4