summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_gsc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind()Yuesong Li2024-09-061-1/+1
* drm/exynos: Constify struct exynos_drm_ipp_funcsChristophe JAILLET2024-09-061-1/+1
* drm/exynos: gsc: drop driver owner initializationKrzysztof Kozlowski2024-04-251-1/+0
* Merge tag 'exynos-drm-fixes-for-v6.8-rc2' of git://git.kernel.org/pub/scm/lin...Dave Airlie2024-01-251-1/+1
|\
| * drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resumeFedor Pchelkin2024-01-221-1/+1
* | drm/exynos: Convert to platform remove callback returning voidUwe Kleine-König2023-12-121-4/+2
* | drm: Use device_get_match_data()Rob Herring2023-11-271-4/+5
|/
* drm/exynos: remove redundant of_match_ptrZhu Wang2023-08-081-1/+1
* drm/exynos: gsc: Use platform_get_irq() to get the interruptLad Prabhakar2022-02-251-7/+3
* drm/exynos: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-161-5/+1
* drm/exynos: use pm_runtime_resume_and_get()Inki Dae2021-06-111-1/+6
* drm/exynos/exynos_drm_gsc: Supply missing description for 'num_limits'Lee Jones2020-11-171-0/+1
* drm/exynos: Fix cleanup of IOMMU related objectsMarek Szyprowski2020-03-101-2/+3
* drm/exynos: gsc: add missed component_delChuhong Yuan2019-12-191-0/+1
* drm/exynos: drop use of drmP.hSam Ravnborg2019-09-011-0/+2
* drm/exynos: using dev_get_drvdata directlyFuqian Huang2019-08-021-1/+1
* drm/exynos: drop drmP.h usageSam Ravnborg2019-06-271-6/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* drm/ipp: clean up debug messagesInki Dae2019-04-241-2/+3
* drm/exynos: use DRM_DEV_DEBUG* instead of DRM_DEBUG macroInki Dae2019-04-241-24/+24
* drm/exynos: use DRM_DEV_ERROR to print out error messageInki Dae2019-04-241-9/+10
* drm/exynos/iommu: integrate IOMMU/DMA internal APIAndrzej Hajda2018-12-041-2/+1
* drm/exynos: simplify DMA mappingAndrzej Hajda2018-12-041-1/+1
* drm/exynos: gsc: Add support for tiled formatsMarek Szyprowski2018-10-011-12/+34
* drm/exynos: gsc: Fix support for NV16/61, YUV420/YVU420 and YUV422 modesMarek Szyprowski2018-06-291-9/+20
* drm/exynos: gsc: Fix DRM_MODE_REFLECT_{X,Y} interpretationMarek Szyprowski2018-06-291-8/+8
* drm/exynos: gsc: Increase Exynos5433 buffer width alignment to 16 pixelsMarek Szyprowski2018-06-291-1/+1
* drm/exynos: gsc: Use real buffer width for configuring the hardwareMarek Szyprowski2018-06-291-2/+2
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-2/+3
* drm/exynos: gsc: Convert driver to IPP v2 core APIMarek Szyprowski2018-05-101-740/+335
* drm/exynos: Print kernel pointers in a restricted formKrzysztof Kozlowski2017-03-211-1/+1
* drm/exynos: gsc: fix spelling mistakesColin Ian King2016-12-051-1/+1
* Subject: [PATCH, RESEND] drm: exynos: avoid unused function warningArnd Bergmann2016-09-191-4/+2
* drm/exynos: gsc: fix system and runtime pm integrationMarek Szyprowski2016-09-181-27/+2
* drm/exynos: ipp: fix incorrect format specifiers in debug messagesMarek Szyprowski2016-02-151-1/+1
* drm/exynos: gsc: add device tree support and remove usage of static mappingsSeung-Woo Kim2015-12-131-4/+26
* drm/exynos: gsc: fix wrong pm_runtime stateSeung-Woo Kim2015-12-131-1/+0
* drm/exynos: gsc: prepare and unprepare gsc clockSeung-Woo Kim2015-12-131-2/+2
* drm/exynos: fix spelling errorsIngi Kim2015-10-261-6/+6
* drm/exynos: gsc: Handles the combination of rotation and flipHyungwon Hwang2015-08-161-0/+16
* drm/exynos: gsc: fix wrong bitwise operation for swap detectionHyungwon Hwang2015-08-161-4/+2
* drm: remove DRM_FORMAT_NV12MTDaniel Vetter2015-02-041-6/+0
* drm / exynos / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-041-1/+1
* drm/exynos/ipp: replace work_struct casting with better constructsAndrzej Hajda2014-09-191-2/+1
* drm/exynos/ipp: simplify property list allocationAndrzej Hajda2014-06-011-8/+2
* treewide: Fix typos in printkMasanari Iida2013-12-191-2/+2
* drm/exynos: Remove redundant error messagesSachin Kamat2013-09-051-3/+1
* drm/exynos: Add missing includesMark Brown2013-09-051-0/+1
* drm/exynos: Remove module.h header inclusionSachin Kamat2013-07-291-1/+0
* drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMSYoungJun Cho2013-06-281-50/+40