summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_gsc.c
AgeCommit message (Expand)Author
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
2013-05-23drm/exynos: cleanup device pointer usagesSeung-Woo Kim
2013-01-25drm: Convert to devm_ioremap_resource()Thierry Reding
2013-01-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-01-04drm/exynos: Use devm_clk_get in exynos_drm_gsc.cSachin Kamat
2013-01-04drm/exynos: Remove redundant NULL check in exynos_drm_gsc.cSachin Kamat
2013-01-04drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_gsc.cSachin Kamat
2013-01-04drm/exynos: correct some comments to abbreviation.Eunchul Kim
2013-01-04drm/exynos: fix build warning.Eunchul Kim
2013-01-04drm/exynos: consider both case of vflip and hflip.Eunchul Kim
2013-01-04drm/exynos: remove needless error handling to property.Eunchul Kim
2013-01-04drm/exynos: change member variable name.Eunchul Kim
2013-01-03Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman
2012-12-15drm/exynos: add gsc ipp driverEunchul Kim