summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/exynos: split exynos_crtc->dpms in enable() and disable()Gustavo Padovan2015-06-201-4/+4
* drm/exynos: remove unnecessary calls to disable_plane()Gustavo Padovan2015-06-201-11/+0
* drm/exynos: atomic dpms supportGustavo Padovan2015-06-201-35/+23
* drm/exynos: move exynos_drm_crtc_disable()Gustavo Padovan2015-06-201-18/+18
* drm/exynos: atomic phase 3: convert page flipsGustavo Padovan2015-06-201-62/+17
* drm/exynos: atomic phase 3: use atomic .set_config helperGustavo Padovan2015-06-201-9/+1
* drm/exynos: atomic phase 2: keep track of framebuffer pointerGustavo Padovan2015-06-201-0/+3
* drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()Gustavo Padovan2015-06-201-0/+5
* drm/exynos: atomic phase 1: add .mode_set_nofb() callbackGustavo Padovan2015-06-201-56/+7
* drm/exynos: atomic phase 1: use drm_plane_helper_update()Gustavo Padovan2015-06-201-15/+16
* drm/exynos: fix source data argument for planeJoonyoung Shim2015-06-201-3/+4
* drm/exynos: Constify exynos_drm_crtc_opsKrzysztof Kozlowski2015-05-191-5/+5
* drm/exynos: track vblank events on a per crtc basisMandeep Singh Baines2015-04-131-50/+42
* drm/exynos: remove struct *_win_data abstraction on planesGustavo Padovan2015-04-131-8/+1
* drm/exynos: remove mode property of exynos crtcJoonyoung Shim2015-02-091-60/+0
* drm/exynos: Remove exynos_plane_dpms() call with no effectGustavo Padovan2015-02-091-2/+0
* drm/exynos: create exynos_check_plane()Gustavo Padovan2015-01-251-2/+9
* drm/exynos: don't duplicate drm_display_mode in fimd contextGustavo Padovan2015-01-251-5/+0
* drm/exynos: remove struct exynos_drm_managerGustavo Padovan2015-01-251-35/+32
* drm/exynos: remove drm_dev from struct exynos_drm_managerGustavo Padovan2015-01-251-4/+5
* drm/exynos: move 'type' from manager to crtc structGustavo Padovan2015-01-251-2/+4