summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_gsc.c
Commit message (Expand)AuthorAgeFilesLines
* 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-201-2/+1
* drm/exynos/ipp: simplify property list allocationAndrzej Hajda2014-06-021-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-301-1/+0
* drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMSYoungJun Cho2013-06-281-50/+40
* drm/exynos: Remove tracking log functionsYoungJun Cho2013-06-281-11/+1
* drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim2013-05-231-6/+2
* drm/exynos: remove unnecessary devm_kfreeSeung-Woo Kim2013-05-231-2/+0
* drm/exynos: cleanup device pointer usagesSeung-Woo Kim2013-05-231-1/+1
* drm: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-5/+3
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-01-081-44/+12
|\
| * drm/exynos: Use devm_clk_get in exynos_drm_gsc.cSachin Kamat2013-01-041-9/+4
| * drm/exynos: Remove redundant NULL check in exynos_drm_gsc.cSachin Kamat2013-01-041-6/+0
| * drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_gsc.cSachin Kamat2013-01-041-12/+3
| * 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/+0
| * drm/exynos: change member variable name.Eunchul Kim2013-01-041-4/+4
* | Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
|/
* drm/exynos: add gsc ipp driverEunchul Kim2012-12-151-0/+1870
OpenPOWER on IntegriCloud