index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
/
exynos7_drm_decon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-24
drm/exynos: Ensure suspended runtime PM state during system suspend
Marek Szyprowski
1
-0
/
+2
2018-01-02
drm/exynos/decon: Move headers from global to local place
Krzysztof Kozlowski
1
-1
/
+1
2017-08-25
drm/exynos: simplify set_pixfmt() in DECON and FIMD drivers
Tobias Jakobi
1
-6
/
+1
2017-08-25
drm/exynos: consistent use of cpp
Tobias Jakobi
1
-3
/
+3
2017-06-01
drm/exynos: kill mode_set_nofb callback
Andrzej Hajda
1
-1
/
+0
2017-06-01
drm/exynos: kill pipe field from drivers contexts
Andrzej Hajda
1
-3
/
+1
2017-06-01
drm/exynos: set plane possible_crtcs in exynos_plane_init
Andrzej Hajda
1
-1
/
+1
2017-06-01
drm/exynos: kill exynos_drm_private::pipe
Andrzej Hajda
1
-9
/
+2
2017-06-01
drm/exynos: kill exynos_drm_crtc::pipe
Andrzej Hajda
1
-2
/
+1
2017-03-21
drm/exynos: move crtc event handling to drivers callbacks
Andrzej Hajda
1
-0
/
+1
2016-12-15
drm: Nuke fb->pixel_format
Ville Syrjälä
1
-1
/
+1
2016-12-15
drm: Nuke fb->bits_per_pixel
Ville Syrjälä
1
-3
/
+3
2016-09-30
drm/exynos: use drm core to handle page-flip event
Andrzej Hajda
1
-9
/
+0
2016-06-19
drm/exynos: remove superfluous inclusions of fbdev header
Tobias Jakobi
1
-1
/
+0
2016-04-30
drm/exynos: clean up wait_for_vblank
Inki Dae
1
-1
/
+0
2016-03-01
drm/exynos: remove struct exynos_drm_panel_info
Andrzej Hajda
1
-1
/
+0
2016-01-12
drm/exynos: crtc: rework atomic_{begin,flush}
Marek Szyprowski
1
-6
/
+8
2016-01-12
drm/exynos: rename zpos to index
Marek Szyprowski
1
-5
/
+5
2015-12-13
drm/exynos: introduce exynos_drm_plane_config structure
Marek Szyprowski
1
-8
/
+15
2015-12-13
drm/exynos: introduce exynos_drm_plane_state structure
Marek Szyprowski
1
-10
/
+11
2015-12-13
drm/exynos: move dma_addr attribute from exynos plane to exynos fb
Marek Szyprowski
1
-7
/
+9
2015-12-13
drm/exynos: exynos7-decon: remove excessive check
Marek Szyprowski
1
-10
/
+0
2015-12-13
drm/exynos: add pm_runtime to DECON 7
Gustavo Padovan
1
-38
/
+55
2015-10-26
drm/exynos: add cursor plane support
Gustavo Padovan
1
-2
/
+2
2015-10-26
drm/exynos: add global macro for the default primary plane
Gustavo Padovan
1
-3
/
+2
2015-09-30
drm/exynos: remove decon_mode_fixup()
Gustavo Padovan
1
-12
/
+0
2015-08-30
drm/exynos: Properly report supported formats for each device
Marek Szyprowski
1
-1
/
+14
2015-08-30
drm/exynos: implement atomic_{begin/flush} of DECON
Hyungwon Hwang
1
-6
/
+24
2015-08-30
drm/exynos: check for pending fb before finish update
Gustavo Padovan
1
-1
/
+9
2015-08-16
drm/exynos: remove struct exynos_drm_encoder layer
Gustavo Padovan
1
-1
/
+1
2015-08-16
drm/exynos: remove exynos_drm_create_enc_conn()
Gustavo Padovan
1
-2
/
+1
2015-08-16
drm/exynos: remove struct exynos_drm_display
Gustavo Padovan
1
-8
/
+9
2015-08-16
drm/exynos: unify exynos_drm_plane names with drm core
Gustavo Padovan
1
-7
/
+7
2015-08-16
drm/exynos: use drm atomic state directly
Gustavo Padovan
1
-10
/
+13
2015-08-16
drm/exynos: pass struct exynos_drm_plane in update/enable
Gustavo Padovan
1
-15
/
+7
2015-08-16
drm/exynos: rename win_commit/disable to atomic-like names
Gustavo Padovan
1
-5
/
+5
2015-08-16
drm/exynos: remove duplicated check for suspend
Gustavo Padovan
1
-3
/
+0
2015-08-16
drm/exynos: use KMS version of DRM vblanks functions
Gustavo Padovan
1
-2
/
+2
2015-08-16
drm/exynos: remove drm_iommu_attach_device_if_possible
Joonyoung Shim
1
-2
/
+3
2015-08-16
drm/exynos: remove unnecessary checking to support iommu
Joonyoung Shim
1
-2
/
+1
2015-06-22
drm/exynos: add drm_iommu_attach_device_if_possible()
Hyungwon Hwang
1
-17
/
+8
2015-06-19
drm/exynos: remove chained calls to enable
Joonyoung Shim
1
-57
/
+6
2015-06-19
drm/exynos: fix broken component binding in case of multiple pipelines
Andrzej Hajda
1
-12
/
+2
2015-06-19
drm/exynos: add error messages if clks failed to get enabled
Gustavo Padovan
1
-4
/
+24
2015-06-19
drm/exynos: split exynos_crtc->dpms in enable() and disable()
Gustavo Padovan
1
-71
/
+16
2015-06-19
drm/exynos: use adjusted_mode of crtc_state instead of mode
Joonyoung Shim
1
-2
/
+2
2015-05-19
drm/exynos: 'win' is always unsigned
Tobias Jakobi
1
-1
/
+1
2015-05-19
drm/exynos: Constify exynos_drm_crtc_ops
Krzysztof Kozlowski
1
-1
/
+1
2015-04-13
drm/exynos: use src_x and src_y instead of fb_x and fb_y
Joonyoung Shim
1
-2
/
+2
2015-04-13
drm/exynos: preset zpos value for overlay planes
Gustavo Padovan
1
-13
/
+7
[next]