summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_fimc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos/fimc: fix source buffer registersAndrzej Hajda2014-09-201-8/+8
* drm/exynos/fimc: simplify buffer queuingAndrzej Hajda2014-09-201-49/+15
* drm/exynos/fimc: do not enable fimc twiceAndrzej Hajda2014-09-201-4/+1
* drm/exynos/fimc: avoid clearing overflow bitsAndrzej Hajda2014-09-201-3/+0
* drm/exynos/ipp: replace work_struct casting with better constructsAndrzej Hajda2014-09-201-1/+1
* drm/exynos: Add MODULE_DEVICE_TABLE entries for various componentsSjoerd Simons2014-08-041-0/+1
* drm/exynos/fimc: simplify and rename fimc_dst_get_buf_seqAndrzej Hajda2014-06-021-9/+5
* drm/exynos/fimc: replace mutex by spinlockAndrzej Hajda2014-06-021-5/+6
* drm/exynos/fimc: replace hw access macros with functionsAndrzej Hajda2014-06-021-161/+150
* drm/exynos/fimc: simplify irq masking functionAndrzej Hajda2014-06-021-16/+9
* drm/exynos/fimc: simplify pre-scaler ratio calculationAndrzej Hajda2014-06-021-43/+13
* drm/exynos/ipp: simplify property list allocationAndrzej Hajda2014-06-021-8/+2
* treewide: Fix typos in printkMasanari Iida2013-12-191-1/+1
* drm/exynos: Remove redundant error messagesSachin Kamat2013-09-051-3/+1
* drm/exynos: Add missing of.h header includeSachin Kamat2013-09-051-0/+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-60/+53
* drm/exynos: Remove tracking log functionsYoungJun Cho2013-06-281-16/+0
* drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim2013-05-231-6/+2
* drm/exynos: fix build warnings from ipp fimcSeung-Woo Kim2013-05-231-1/+1
* drm/exynos: cleanup device pointer usagesSeung-Woo Kim2013-05-231-1/+1
* drm/exynos: add device tree support for fimc ipp driverSylwester Nawrocki2013-04-291-52/+58
* drm/exynos: rework fimc clocks handlingSylwester Nawrocki2013-04-291-70/+99
* drm/exynos: remove redundant devm_kfree()Sylwester Nawrocki2013-04-291-2/+0
* 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-85/+39
|\
| * drm/exynos: Use devm_clk_get in exynos_drm_fimc.cSachin Kamat2013-01-041-36/+9
| * drm/exynos: Remove redundant NULL checkSachin Kamat2013-01-041-6/+0
| * drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_fimc.cSachin Kamat2013-01-041-21/+9
| * drm/exynos: remove needless parenthesis.Eunchul Kim2013-01-041-1/+1
| * drm/exynos: fix incorrect interrupt induced by m2m operation.Jinyoung Jeon2013-01-041-0/+13
| * drm/exynos: remove color bar pattern operation.JoongMock Shin2013-01-041-6/+3
| * drm/exynos: correct some comments to abbreviation.Eunchul Kim2013-01-041-1/+1
| * drm/exynos: consider both case of vflip and hflip.Eunchul Kim2013-01-041-0/+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 fimc ipp driverEunchul Kim2012-12-151-0/+2001