aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_fimc.c
AgeCommit message (Expand)Author
2015-10-26drm/exynos: fix spelling errorsIngi Kim
2015-09-30drm/exynos: fimc: Clock control is unused if !PMThierry Reding
2015-08-11drm/exynos/fimc: fix runtime pm supportMarek Szyprowski
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/fimc: fix source buffer registersAndrzej Hajda
2014-09-20drm/exynos/fimc: simplify buffer queuingAndrzej Hajda
2014-09-20drm/exynos/fimc: do not enable fimc twiceAndrzej Hajda
2014-09-20drm/exynos/fimc: avoid clearing overflow bitsAndrzej Hajda
2014-09-20drm/exynos/ipp: replace work_struct casting with better constructsAndrzej Hajda
2014-08-04drm/exynos: Add MODULE_DEVICE_TABLE entries for various componentsSjoerd Simons
2014-06-02drm/exynos/fimc: simplify and rename fimc_dst_get_buf_seqAndrzej Hajda
2014-06-02drm/exynos/fimc: replace mutex by spinlockAndrzej Hajda
2014-06-02drm/exynos/fimc: replace hw access macros with functionsAndrzej Hajda
2014-06-02drm/exynos/fimc: simplify irq masking functionAndrzej Hajda
2014-06-02drm/exynos/fimc: simplify pre-scaler ratio calculationAndrzej 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 of.h header includeSachin 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: fix build warnings from ipp fimcSeung-Woo Kim
2013-05-23drm/exynos: cleanup device pointer usagesSeung-Woo Kim
2013-04-29drm/exynos: add device tree support for fimc ipp driverSylwester Nawrocki
2013-04-29drm/exynos: rework fimc clocks handlingSylwester Nawrocki
2013-04-29drm/exynos: remove redundant devm_kfree()Sylwester Nawrocki
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_fimc.cSachin Kamat
2013-01-04drm/exynos: Remove redundant NULL checkSachin Kamat
2013-01-04drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_fimc.cSachin Kamat
2013-01-04drm/exynos: remove needless parenthesis.Eunchul Kim
2013-01-04drm/exynos: fix incorrect interrupt induced by m2m operation.Jinyoung Jeon
2013-01-04drm/exynos: remove color bar pattern operation.JoongMock Shin
2013-01-04drm/exynos: correct some comments to abbreviation.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 fimc ipp driverEunchul Kim