summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
Commit message (Expand)AuthorAgeFilesLines
* drm/fb-helper: don't disable everything in initial_configDaniel Vetter2013-02-141-0/+3
* drm: review locking for drm_fb_helper_restore_fbdev_modeDaniel Vetter2013-02-141-0/+2
* Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/l...Dave Airlie2013-02-0812-140/+102Star
|\
| * drm/exynos: add check for the device power statusShirish S2013-01-252-0/+14
| * drm/exynos: Make 'drm_hdmi_get_edid' staticSachin Kamat2013-01-251-1/+1
| * drm/exynos: fimd and ipp are broken on multiplatformArnd Bergmann2013-01-251-2/+2
| * drm/exynos: don't include plat/gpio-cfg.hArnd Bergmann2013-01-251-1/+0Star
| * drm/exynos: Remove "internal" interrupt handlingSean Paul2013-01-251-60/+14Star
| * drm/exynos: Add missing static specifiers in exynos_drm_rotator.cSachin Kamat2013-01-251-2/+2
| * drm/exynos: Replace mdelay with usleep_rangeSean Paul2013-01-252-8/+8
| * drm/exynos: Make ipp_handle_cmd_work staticSachin Kamat2013-01-251-1/+1
| * drm/exynos: Make g2d_userptr_get_dma_addr staticSachin Kamat2013-01-251-1/+1
| * drm/exynos: consider DMA_NONE flag to dmabuf importInki Dae2013-01-251-14/+11Star
| * drm/exynos: free sg object if dma_map_sg is failedInki Dae2013-01-251-0/+1
| * drm/exynos: added validation of edid for vidi connectionSeung-Woo Kim2013-01-251-4/+3Star
| * drm/exynos: let drm handle edid allocationsRahul Sharma2013-01-256-48/+46Star
* | drm: revamp framebuffer cleanup interfacesDaniel Vetter2013-01-201-1/+3
|/
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-01-0935-775/+287Star
|\
| * drm/prime: drop reference on imported dma-buf come from gemSeung-Woo Kim2013-01-081-0/+5
| * drm/exynos: move finish page flip to a common placeRahul Sharma2013-01-075-88/+36Star
| * drm/exynos: fimd: modify condition in fimd resumePrathyush K2013-01-071-1/+1
| * drm/exynos: Use devm_clk_get in exynos_drm_gsc.cSachin Kamat2013-01-041-9/+4Star
| * drm/exynos: Remove redundant NULL check in exynos_drm_gsc.cSachin Kamat2013-01-041-6/+0Star
| * drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_gsc.cSachin Kamat2013-01-041-12/+3Star
| * drm/exynos: Use devm_clk_get in exynos_drm_rotator.cSachin Kamat2013-01-041-3/+1Star
| * drm/exynos: Remove redundant NULL check in exynos_drm_rotator.cSachin Kamat2013-01-041-5/+0Star
| * drm/exynos: Remove unnecessary devm_* freeing APIs in exynos_drm_rotator.cSachin Kamat2013-01-041-14/+4Star
| * drm/exynos: Use devm_clk_get in exynos_drm_fimc.cSachin Kamat2013-01-041-36/+9Star
| * drm/exynos: Remove redundant NULL checkSachin Kamat2013-01-041-6/+0Star
| * drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_fimc.cSachin Kamat2013-01-041-21/+9Star
| * drm/exynos: Use devm_kzalloc in exynos_drm_ipp.cSachin Kamat2013-01-041-7/+2Star
| * drm/exynos: fix gem buffer allocation type checkingInki Dae2013-01-041-1/+1
| * 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/+3Star
| * drm/exynos: correct some comments to abbreviation.Eunchul Kim2013-01-043-3/+3
| * drm/exynos: fix build warning.Eunchul Kim2013-01-041-1/+1
| * drm/exynos: consider both case of vflip and hflip.Eunchul Kim2013-01-043-1/+3
| * drm/exynos: remove needless error handling to property.Eunchul Kim2013-01-043-29/+0Star
| * drm/exynos: change member variable name.Eunchul Kim2013-01-045-14/+14
| * drm/exynos: consider buffer allocation without iommuInki Dae2013-01-041-7/+48
| * drm/exynos: change file license to GPLInki Dae2013-01-0428-504/+112Star
| * drm/exynos: consider no iommu support to console framebufferInki Dae2013-01-041-4/+18
| * drm/exynos: fix flags in dma buf exportingSeung-Woo Kim2013-01-041-1/+1
* | Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman2013-01-0413-37/+37
|/
* drm/exynos: add gsc ipp driverEunchul Kim2012-12-147-0/+2214
* drm/exynos: add rotator ipp driverEunchul Kim2012-12-147-0/+985
* drm/exynos: add fimc ipp driverEunchul Kim2012-12-147-0/+2730
* drm/exynos: add iommu support for ippEunchul Kim2012-12-141-0/+18
* drm/exynos: add ipp subsystemEunchul Kim2012-12-146-0/+2346