index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
/
exynos_drm_plane.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-25
drm/exynos: mixer: enable NV12MT support for the video plane
Tobias Jakobi
1
-0
/
+27
2017-08-08
drm: Nuke drm_atomic_helper_plane_set_property
Daniel Vetter
1
-1
/
+0
2017-08-01
drm: Plumb modifiers through plane init
Ben Widawsky
1
-1
/
+1
2017-06-01
drm/exynos: set plane possible_crtcs in exynos_plane_init
Andrzej Hajda
1
-3
/
+2
2016-10-01
drm/exynos: use drm core to handle page-flip event
Andrzej Hajda
1
-1
/
+0
2016-07-29
drm/exynos: use generic code for managing zpos plane property
Marek Szyprowski
1
-58
/
+9
2016-06-10
drm/exynos: use logical AND in exynos_drm_plane_check_size()
Tobias Jakobi
1
-1
/
+1
2016-05-17
drm: Drop plane argument from __drm_atomic_helper_plane_destroy_state
Daniel Vetter
1
-1
/
+1
2016-04-30
drm/exynos: fix adjusted_mode pointer in exynos_plane_mode_set
Andrzej Hajda
1
-5
/
+7
2016-01-13
drm/exynos: make zpos property configurable
Marek Szyprowski
1
-5
/
+46
2016-01-13
drm/exynos: rename zpos to index
Marek Szyprowski
1
-2
/
+2
2015-12-15
Merge branch 'exynos-drm-next' of git://git.kernel.org:/pub/scm/linux/kernel/...
Dave Airlie
1
-75
/
+139
2015-12-13
drm/exynos: fix clipping when scaling is enabled
Marek Szyprowski
1
-6
/
+7
2015-12-13
drm/exynos: add generic check for plane state
Marek Szyprowski
1
-0
/
+31
2015-12-13
drm/exynos: introduce exynos_drm_plane_config structure
Marek Szyprowski
1
-20
/
+14
2015-12-13
drm/exynos: introduce exynos_drm_plane_state structure
Marek Szyprowski
1
-34
/
+91
2015-12-13
drm/exynos: move dma_addr attribute from exynos plane to exynos fb
Marek Szyprowski
1
-18
/
+0
2015-12-11
drm: Pass 'name' to drm_universal_plane_init()
Ville Syrjälä
1
-1
/
+1
2015-10-26
drm/exynos: cleanup name of gem object for exynos_drm
Joonyoung Shim
1
-5
/
+4
2015-10-26
drm/exynos: add cursor plane support
Gustavo Padovan
1
-0
/
+11
2015-09-02
drm/exynos: remove exynos_drm_fb_get_buf_cnt()
Joonyoung Shim
1
-1
/
+1
2015-08-31
drm/exynos: Properly report supported formats for each device
Marek Szyprowski
1
-8
/
+3
2015-08-31
drm/exynos: check for pending fb before finish update
Gustavo Padovan
1
-0
/
+2
2015-08-16
drm/exynos: merge exynos_drm_buf.c to exynos_drm_gem.c
Joonyoung Shim
1
-5
/
+5
2015-08-16
drm/exynos: unify exynos_drm_plane names with drm core
Gustavo Padovan
1
-5
/
+6
2015-08-16
drm/exynos: use drm atomic state directly
Gustavo Padovan
1
-12
/
+0
2015-08-16
drm/exynos: pass struct exynos_drm_plane in update/enable
Gustavo Padovan
1
-2
/
+2
2015-08-16
drm/exynos: rename win_commit/disable to atomic-like names
Gustavo Padovan
1
-5
/
+5
2015-06-20
drm/exynos: remove exported functions from exynos_drm_plane
Gustavo Padovan
1
-56
/
+42
2015-06-20
drm/exynos: atomic phase 3: atomic updates of planes
Gustavo Padovan
1
-2
/
+2
2015-06-20
drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()
Gustavo Padovan
1
-0
/
+4
2015-06-20
drm/exynos: use adjusted_mode of crtc_state instead of mode
Joonyoung Shim
1
-6
/
+7
2015-06-20
drm/exynos: atomic phase 1: use drm_plane_helper_disable()
Gustavo Padovan
1
-13
/
+19
2015-06-20
drm/exynos: atomic phase 1: use drm_plane_helper_update()
Gustavo Padovan
1
-10
/
+30
2015-05-19
drm/exynos: plane: honor buffer offset for dma_addr
Tobias Jakobi
1
-1
/
+1
2015-04-13
drm/exynos: add ratio calculation
Joonyoung Shim
1
-2
/
+6
2015-04-13
drm/exynos: use src_x and src_y instead of fb_x and fb_y
Joonyoung Shim
1
-4
/
+4
2015-04-13
drm/exynos: remove exynos_plane_destroy()
Gustavo Padovan
1
-7
/
+1
2015-04-13
drm/exynos: make zpos property immutable
Gustavo Padovan
1
-19
/
+2
2015-04-13
drm/exynos: preset zpos value for overlay planes
Gustavo Padovan
1
-7
/
+9
2015-04-13
drm/exynos: remove struct *_win_data abstraction on planes
Gustavo Padovan
1
-18
/
+5
2015-03-18
drm/exynos: Check for NULL dereference of crtc
Charles Keepax
1
-1
/
+1
2015-02-13
Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...
Dave Airlie
1
-27
/
+6
2015-02-11
Merge tag 'topic/drm-misc-2015-02-06' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-1
/
+0
2015-02-09
drm/exynos: remove exynos_plane_dpms
Joonyoung Shim
1
-27
/
+6
2015-02-04
drm: remove DRM_FORMAT_NV12MT
Daniel Vetter
1
-1
/
+0
2015-01-25
drm/exynos: create exynos_check_plane()
Gustavo Padovan
1
-13
/
+21
2015-01-25
drm/exynos: remove struct exynos_drm_manager
Gustavo Padovan
1
-13
/
+13
2015-01-25
drm/exynos: unify plane update on exynos_update_plane()
Gustavo Padovan
1
-1
/
+1
2015-01-25
drm/exynos: remove exynos_plane_commit() wrapper
Gustavo Padovan
1
-10
/
+5
[next]