summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos5433_drm_decon.c
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: Convert to platform remove callback returning voidUwe Kleine-König2023-12-121-4/+2
* drm: Explicitly include correct DT includesRob Herring2023-07-211-1/+1
* drm: exynos: Remove #ifdef guards for PM related functionsPaul Cercueil2022-12-121-9/+4
* drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/exynos: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-161-3/+1
* drm/exynos: use pm_runtime_resume_and_get()Inki Dae2021-06-111-1/+6
* drm/exynos/decon5433: Remove redundant error printing in exynos5433_decon_pro...Zhen Lei2021-05-171-3/+1
* Merge drm/drm-fixes into drm-nextDaniel Vetter2021-04-131-1/+0
|\
| * drm/exynos/decon5433: Remove the unused include statementsTian Tao2021-03-291-1/+0
* | drm/exynos: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao2021-03-291-2/+2
|/
* drm/exynos: Fix cleanup of IOMMU related objectsMarek Szyprowski2020-03-101-2/+3
* drm/exynos: change callback namesInki Dae2020-01-211-5/+5
* drm/exynos: drop drmP.h usageSam Ravnborg2019-06-271-2/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 423Thomas Gleixner2019-06-051-4/+1
* drm/exynos: use DRM_DEV_DEBUG* instead of DRM_DEBUG macroInki Dae2019-04-241-1/+1
* drm/exynos: use DRM_DEV_ERROR to print out error messageInki Dae2019-04-241-1/+1
* drm/exynos: remove unnecessary messagesInki Dae2019-04-241-2/+0
* drm/exynos: decon: Make pixel blend mode configurableChristoph Manszewski2018-12-051-10/+55
* drm/exynos: decon: Make plane alpha configurableChristoph Manszewski2018-12-051-0/+33
* drm/exynos/iommu: integrate IOMMU/DMA internal APIAndrzej Hajda2018-12-041-2/+1
* drm/exynos: simplify DMA mappingAndrzej Hajda2018-12-041-1/+1
* Revert "drm/exynos/decon5433: implement frame counter"Inki Dae2018-11-051-9/+0
* drm/exynos: Ensure suspended runtime PM state during system suspendMarek Szyprowski2018-07-241-0/+2
* drm/exynos: decon5433: Fix WINCONx reset valueMarek Szyprowski2018-06-291-1/+1
* drm/exynos: decon5433: Fix per-plane global alpha for XRGB modesMarek Szyprowski2018-06-291-2/+2
* drm/exynos: decon: Add support for hardware windows no 4 and 5Marek Szyprowski2018-05-241-9/+12
* drm/exynos/decon: Move headers from global to local placeKrzysztof Kozlowski2018-01-021-2/+1
* drm/exynos: decon5433: Remove unnecessary platform_get_resource() error checkFabio Estevam2018-01-021-5/+0
* drm: exynos: include linux/irq.hArnd Bergmann2017-09-191-0/+1
* drm/exynos: simplify set_pixfmt() in DECON and FIMD driversTobias Jakobi2017-08-251-3/+1
* drm/exynos: consistent use of cppTobias Jakobi2017-08-251-6/+6
* drm/exynos/decon5433: use mode info stored in CRTC to detect i80 modeAndrzej Hajda2017-08-251-15/+25
* drm/exynos/decon5433: refactor irq requesting codeAndrzej Hajda2017-08-251-24/+30
* drm/exynos/decon5433: use readl_poll_timeout helpersAndrzej Hajda2017-08-251-12/+8
* drm/exynos/decon5433: remove useless checkAndrzej Hajda2017-06-011-3/+0
* drm/exynos/decon5433: kill BIT_SUSPENDED flagAndrzej Hajda2017-06-011-38/+0
* drm/exynos/decon5433: kill BIT_WIN_UPDATED flagAndrzej Hajda2017-06-011-4/+0
* drm/exynos/decon5433: kill BIT_CLKS_ENABLED flagAndrzej Hajda2017-06-011-11/+1
* drm/exynos/decon5433: kill BIT_IRQS_ENABLED flagAndrzej Hajda2017-06-011-7/+1
* drm/exynos/decon5433: move TE handling to DECONAndrzej Hajda2017-06-011-23/+71
* drm/exynos/decon5433: always do sw-trigger when vblanks enabledAndrzej Hajda2017-06-011-1/+5
* drm/exynos/decon5433: simplify shadow protect codeAndrzej Hajda2017-06-011-13/+7
* drm/exynos/decon5433: kill BIT_IRQS_ENABLEDAndrzej Hajda2017-06-011-15/+7
* drm/exynos/decon5433: kill DECON_UPDATE workaroundAndrzej Hajda2017-06-011-6/+2
* drm/exynos: kill pipe field from drivers contextsAndrzej Hajda2017-06-011-2/+0
* drm/exynos: set plane possible_crtcs in exynos_plane_initAndrzej Hajda2017-06-011-1/+1
* drm/exynos: kill exynos_drm_private::pipeAndrzej Hajda2017-06-011-14/+4
* drm/exynos: kill exynos_drm_crtc::pipeAndrzej Hajda2017-06-011-2/+1
* drm/exynos/decon5433: implement frame counterAndrzej Hajda2017-06-011-0/+12