summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_rotator.c
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: rotator: drop driver owner initializationKrzysztof Kozlowski2024-04-251-1/+0
* 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/+3
* 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: Delete an error message in three functionsMarkus Elfring2020-05-181-3/+1
* drm/exynos: Fix cleanup of IOMMU related objectsMarek Szyprowski2020-03-101-2/+3
* drm/exynos: drop use of drmP.hSam Ravnborg2019-09-011-0/+2
* drm/exynos: drop drmP.h usageSam Ravnborg2019-06-271-5/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 423Thomas Gleixner2019-06-051-4/+1
* drm/ipp: clean up debug messagesInki Dae2019-04-241-3/+3
* drm/exynos: rotator: Add support for s5pv210Paweł Chmiel2019-02-071-0/+23
* 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: rotator: Fix DRM_MODE_REFLECT_{X,Y} interpretationMarek Szyprowski2018-06-291-2/+2
* drm/exynos: rotator: Convert driver to IPP v2 core APIMarek Szyprowski2018-05-101-570/+188
* drm/exynos: Print kernel pointers in a restricted formKrzysztof Kozlowski2017-03-211-1/+1
* drm/exynos: rotator: fix system and runtime pm integrationMarek Szyprowski2016-09-181-24/+2
* drm/exynos: rotator: use generic of_device_get_match_data helperMarek Szyprowski2016-04-301-8/+3
* drm/exynos: remove incorrect ccflags from MakefileAndrzej Hajda2016-03-011-1/+0
* drm/exynos: ipp: fix incorrect format specifiers in debug messagesMarek Szyprowski2016-03-011-1/+1
* drm/exynos: rotator: convert to common clock frameworkMarek Szyprowski2015-12-131-2/+2
* drm/exynos: rotator: Clock control is unused if !PMThierry Reding2015-09-301-1/+1
* 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-201-2/+1
* drm/exynos: Add MODULE_DEVICE_TABLE entries for various componentsSjoerd Simons2014-08-041-0/+1
* drm/exynos/ipp: simplify property list allocationAndrzej Hajda2014-06-021-7/+1
* drm/exynos: rotator: add missing bracesJingoo Han2014-06-021-1/+2
* drm/exynos: Remove redundant error messagesSachin Kamat2013-09-051-6/+2
* drm/exynos: add device tree support for rotatorChanho Park2013-09-051-28/+80
* drm/exynos: Add missing includesMark Brown2013-09-051-0/+1
* drm/exynos: Remove module.h header inclusionSachin Kamat2013-07-301-1/+0
* drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMSYoungJun Cho2013-06-281-23/+18
* drm/exynos: Remove tracking log functionsYoungJun Cho2013-06-281-12/+0
* drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim2013-05-231-8/+3
* drm/exynos: remove unnecessary devm_kfreeSeung-Woo Kim2013-05-231-2/+0
* drm/exynos: drm_rotator: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat2013-04-171-1/+1
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-5/+3
|\
| * drm: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-5/+3
* | drm/exynos: Add missing static specifiers in exynos_drm_rotator.cSachin Kamat2013-01-251-2/+2
|/
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-01-081-22/+6
|\
| * drm/exynos: Use devm_clk_get in exynos_drm_rotator.cSachin Kamat2013-01-041-3/+1
| * drm/exynos: Remove redundant NULL check in exynos_drm_rotator.cSachin Kamat2013-01-041-5/+0
| * drm/exynos: Remove unnecessary devm_* freeing APIs in exynos_drm_rotator.cSachin Kamat2013-01-041-14/+4
| * drm/exynos: consider both case of vflip and hflip.Eunchul Kim2013-01-041-0/+1
| * drm/exynos: change member variable name.Eunchul Kim2013-01-041-1/+1
* | Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
|/
* drm/exynos: add rotator ipp driverEunchul Kim2012-12-151-0/+855