aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_fimc.c
Commit message (Expand)AuthorAge
* drm: remove DRM_FORMAT_NV12MTDaniel Vetter2015-02-04
* drm / exynos / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-03
* drm/exynos/fimc: fix source buffer registersAndrzej Hajda2014-09-19
* drm/exynos/fimc: simplify buffer queuingAndrzej Hajda2014-09-19
* drm/exynos/fimc: do not enable fimc twiceAndrzej Hajda2014-09-19
* drm/exynos/fimc: avoid clearing overflow bitsAndrzej Hajda2014-09-19
* drm/exynos/ipp: replace work_struct casting with better constructsAndrzej Hajda2014-09-19
* drm/exynos: Add MODULE_DEVICE_TABLE entries for various componentsSjoerd Simons2014-08-04
* drm/exynos/fimc: simplify and rename fimc_dst_get_buf_seqAndrzej Hajda2014-06-01
* drm/exynos/fimc: replace mutex by spinlockAndrzej Hajda2014-06-01
* drm/exynos/fimc: replace hw access macros with functionsAndrzej Hajda2014-06-01
* drm/exynos/fimc: simplify irq masking functionAndrzej Hajda2014-06-01
* drm/exynos/fimc: simplify pre-scaler ratio calculationAndrzej Hajda2014-06-01
* drm/exynos/ipp: simplify property list allocationAndrzej Hajda2014-06-01
* treewide: Fix typos in printkMasanari Iida2013-12-19
* drm/exynos: Remove redundant error messagesSachin Kamat2013-09-05
* drm/exynos: Add missing of.h header includeSachin Kamat2013-09-05
* drm/exynos: Add missing includesMark Brown2013-09-05
* drm/exynos: Remove module.h header inclusionSachin Kamat2013-07-29
* drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMSYoungJun Cho2013-06-28
* drm/exynos: Remove tracking log functionsYoungJun Cho2013-06-28
* drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim2013-05-23
* drm/exynos: fix build warnings from ipp fimcSeung-Woo Kim2013-05-23
* drm/exynos: cleanup device pointer usagesSeung-Woo Kim2013-05-23
* drm/exynos: add device tree support for fimc ipp driverSylwester Nawrocki2013-04-29
* drm/exynos: rework fimc clocks handlingSylwester Nawrocki2013-04-29
* drm/exynos: remove redundant devm_kfree()Sylwester Nawrocki2013-04-29
* drm: Convert to devm_ioremap_resource()Thierry Reding2013-01-25
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-01-08
|\
| * drm/exynos: Use devm_clk_get in exynos_drm_fimc.cSachin Kamat2013-01-04
| * drm/exynos: Remove redundant NULL checkSachin Kamat2013-01-04
| * drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_fimc.cSachin Kamat2013-01-04
| * drm/exynos: remove needless parenthesis.Eunchul Kim2013-01-04
| * drm/exynos: fix incorrect interrupt induced by m2m operation.Jinyoung Jeon2013-01-04
| * drm/exynos: remove color bar pattern operation.JoongMock Shin2013-01-04
| * drm/exynos: correct some comments to abbreviation.Eunchul Kim2013-01-04
| * drm/exynos: consider both case of vflip and hflip.Eunchul Kim2013-01-04
| * drm/exynos: remove needless error handling to property.Eunchul Kim2013-01-04
| * drm/exynos: change member variable name.Eunchul Kim2013-01-04
* | Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
|/
* drm/exynos: add fimc ipp driverEunchul Kim2012-12-14