summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)AuthorFilesLines
2013-02-28drm/exynos: convert to idr_alloc()Tejun Heo1-11/+5
2013-02-28drm: don't use idr_remove_all()Tejun Heo1-4/+0
2013-02-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds9-728/+499
2013-02-22Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-29/+18
2013-02-21drm/exynos: Add device tree based discovery support for G2DAjay Kumar1-0/+10
2013-02-21drm/exynos: hdmi: support extra resolutions using drm_display_mode timingsSean Paul1-648/+374
2013-02-21drm/exynos: mixer: set correct mode for range of resolutionsRahul Sharma1-4/+4
2013-02-21drm/exynos: implement display-mode-check callback in mixer driverRahul Sharma1-0/+26
2013-02-21drm/exynos: add display-mode-check operation to exynos_mixer_ops structRahul Sharma3-8/+22
2013-02-21drm/exynos: release resources properly when fb creation is failed.YoungJun Cho1-24/+27
2013-02-21drm/exynos: fix wrong pointer access at vm close.YoungJun Cho1-12/+21
2013-02-21drm/exynos: Add missing braces around sizeofSachin Kamat1-1/+1
2013-02-21drm/exynos: consider exception case to fb handle creationInki Dae1-0/+4
2013-02-21drm/exynos: fix iommu address allocation orderInki Dae1-1/+1
2013-02-14drm/<drivers>: simplify ->fb_probe callbackDaniel Vetter1-29/+1
2013-02-14drm/fb-helper: don't disable everything in initial_configDaniel Vetter1-0/+3
2013-02-14drm: review locking for drm_fb_helper_restore_fbdev_modeDaniel Vetter1-0/+2
2013-02-08Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/l...Dave Airlie12-140/+102
2013-01-26drm: Convert to devm_ioremap_resource()Thierry Reding6-29/+18
2013-01-25drm/exynos: add check for the device power statusShirish S2-0/+14
2013-01-25drm/exynos: Make 'drm_hdmi_get_edid' staticSachin Kamat1-1/+1
2013-01-25drm/exynos: fimd and ipp are broken on multiplatformArnd Bergmann1-2/+2
2013-01-25drm/exynos: don't include plat/gpio-cfg.hArnd Bergmann1-1/+0
2013-01-25drm/exynos: Remove "internal" interrupt handlingSean Paul1-60/+14
2013-01-25drm/exynos: Add missing static specifiers in exynos_drm_rotator.cSachin Kamat1-2/+2
2013-01-25drm/exynos: Replace mdelay with usleep_rangeSean Paul2-8/+8
2013-01-25drm/exynos: Make ipp_handle_cmd_work staticSachin Kamat1-1/+1
2013-01-25drm/exynos: Make g2d_userptr_get_dma_addr staticSachin Kamat1-1/+1
2013-01-25drm/exynos: consider DMA_NONE flag to dmabuf importInki Dae1-14/+11
2013-01-25drm/exynos: free sg object if dma_map_sg is failedInki Dae1-0/+1
2013-01-25drm/exynos: added validation of edid for vidi connectionSeung-Woo Kim1-4/+3
2013-01-25drm/exynos: let drm handle edid allocationsRahul Sharma6-48/+46
2013-01-21drm: revamp framebuffer cleanup interfacesDaniel Vetter1-1/+3
2013-01-09Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds35-775/+287
2013-01-08drm/prime: drop reference on imported dma-buf come from gemSeung-Woo Kim1-0/+5
2013-01-07drm/exynos: move finish page flip to a common placeRahul Sharma5-88/+36
2013-01-07drm/exynos: fimd: modify condition in fimd resumePrathyush K1-1/+1
2013-01-04drm/exynos: Use devm_clk_get in exynos_drm_gsc.cSachin Kamat1-9/+4
2013-01-04drm/exynos: Remove redundant NULL check in exynos_drm_gsc.cSachin Kamat1-6/+0
2013-01-04drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_gsc.cSachin Kamat1-12/+3
2013-01-04drm/exynos: Use devm_clk_get in exynos_drm_rotator.cSachin Kamat1-3/+1
2013-01-04drm/exynos: Remove redundant NULL check in exynos_drm_rotator.cSachin Kamat1-5/+0
2013-01-04drm/exynos: Remove unnecessary devm_* freeing APIs in exynos_drm_rotator.cSachin Kamat1-14/+4
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: Use devm_kzalloc in exynos_drm_ipp.cSachin Kamat1-7/+2
2013-01-04drm/exynos: fix gem buffer allocation type checkingInki Dae1-1/+1
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