aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_gsc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-11drm/exynos: use pm_runtime_resume_and_get()Inki Dae1-1/+6
2020-11-17drm/exynos/exynos_drm_gsc: Supply missing description for 'num_limits'Lee Jones1-0/+1
2020-03-10drm/exynos: Fix cleanup of IOMMU related objectsMarek Szyprowski1-2/+3
2019-12-19drm/exynos: gsc: add missed component_delChuhong Yuan1-0/+1
2019-09-01drm/exynos: drop use of drmP.hSam Ravnborg1-0/+2
2019-08-02drm/exynos: using dev_get_drvdata directlyFuqian Huang1-1/+1
2019-06-27drm/exynos: drop drmP.h usageSam Ravnborg1-6/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-24drm/ipp: clean up debug messagesInki Dae1-2/+3
2019-04-24drm/exynos: use DRM_DEV_DEBUG* instead of DRM_DEBUG macroInki Dae1-24/+24
2019-04-24drm/exynos: use DRM_DEV_ERROR to print out error messageInki Dae1-9/+10
2018-12-04drm/exynos/iommu: integrate IOMMU/DMA internal APIAndrzej Hajda1-2/+1
2018-12-04drm/exynos: simplify DMA mappingAndrzej Hajda1-1/+1
2018-10-01drm/exynos: gsc: Add support for tiled formatsMarek Szyprowski1-12/+34
2018-06-29drm/exynos: gsc: Fix support for NV16/61, YUV420/YVU420 and YUV422 modesMarek Szyprowski1-9/+20
2018-06-29drm/exynos: gsc: Fix DRM_MODE_REFLECT_{X,Y} interpretationMarek Szyprowski1-8/+8
2018-06-29drm/exynos: gsc: Increase Exynos5433 buffer width alignment to 16 pixelsMarek Szyprowski1-1/+1
2018-06-29drm/exynos: gsc: Use real buffer width for configuring the hardwareMarek Szyprowski1-2/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+3
2018-05-10drm/exynos: gsc: Convert driver to IPP v2 core APIMarek Szyprowski1-740/+335
2017-03-21drm/exynos: Print kernel pointers in a restricted formKrzysztof Kozlowski1-1/+1
2016-12-05drm/exynos: gsc: fix spelling mistakesColin Ian King1-1/+1
2016-09-19Subject: [PATCH, RESEND] drm: exynos: avoid unused function warningArnd Bergmann1-4/+2
2016-09-18drm/exynos: gsc: fix system and runtime pm integrationMarek Szyprowski1-27/+2
2016-02-15drm/exynos: ipp: fix incorrect format specifiers in debug messagesMarek Szyprowski1-1/+1
2015-12-13drm/exynos: gsc: add device tree support and remove usage of static mappingsSeung-Woo Kim1-4/+26
2015-12-13drm/exynos: gsc: fix wrong pm_runtime stateSeung-Woo Kim1-1/+0
2015-12-13drm/exynos: gsc: prepare and unprepare gsc clockSeung-Woo Kim1-2/+2
2015-10-26drm/exynos: fix spelling errorsIngi Kim1-6/+6
2015-08-16drm/exynos: gsc: Handles the combination of rotation and flipHyungwon Hwang1-0/+16
2015-08-16drm/exynos: gsc: fix wrong bitwise operation for swap detectionHyungwon Hwang1-4/+2
2015-02-04drm: remove DRM_FORMAT_NV12MTDaniel Vetter1-6/+0
2014-12-04drm / exynos / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-1/+1
2014-09-20drm/exynos/ipp: replace work_struct casting with better constructsAndrzej Hajda1-2/+1
2014-06-02drm/exynos/ipp: simplify property list allocationAndrzej Hajda1-8/+2
2013-12-19treewide: Fix typos in printkMasanari Iida1-2/+2
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat1-3/+1
2013-09-05drm/exynos: Add missing includesMark Brown1-0/+1
2013-07-30drm/exynos: Remove module.h header inclusionSachin Kamat1-1/+0
2013-06-28drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMSYoungJun Cho1-50/+40
2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho1-11/+1
2013-05-23drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim1-6/+2
2013-05-23drm/exynos: remove unnecessary devm_kfreeSeung-Woo Kim1-2/+0
2013-05-23drm/exynos: cleanup device pointer usagesSeung-Woo Kim1-1/+1
2013-01-25drm: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-44/+12
2013-01-04drm/exynos: Use devm_clk_get in exynos_drm_gsc.cSachin Kamat1-9/+4
2013-01-04drm/exynos: Remove redundant NULL check in exynos_drm_gsc.cSachin Kamat1-6/+0
2013-01-04drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_gsc.cSachin Kamat1-12/+3
2013-01-04drm/exynos: correct some comments to abbreviation.Eunchul Kim1-1/+1