summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_gsc.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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/+1Star
* 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/+335Star
* 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/+2Star
* drm/exynos: gsc: fix system and runtime pm integrationMarek Szyprowski2016-09-181-27/+2Star
* 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/+0Star
* 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/+2Star
* drm: remove DRM_FORMAT_NV12MTDaniel Vetter2015-02-041-6/+0Star
* 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/+1Star
* drm/exynos/ipp: simplify property list allocationAndrzej Hajda2014-06-011-8/+2Star
* treewide: Fix typos in printkMasanari Iida2013-12-191-2/+2
* drm/exynos: Remove redundant error messagesSachin Kamat2013-09-051-3/+1Star
* drm/exynos: Add missing includesMark Brown2013-09-051-0/+1
* drm/exynos: Remove module.h header inclusionSachin Kamat2013-07-291-1/+0Star
* drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMSYoungJun Cho2013-06-281-50/+40Star
* drm/exynos: Remove tracking log functionsYoungJun Cho2013-06-281-11/+1Star
* drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim2013-05-231-6/+2Star
* drm/exynos: remove unnecessary devm_kfreeSeung-Woo Kim2013-05-231-2/+0Star
* drm/exynos: cleanup device pointer usagesSeung-Woo Kim2013-05-231-1/+1
* drm: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-5/+3Star
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-01-091-44/+12Star
|\
| * drm/exynos: Use devm_clk_get in exynos_drm_gsc.cSachin Kamat2013-01-041-9/+4Star
| * drm/exynos: Remove redundant NULL check in exynos_drm_gsc.cSachin Kamat2013-01-041-6/+0Star
| * drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_gsc.cSachin Kamat2013-01-041-12/+3Star
| * drm/exynos: correct some comments to abbreviation.Eunchul Kim2013-01-041-1/+1
| * drm/exynos: fix build warning.Eunchul Kim2013-01-041-1/+1
| * drm/exynos: consider both case of vflip and hflip.Eunchul Kim2013-01-041-1/+1
| * drm/exynos: remove needless error handling to property.Eunchul Kim2013-01-041-12/+0Star
| * drm/exynos: change member variable name.Eunchul Kim2013-01-041-4/+4
* | Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-3/+3
|/