aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos7_drm_decon.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-12drm/exynos: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-07-21drm: Explicitly include correct DT includesGravatar Rob Herring 1-1/+0
2022-12-12drm: exynos: Remove #ifdef guards for PM related functionsGravatar Paul Cercueil 1-9/+3
2022-07-12drm/exynos/exynos7_drm_decon: free resources when clk_set_parent() failed.Gravatar Jian Zhang 1-4/+13
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hGravatar Ville Syrjälä 1-0/+1
2022-02-25drm/exynos/exynos7_drm_decon: Use platform_get_irq_byname() to get the interruptGravatar Lad Prabhakar 1-9/+3
2021-06-11drm/exynos: use pm_runtime_resume_and_get()Gravatar Inki Dae 1-1/+6
2021-06-03drm/exynos/exynos7_drm_decon: Fix incorrect naming of 'decon_shadow_protect_w...Gravatar Lee Jones 1-1/+1
2020-11-17drm/exynos/exynos7_drm_decon: Supply missing description for param 'ctx'Gravatar Lee Jones 1-0/+1
2020-03-31Merge v5.6 into drm-nextGravatar Dave Airlie 1-2/+3
2020-03-18drm/exynos: Use mode->clock instead of reverse calculating it from the vrefreshGravatar Ville Syrjälä 1-1/+1
2020-03-10drm/exynos: Fix cleanup of IOMMU related objectsGravatar Marek Szyprowski 1-2/+3
2020-01-21drm/exynos: change callback namesGravatar Inki Dae 1-5/+5
2019-06-27drm/exynos: drop drmP.h usageGravatar Sam Ravnborg 1-3/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-04-24drm/exynos: use DRM_DEV_DEBUG* instead of DRM_DEBUG macroGravatar Inki Dae 1-5/+5
2019-04-24drm/exynos: use DRM_DEV_ERROR to print out error messageGravatar Inki Dae 1-5/+9
2019-04-24drm/exynos: remove unnecessary messagesGravatar Inki Dae 1-2/+0
2018-12-04drm/exynos/iommu: integrate IOMMU/DMA internal APIGravatar Andrzej Hajda 1-2/+1
2018-12-04drm/exynos: simplify DMA mappingGravatar Andrzej Hajda 1-1/+1
2018-07-24drm/exynos: Ensure suspended runtime PM state during system suspendGravatar Marek Szyprowski 1-0/+2
2018-01-02drm/exynos/decon: Move headers from global to local placeGravatar Krzysztof Kozlowski 1-1/+1
2017-08-25drm/exynos: simplify set_pixfmt() in DECON and FIMD driversGravatar Tobias Jakobi 1-6/+1
2017-08-25drm/exynos: consistent use of cppGravatar Tobias Jakobi 1-3/+3
2017-06-01drm/exynos: kill mode_set_nofb callbackGravatar Andrzej Hajda 1-1/+0
2017-06-01drm/exynos: kill pipe field from drivers contextsGravatar Andrzej Hajda 1-3/+1
2017-06-01drm/exynos: set plane possible_crtcs in exynos_plane_initGravatar Andrzej Hajda 1-1/+1
2017-06-01drm/exynos: kill exynos_drm_private::pipeGravatar Andrzej Hajda 1-9/+2
2017-06-01drm/exynos: kill exynos_drm_crtc::pipeGravatar Andrzej Hajda 1-2/+1
2017-03-21drm/exynos: move crtc event handling to drivers callbacksGravatar Andrzej Hajda 1-0/+1
2016-12-15drm: Nuke fb->pixel_formatGravatar Ville Syrjälä 1-1/+1
2016-12-15drm: Nuke fb->bits_per_pixelGravatar Ville Syrjälä 1-3/+3
2016-10-01drm/exynos: use drm core to handle page-flip eventGravatar Andrzej Hajda 1-9/+0
2016-06-19drm/exynos: remove superfluous inclusions of fbdev headerGravatar Tobias Jakobi 1-1/+0
2016-04-30drm/exynos: clean up wait_for_vblankGravatar Inki Dae 1-1/+0
2016-03-01drm/exynos: remove struct exynos_drm_panel_infoGravatar Andrzej Hajda 1-1/+0
2016-01-13drm/exynos: crtc: rework atomic_{begin,flush}Gravatar Marek Szyprowski 1-6/+8
2016-01-13drm/exynos: rename zpos to indexGravatar Marek Szyprowski 1-5/+5
2015-12-13drm/exynos: introduce exynos_drm_plane_config structureGravatar Marek Szyprowski 1-8/+15
2015-12-13drm/exynos: introduce exynos_drm_plane_state structureGravatar Marek Szyprowski 1-10/+11
2015-12-13drm/exynos: move dma_addr attribute from exynos plane to exynos fbGravatar Marek Szyprowski 1-7/+9
2015-12-13drm/exynos: exynos7-decon: remove excessive checkGravatar Marek Szyprowski 1-10/+0
2015-12-13drm/exynos: add pm_runtime to DECON 7Gravatar Gustavo Padovan 1-38/+55
2015-10-26drm/exynos: add cursor plane supportGravatar Gustavo Padovan 1-2/+2
2015-10-26drm/exynos: add global macro for the default primary planeGravatar Gustavo Padovan 1-3/+2
2015-09-30drm/exynos: remove decon_mode_fixup()Gravatar Gustavo Padovan 1-12/+0
2015-08-31drm/exynos: Properly report supported formats for each deviceGravatar Marek Szyprowski 1-1/+14
2015-08-31drm/exynos: implement atomic_{begin/flush} of DECONGravatar Hyungwon Hwang 1-6/+24
2015-08-31drm/exynos: check for pending fb before finish updateGravatar Gustavo Padovan 1-1/+9
2015-08-16drm/exynos: remove struct exynos_drm_encoder layerGravatar Gustavo Padovan 1-1/+1