index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
/
exynos5433_drm_decon.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: exynos: Remove #ifdef guards for PM related functions
Paul Cercueil
2022-12-12
1
-9
/
+4
*
drm: Drop drm_blend.h from drm_crtc.h
Ville Syrjälä
2022-06-20
1
-0
/
+1
*
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
2022-06-20
1
-0
/
+1
*
drm/exynos: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
2021-09-16
1
-3
/
+1
*
drm/exynos: use pm_runtime_resume_and_get()
Inki Dae
2021-06-11
1
-1
/
+6
*
drm/exynos/decon5433: Remove redundant error printing in exynos5433_decon_pro...
Zhen Lei
2021-05-17
1
-3
/
+1
*
Merge drm/drm-fixes into drm-next
Daniel Vetter
2021-04-13
1
-1
/
+0
|
\
|
*
drm/exynos/decon5433: Remove the unused include statements
Tian Tao
2021-03-29
1
-1
/
+0
*
|
drm/exynos: move to use request_irq by IRQF_NO_AUTOEN flag
Tian Tao
2021-03-29
1
-2
/
+2
|
/
*
drm/exynos: Fix cleanup of IOMMU related objects
Marek Szyprowski
2020-03-10
1
-2
/
+3
*
drm/exynos: change callback names
Inki Dae
2020-01-21
1
-5
/
+5
*
drm/exynos: drop drmP.h usage
Sam Ravnborg
2019-06-27
1
-2
/
+5
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 423
Thomas Gleixner
2019-06-05
1
-4
/
+1
*
drm/exynos: use DRM_DEV_DEBUG* instead of DRM_DEBUG macro
Inki Dae
2019-04-24
1
-1
/
+1
*
drm/exynos: use DRM_DEV_ERROR to print out error message
Inki Dae
2019-04-24
1
-1
/
+1
*
drm/exynos: remove unnecessary messages
Inki Dae
2019-04-24
1
-2
/
+0
*
drm/exynos: decon: Make pixel blend mode configurable
Christoph Manszewski
2018-12-05
1
-10
/
+55
*
drm/exynos: decon: Make plane alpha configurable
Christoph Manszewski
2018-12-05
1
-0
/
+33
*
drm/exynos/iommu: integrate IOMMU/DMA internal API
Andrzej Hajda
2018-12-04
1
-2
/
+1
*
drm/exynos: simplify DMA mapping
Andrzej Hajda
2018-12-04
1
-1
/
+1
*
Revert "drm/exynos/decon5433: implement frame counter"
Inki Dae
2018-11-05
1
-9
/
+0
*
drm/exynos: Ensure suspended runtime PM state during system suspend
Marek Szyprowski
2018-07-24
1
-0
/
+2
*
drm/exynos: decon5433: Fix WINCONx reset value
Marek Szyprowski
2018-06-29
1
-1
/
+1
*
drm/exynos: decon5433: Fix per-plane global alpha for XRGB modes
Marek Szyprowski
2018-06-29
1
-2
/
+2
*
drm/exynos: decon: Add support for hardware windows no 4 and 5
Marek Szyprowski
2018-05-24
1
-9
/
+12
*
drm/exynos/decon: Move headers from global to local place
Krzysztof Kozlowski
2018-01-02
1
-2
/
+1
*
drm/exynos: decon5433: Remove unnecessary platform_get_resource() error check
Fabio Estevam
2018-01-02
1
-5
/
+0
*
drm: exynos: include linux/irq.h
Arnd Bergmann
2017-09-19
1
-0
/
+1
*
drm/exynos: simplify set_pixfmt() in DECON and FIMD drivers
Tobias Jakobi
2017-08-25
1
-3
/
+1
*
drm/exynos: consistent use of cpp
Tobias Jakobi
2017-08-25
1
-6
/
+6
*
drm/exynos/decon5433: use mode info stored in CRTC to detect i80 mode
Andrzej Hajda
2017-08-25
1
-15
/
+25
*
drm/exynos/decon5433: refactor irq requesting code
Andrzej Hajda
2017-08-25
1
-24
/
+30
*
drm/exynos/decon5433: use readl_poll_timeout helpers
Andrzej Hajda
2017-08-25
1
-12
/
+8
*
drm/exynos/decon5433: remove useless check
Andrzej Hajda
2017-06-01
1
-3
/
+0
*
drm/exynos/decon5433: kill BIT_SUSPENDED flag
Andrzej Hajda
2017-06-01
1
-38
/
+0
*
drm/exynos/decon5433: kill BIT_WIN_UPDATED flag
Andrzej Hajda
2017-06-01
1
-4
/
+0
*
drm/exynos/decon5433: kill BIT_CLKS_ENABLED flag
Andrzej Hajda
2017-06-01
1
-11
/
+1
*
drm/exynos/decon5433: kill BIT_IRQS_ENABLED flag
Andrzej Hajda
2017-06-01
1
-7
/
+1
*
drm/exynos/decon5433: move TE handling to DECON
Andrzej Hajda
2017-06-01
1
-23
/
+71
*
drm/exynos/decon5433: always do sw-trigger when vblanks enabled
Andrzej Hajda
2017-06-01
1
-1
/
+5
*
drm/exynos/decon5433: simplify shadow protect code
Andrzej Hajda
2017-06-01
1
-13
/
+7
*
drm/exynos/decon5433: kill BIT_IRQS_ENABLED
Andrzej Hajda
2017-06-01
1
-15
/
+7
*
drm/exynos/decon5433: kill DECON_UPDATE workaround
Andrzej Hajda
2017-06-01
1
-6
/
+2
*
drm/exynos: kill pipe field from drivers contexts
Andrzej Hajda
2017-06-01
1
-2
/
+0
*
drm/exynos: set plane possible_crtcs in exynos_plane_init
Andrzej Hajda
2017-06-01
1
-1
/
+1
*
drm/exynos: kill exynos_drm_private::pipe
Andrzej Hajda
2017-06-01
1
-14
/
+4
*
drm/exynos: kill exynos_drm_crtc::pipe
Andrzej Hajda
2017-06-01
1
-2
/
+1
*
drm/exynos/decon5433: implement frame counter
Andrzej Hajda
2017-06-01
1
-0
/
+12
*
drm/exynos/decon5433: fix software trigger mask
Andrzej Hajda
2017-03-21
1
-2
/
+2
*
drm/exynos/decon5433: signal frame done interrupt at front porch
Andrzej Hajda
2017-03-21
1
-1
/
+1
[next]