summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_ipp.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-26drm/exynos/ipp: Validate buffer enqueue requestsBeata Michalska1-1/+38
2014-11-18drm/exynos/ipp: add file checks for ioctlsAndrzej Hajda1-44/+22
2014-11-18drm/exynos/ipp: remove file argument from node related functionsAndrzej Hajda1-8/+6
2014-11-18drm/exynos/ipp: remove events during command cleaningAndrzej Hajda1-78/+78
2014-11-18drm/exynos/ipp: stop hardware before freeing memoryAndrzej Hajda1-9/+7
2014-11-18drm/exynos/ipp: replace work_struct casting with better constructsAndrzej Hajda1-3/+3
2014-11-18drm/exynos/ipp: clean memory nodes on command node cleaningAndrzej Hajda1-3/+9
2014-11-18drm/exynos/ipp: move nodes cleaning to separate functionAndrzej Hajda1-157/+127
2014-11-18drm/exynos/ipp: free partially allocated resources on errorAndrzej Hajda1-39/+31
2014-11-18drm/exynos/ipp: remove unused field in command nodeAndrzej Hajda1-1/+0
2014-11-18drm/exynos/ipp: remove only related commands on file closeAndrzej Hajda1-8/+2
2014-11-18drm/exynos/ipp: move file reference from memory to command nodeAndrzej Hajda1-3/+2
2014-11-18drm/exynos/ipp: cancel works before command node cleanAndrzej Hajda1-0/+5
2014-11-18drm/exynos/ipp: remove fake pm callbacksAndrzej Hajda1-51/+0
2014-11-18exynos/drm: ipp: fix to get null when the list is emptyHyungwon Hwang1-4/+4
2014-11-18drm/exynos: fix to calculate offset of each plane for ipp fimcSeung-Woo Kim1-2/+12
2014-11-18exynos_drm_ipp: fix get property IOCTLAndrzej Hajda1-1/+1
2014-11-18drm/exynos: Remove tracking log functionsYoungJun Cho1-52/+0
2014-11-18drm/exynos: Remove redundant error messagesSachin Kamat1-17/+5
2014-11-18drm/exynos: Remove module.h header inclusionSachin Kamat1-1/+0
2013-05-23drm/exynos: cleanup device pointer usagesSeung-Woo Kim1-2/+2
2013-05-22drm/exynos: exynos_drm_ipp: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat1-7/+7
2013-04-29drm/exynos: added ipp device registration to drm driverSeung-Woo Kim1-0/+27
2013-02-27drm/exynos: convert to idr_alloc()Tejun Heo1-11/+5
2013-02-27drm: don't use idr_remove_all()Tejun Heo1-4/+0
2013-01-25drm/exynos: Make ipp_handle_cmd_work staticSachin Kamat1-1/+1
2013-01-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-16/+6
2013-01-04drm/exynos: Use devm_kzalloc in exynos_drm_ipp.cSachin Kamat1-7/+2
2013-01-04drm/exynos: correct some comments to abbreviation.Eunchul Kim1-1/+1
2013-01-04drm/exynos: remove needless error handling to property.Eunchul Kim1-5/+0
2013-01-04drm/exynos: change member variable name.Eunchul Kim1-3/+3
2013-01-03Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-15drm/exynos: add iommu support for ippEunchul Kim1-0/+18
2012-12-15drm/exynos: add ipp subsystemEunchul Kim1-0/+2042