summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_fimc.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-18drm/exynos/fimc: fix source buffer registersAndrzej Hajda1-5/+8
2014-11-18drm/exynos/fimc: simplify buffer queuingAndrzej Hajda1-49/+15
2014-11-18drm/exynos/fimc: do not enable fimc twiceAndrzej Hajda1-4/+1
2014-11-18drm/exynos/fimc: avoid clearing overflow bitsAndrzej Hajda1-3/+0
2014-11-18drm/exynos/ipp: replace work_struct casting with better constructsAndrzej Hajda1-1/+1
2014-11-18drm: fimc: support ipp dynamic color rangeDonghwa Lee1-1/+14
2014-11-18drm: fimd: support display writeback modeDonghwa Lee1-4/+4
2014-11-18upstream: treewide: Fix typos in printkMasanari Iida1-1/+2
2014-11-18drm/exynos: fix to calculate offset of each plane for ipp fimcSeung-Woo Kim1-0/+124
2014-11-18drm/exynos: add support ARGB8888 for ipp fimcSeung-Woo Kim1-0/+5
2014-11-18exynos_drm_fimc: simplify and rename fimc_dst_get_buf_seqAndrzej Hajda1-9/+5
2014-11-18exynos_drm_fimc: replace mutex by spinlockAndrzej Hajda1-5/+6
2014-11-18exynos_drm_fimc: replace hw access macros with functionsAndrzej Hajda1-158/+147
2014-11-18exynos_drm_fimc: rename fimc_handle_irq to fimc_mask_irqAndrzej Hajda1-12/+8
2014-11-18exynos_drm_fimc: simplify pre-scaler ratio calculationAndrzej Hajda1-43/+14
2014-11-18drm: exynos: fixed YCbCr start addresses port for input DMA with 0Donghwa Lee1-9/+5
2014-11-18drm/exynos: Remove tracking log functionsYoungJun Cho1-16/+0
2014-11-18drm/exynos: Remove redundant error messagesSachin Kamat1-3/+1
2014-11-18drm/exynos: Add missing of.h header includeSachin Kamat1-0/+1
2014-11-18drm/exynos: Remove module.h header inclusionSachin Kamat1-1/+0
2014-11-18drm/exynos: Add missing includesMark Brown1-0/+1
2013-05-23drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim1-6/+2
2013-05-23drm/exynos: fix build warnings from ipp fimcSeung-Woo Kim1-1/+1
2013-05-23drm/exynos: cleanup device pointer usagesSeung-Woo Kim1-1/+1
2013-04-29drm/exynos: add device tree support for fimc ipp driverSylwester Nawrocki1-52/+58
2013-04-29drm/exynos: rework fimc clocks handlingSylwester Nawrocki1-70/+99
2013-04-29drm/exynos: remove redundant devm_kfree()Sylwester Nawrocki1-2/+0
2013-01-25drm: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-85/+39
2013-01-04drm/exynos: Use devm_clk_get in exynos_drm_fimc.cSachin Kamat1-36/+9
2013-01-04drm/exynos: Remove redundant NULL checkSachin Kamat1-6/+0
2013-01-04drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_fimc.cSachin Kamat1-21/+9
2013-01-04drm/exynos: remove needless parenthesis.Eunchul Kim1-1/+1
2013-01-04drm/exynos: fix incorrect interrupt induced by m2m operation.Jinyoung Jeon1-0/+13
2013-01-04drm/exynos: remove color bar pattern operation.JoongMock Shin1-6/+3
2013-01-04drm/exynos: correct some comments to abbreviation.Eunchul Kim1-1/+1
2013-01-04drm/exynos: consider both case of vflip and hflip.Eunchul Kim1-0/+1
2013-01-04drm/exynos: remove needless error handling to property.Eunchul Kim1-12/+0
2013-01-04drm/exynos: change member variable name.Eunchul Kim1-4/+4
2013-01-03Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-15drm/exynos: add fimc ipp driverEunchul Kim1-0/+2001