index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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
2023-12-12
drm/exynos: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-07-21
drm: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2022-12-12
drm: exynos: Remove #ifdef guards for PM related functions
Paul Cercueil
1
-9
/
+3
2022-07-12
drm/exynos/exynos7_drm_decon: free resources when clk_set_parent() failed.
Jian Zhang
1
-4
/
+13
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-02-25
drm/exynos/exynos7_drm_decon: Use platform_get_irq_byname() to get the interrupt
Lad Prabhakar
1
-9
/
+3
2021-06-11
drm/exynos: use pm_runtime_resume_and_get()
Inki Dae
1
-1
/
+6
2021-06-03
drm/exynos/exynos7_drm_decon: Fix incorrect naming of 'decon_shadow_protect_w...
Lee Jones
1
-1
/
+1
2020-11-17
drm/exynos/exynos7_drm_decon: Supply missing description for param 'ctx'
Lee Jones
1
-0
/
+1
2020-03-31
Merge v5.6 into drm-next
Dave Airlie
1
-2
/
+3
2020-03-18
drm/exynos: Use mode->clock instead of reverse calculating it from the vrefresh
Ville Syrjälä
1
-1
/
+1
2020-03-10
drm/exynos: Fix cleanup of IOMMU related objects
Marek Szyprowski
1
-2
/
+3
2020-01-21
drm/exynos: change callback names
Inki Dae
1
-5
/
+5
2019-06-27
drm/exynos: drop drmP.h usage
Sam Ravnborg
1
-3
/
+5
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-6
/
+1
2019-04-24
drm/exynos: use DRM_DEV_DEBUG* instead of DRM_DEBUG macro
Inki Dae
1
-5
/
+5
2019-04-24
drm/exynos: use DRM_DEV_ERROR to print out error message
Inki Dae
1
-5
/
+9
2019-04-24
drm/exynos: remove unnecessary messages
Inki Dae
1
-2
/
+0
2018-12-04
drm/exynos/iommu: integrate IOMMU/DMA internal API
Andrzej Hajda
1
-2
/
+1
2018-12-04
drm/exynos: simplify DMA mapping
Andrzej Hajda
1
-1
/
+1
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-10-01
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-13
drm/exynos: crtc: rework atomic_{begin,flush}
Marek Szyprowski
1
-6
/
+8
2016-01-13
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-31
drm/exynos: Properly report supported formats for each device
Marek Szyprowski
1
-1
/
+14
2015-08-31
drm/exynos: implement atomic_{begin/flush} of DECON
Hyungwon Hwang
1
-6
/
+24
2015-08-31
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
[next]