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