index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
/
exynos_drm_crtc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/exynos: fix cancel page flip code
Andrzej Hajda
2016-05-10
1
-10
/
+5
*
drm/exynos: add helper to get crtc from pipe
Andrzej Hajda
2016-04-30
1
-6
/
+4
*
drm/exynos: fix kernel panic issue at drm releasing
Inki Dae
2016-01-13
1
-0
/
+26
*
drm/exynos: crtc: do not wait for the scanout completion
Inki Dae
2016-01-13
1
-23
/
+0
*
drm/exynos: crtc: rework atomic_{begin,flush}
Marek Szyprowski
2016-01-13
1
-16
/
+4
*
Backmerge drm-fixes merge into Linus's tree into drm-next.
Dave Airlie
2015-12-24
1
-0
/
+3
|
\
|
*
drm/exynos: atomic check only enabled crtc states
Andrzej Hajda
2015-12-20
1
-0
/
+3
*
|
drm/exynos: Constify function pointer structs
Ville Syrjälä
2015-12-15
1
-2
/
+2
*
|
drm: Pass 'name' to drm_crtc_init_with_planes()
Ville Syrjälä
2015-12-11
1
-1
/
+1
|
/
*
drm/exynos: add atomic_check callback to exynos_crtc
Andrzej Hajda
2015-11-03
1
-0
/
+12
*
Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...
Dave Airlie
2015-10-16
1
-15
/
+0
|
\
|
*
drm/exynos: remove unused mode_fixup() code
Gustavo Padovan
2015-09-30
1
-15
/
+0
*
|
drm/irq: Use unsigned int pipe in public API
Thierry Reding
2015-10-06
1
-2
/
+2
|
/
*
drm/exynos: remove wait queue for pending page flip
Gustavo Padovan
2015-08-31
1
-10
/
+1
*
drm/exynos: wait all planes updates to finish
Gustavo Padovan
2015-08-31
1
-5
/
+13
*
drm/exynos: check for pending fb before finish update
Gustavo Padovan
2015-08-31
1
-3
/
+4
*
drm/exynos: add prepare and cleanup phases for planes
Gustavo Padovan
2015-08-31
1
-0
/
+19
*
drm/exynos: don't track enabled state at exynos_crtc
Gustavo Padovan
2015-08-31
1
-16
/
+0
*
drm/exynos: remove struct exynos_drm_encoder layer
Gustavo Padovan
2015-08-16
1
-1
/
+0
*
drm/exynos: remove struct exynos_drm_display
Gustavo Padovan
2015-08-16
1
-1
/
+1
*
drm/exynos: return return value of exynos_crtc->enable_vblank
Gustavo Padovan
2015-08-16
1
-1
/
+1
*
drm/exynos: use KMS version of DRM vblanks functions
Gustavo Padovan
2015-08-16
1
-8
/
+6
*
drm/exynos: pass the correct pipe number
Gustavo Padovan
2015-08-16
1
-1
/
+1
*
drm/atomic: pass old crtc state to atomic_begin/flush.
Maarten Lankhorst
2015-07-27
1
-2
/
+4
*
drm/exynos: split exynos_crtc->dpms in enable() and disable()
Gustavo Padovan
2015-06-20
1
-4
/
+4
*
drm/exynos: remove unnecessary calls to disable_plane()
Gustavo Padovan
2015-06-20
1
-11
/
+0
*
drm/exynos: atomic dpms support
Gustavo Padovan
2015-06-20
1
-35
/
+23
*
drm/exynos: move exynos_drm_crtc_disable()
Gustavo Padovan
2015-06-20
1
-18
/
+18
*
drm/exynos: atomic phase 3: convert page flips
Gustavo Padovan
2015-06-20
1
-62
/
+17
*
drm/exynos: atomic phase 3: use atomic .set_config helper
Gustavo Padovan
2015-06-20
1
-9
/
+1
*
drm/exynos: atomic phase 2: keep track of framebuffer pointer
Gustavo Padovan
2015-06-20
1
-0
/
+3
*
drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()
Gustavo Padovan
2015-06-20
1
-0
/
+5
*
drm/exynos: atomic phase 1: add .mode_set_nofb() callback
Gustavo Padovan
2015-06-20
1
-56
/
+7
*
drm/exynos: atomic phase 1: use drm_plane_helper_update()
Gustavo Padovan
2015-06-20
1
-15
/
+16
*
drm/exynos: fix source data argument for plane
Joonyoung Shim
2015-06-20
1
-3
/
+4
*
drm/exynos: Constify exynos_drm_crtc_ops
Krzysztof Kozlowski
2015-05-19
1
-5
/
+5
*
drm/exynos: track vblank events on a per crtc basis
Mandeep Singh Baines
2015-04-13
1
-50
/
+42
*
drm/exynos: remove struct *_win_data abstraction on planes
Gustavo Padovan
2015-04-13
1
-8
/
+1
*
drm/exynos: remove mode property of exynos crtc
Joonyoung Shim
2015-02-09
1
-60
/
+0
*
drm/exynos: Remove exynos_plane_dpms() call with no effect
Gustavo Padovan
2015-02-09
1
-2
/
+0
*
drm/exynos: create exynos_check_plane()
Gustavo Padovan
2015-01-25
1
-2
/
+9
*
drm/exynos: don't duplicate drm_display_mode in fimd context
Gustavo Padovan
2015-01-25
1
-5
/
+0
*
drm/exynos: remove struct exynos_drm_manager
Gustavo Padovan
2015-01-25
1
-35
/
+32
*
drm/exynos: remove drm_dev from struct exynos_drm_manager
Gustavo Padovan
2015-01-25
1
-4
/
+5
*
drm/exynos: move 'type' from manager to crtc struct
Gustavo Padovan
2015-01-25
1
-2
/
+4
*
drm/exynos: remove pipe member of struct exynos_drm_manager
Gustavo Padovan
2015-01-25
1
-1
/
+1
*
drm/exynos: add pipe param to exynos_drm_crtc_create()
Gustavo Padovan
2015-01-25
1
-4
/
+4
*
drm/exynos: rename base object of struct exynos_drm_crtc to 'base'
Gustavo Padovan
2015-01-25
1
-2
/
+2
*
drm/exynos: remove exynos_drm_crtc_mode_set_commit()
Gustavo Padovan
2015-01-25
1
-7
/
+1
*
drm/exynos: call exynos_update_plane() directly on page flips
Gustavo Padovan
2015-01-25
1
-2
/
+6
[next]