summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_gsc.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-04drm/exynos: fix build warning.Eunchul Kim1-1/+1
2013-01-04drm/exynos: consider both case of vflip and hflip.Eunchul Kim1-1/+1
2013-01-04drm/exynos: remove needless error handling to property.Eunchul Kim1-12/+0
2013-01-04drm/exynos: change member variable name.Eunchul Kim1-4/+4
2013-01-03Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-15drm/exynos: add gsc ipp driverEunchul Kim1-0/+1870