summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_gsc.c
AgeCommit message (Expand)Author
2024-01-25Merge tag 'exynos-drm-fixes-for-v6.8-rc2' of git://git.kernel.org/pub/scm/lin...Dave Airlie
2024-01-22drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resumeFedor Pchelkin
2023-12-12drm/exynos: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-27drm: Use device_get_match_data()Rob Herring
2023-08-08drm/exynos: remove redundant of_match_ptrZhu Wang
2022-02-25drm/exynos: gsc: Use platform_get_irq() to get the interruptLad Prabhakar
2021-09-16drm/exynos: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing
2021-06-11drm/exynos: use pm_runtime_resume_and_get()Inki Dae
2020-11-17drm/exynos/exynos_drm_gsc: Supply missing description for 'num_limits'Lee Jones
2020-03-10drm/exynos: Fix cleanup of IOMMU related objectsMarek Szyprowski
2019-12-19drm/exynos: gsc: add missed component_delChuhong Yuan
2019-09-01drm/exynos: drop use of drmP.hSam Ravnborg
2019-08-02drm/exynos: using dev_get_drvdata directlyFuqian Huang
2019-06-27drm/exynos: drop drmP.h usageSam Ravnborg
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-24drm/ipp: clean up debug messagesInki Dae
2019-04-24drm/exynos: use DRM_DEV_DEBUG* instead of DRM_DEBUG macroInki Dae
2019-04-24drm/exynos: use DRM_DEV_ERROR to print out error messageInki Dae
2018-12-04drm/exynos/iommu: integrate IOMMU/DMA internal APIAndrzej Hajda
2018-12-04drm/exynos: simplify DMA mappingAndrzej Hajda
2018-10-01drm/exynos: gsc: Add support for tiled formatsMarek Szyprowski
2018-06-29drm/exynos: gsc: Fix support for NV16/61, YUV420/YVU420 and YUV422 modesMarek Szyprowski
2018-06-29drm/exynos: gsc: Fix DRM_MODE_REFLECT_{X,Y} interpretationMarek Szyprowski
2018-06-29drm/exynos: gsc: Increase Exynos5433 buffer width alignment to 16 pixelsMarek Szyprowski
2018-06-29drm/exynos: gsc: Use real buffer width for configuring the hardwareMarek Szyprowski
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-05-10drm/exynos: gsc: Convert driver to IPP v2 core APIMarek Szyprowski
2017-03-21drm/exynos: Print kernel pointers in a restricted formKrzysztof Kozlowski
2016-12-05drm/exynos: gsc: fix spelling mistakesColin Ian King
2016-09-19Subject: [PATCH, RESEND] drm: exynos: avoid unused function warningArnd Bergmann
2016-09-18drm/exynos: gsc: fix system and runtime pm integrationMarek Szyprowski
2016-02-15drm/exynos: ipp: fix incorrect format specifiers in debug messagesMarek Szyprowski
2015-12-13drm/exynos: gsc: add device tree support and remove usage of static mappingsSeung-Woo Kim
2015-12-13drm/exynos: gsc: fix wrong pm_runtime stateSeung-Woo Kim
2015-12-13drm/exynos: gsc: prepare and unprepare gsc clockSeung-Woo Kim
2015-10-26drm/exynos: fix spelling errorsIngi Kim
2015-08-16drm/exynos: gsc: Handles the combination of rotation and flipHyungwon Hwang
2015-08-16drm/exynos: gsc: fix wrong bitwise operation for swap detectionHyungwon Hwang
2015-02-04drm: remove DRM_FORMAT_NV12MTDaniel Vetter
2014-12-04drm / exynos / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-09-20drm/exynos/ipp: replace work_struct casting with better constructsAndrzej Hajda
2014-06-02drm/exynos/ipp: simplify property list allocationAndrzej Hajda
2013-12-19treewide: Fix typos in printkMasanari Iida
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat
2013-09-05drm/exynos: Add missing includesMark Brown
2013-07-30drm/exynos: Remove module.h header inclusionSachin Kamat
2013-06-28drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMSYoungJun Cho
2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho
2013-05-23drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim
2013-05-23drm/exynos: remove unnecessary devm_kfreeSeung-Woo Kim