summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)AuthorLines
2013-01-25drm/exynos: add check for the device power statusShirish S-0/+14
2013-01-25drm/exynos: Make 'drm_hdmi_get_edid' staticSachin Kamat-1/+1
2013-01-25drm/exynos: fimd and ipp are broken on multiplatformArnd Bergmann-2/+2
2013-01-25drm/exynos: don't include plat/gpio-cfg.hArnd Bergmann-1/+0
2013-01-25drm/exynos: Remove "internal" interrupt handlingSean Paul-60/+14
2013-01-25drm/exynos: Add missing static specifiers in exynos_drm_rotator.cSachin Kamat-2/+2
2013-01-25drm/exynos: Replace mdelay with usleep_rangeSean Paul-8/+8
2013-01-25drm/exynos: Make ipp_handle_cmd_work staticSachin Kamat-1/+1
2013-01-25drm/exynos: Make g2d_userptr_get_dma_addr staticSachin Kamat-1/+1
2013-01-25drm/exynos: consider DMA_NONE flag to dmabuf importInki Dae-14/+11
2013-01-25drm/exynos: free sg object if dma_map_sg is failedInki Dae-0/+1
2013-01-25drm/exynos: added validation of edid for vidi connectionSeung-Woo Kim-4/+3
2013-01-25drm/exynos: let drm handle edid allocationsRahul Sharma-48/+46
2013-01-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-775/+287
2013-01-08drm/prime: drop reference on imported dma-buf come from gemSeung-Woo Kim-0/+5
2013-01-07drm/exynos: move finish page flip to a common placeRahul Sharma-88/+36
2013-01-07drm/exynos: fimd: modify condition in fimd resumePrathyush K-1/+1
2013-01-04drm/exynos: Use devm_clk_get in exynos_drm_gsc.cSachin Kamat-9/+4
2013-01-04drm/exynos: Remove redundant NULL check in exynos_drm_gsc.cSachin Kamat-6/+0
2013-01-04drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_gsc.cSachin Kamat-12/+3
2013-01-04drm/exynos: Use devm_clk_get in exynos_drm_rotator.cSachin Kamat-3/+1
2013-01-04drm/exynos: Remove redundant NULL check in exynos_drm_rotator.cSachin Kamat-5/+0
2013-01-04drm/exynos: Remove unnecessary devm_* freeing APIs in exynos_drm_rotator.cSachin Kamat-14/+4
2013-01-04drm/exynos: Use devm_clk_get in exynos_drm_fimc.cSachin Kamat-36/+9
2013-01-04drm/exynos: Remove redundant NULL checkSachin Kamat-6/+0
2013-01-04drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_fimc.cSachin Kamat-21/+9
2013-01-04drm/exynos: Use devm_kzalloc in exynos_drm_ipp.cSachin Kamat-7/+2
2013-01-04drm/exynos: fix gem buffer allocation type checkingInki Dae-1/+1
2013-01-04drm/exynos: remove needless parenthesis.Eunchul Kim-1/+1
2013-01-04drm/exynos: fix incorrect interrupt induced by m2m operation.Jinyoung Jeon-0/+13
2013-01-04drm/exynos: remove color bar pattern operation.JoongMock Shin-6/+3
2013-01-04drm/exynos: correct some comments to abbreviation.Eunchul Kim-3/+3
2013-01-04drm/exynos: fix build warning.Eunchul Kim-1/+1
2013-01-04drm/exynos: consider both case of vflip and hflip.Eunchul Kim-1/+3
2013-01-04drm/exynos: remove needless error handling to property.Eunchul Kim-29/+0
2013-01-04drm/exynos: change member variable name.Eunchul Kim-14/+14
2013-01-04drm/exynos: consider buffer allocation without iommuInki Dae-7/+48
2013-01-04drm/exynos: change file license to GPLInki Dae-504/+112
2013-01-04drm/exynos: consider no iommu support to console framebufferInki Dae-4/+18
2013-01-04drm/exynos: fix flags in dma buf exportingSeung-Woo Kim-1/+1
2013-01-03Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman-37/+37
2012-12-15drm/exynos: add gsc ipp driverEunchul Kim-0/+2214
2012-12-15drm/exynos: add rotator ipp driverEunchul Kim-0/+985
2012-12-15drm/exynos: add fimc ipp driverEunchul Kim-0/+2730
2012-12-15drm/exynos: add iommu support for ippEunchul Kim-0/+18
2012-12-15drm/exynos: add ipp subsystemEunchul Kim-0/+2346
2012-12-15drm/exynos: support device tree for fimdJoonyoung Shim-0/+21
2012-12-14drm/exynos: support extended screen coordinate of fimdJoonyoung Shim-4/+12
2012-12-14drm/exynos: fix x, y coordinates for right bottom pixelJoonyoung Shim-7/+11
2012-12-14drm/exynos: fix fb offset calculation for planeJoonyoung Shim-5/+1