summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)AuthorLines
2013-03-20drm/exynos: Check g2d cmd list for g2d restrictionsYoungJun Cho-0/+183
2013-03-20drm/exynos: Add a new function to get gem buffer sizeInki Dae-0/+26
2013-03-20drm/exynos: Deal with g2d buffer info more efficientlyYoungJun Cho-37/+123
2013-03-20drm/exynos: Clean up some G2D codes for readabilityYoungJun Cho-9/+7
2013-03-20drm/exynos: Fix G2D core malfunctioning issueYoungJun Cho-5/+15
2013-03-20drm/exynos: clear node object type at gem unmapYoungJun Cho-0/+1
2013-03-20drm/exynos: Fix error routine to getting dma addr.YoungJun Cho-2/+4
2013-03-20drm/exynos: Replaced kzalloc & memcpy with kmemdupAlexandru Gheorghiu-4/+2
2013-03-20drm/exynos: fimd: calculate the correct address offsetLeela Krishna Amudala-8/+9
2013-03-20drm/exynos: Make mixer_check_timing staticSachin Kamat-1/+1
2013-03-20drm/exynos: modify the compatible string for exynos fimdVikas Sajjan-2/+2
2013-02-27drm/exynos: convert to idr_alloc()Tejun Heo-11/+5
2013-02-27drm: don't use idr_remove_all()Tejun Heo-4/+0
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-728/+499
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-29/+18
2013-02-21drm/exynos: Add device tree based discovery support for G2DAjay Kumar-0/+10
2013-02-21drm/exynos: hdmi: support extra resolutions using drm_display_mode timingsSean Paul-648/+374
2013-02-21drm/exynos: mixer: set correct mode for range of resolutionsRahul Sharma-4/+4
2013-02-21drm/exynos: implement display-mode-check callback in mixer driverRahul Sharma-0/+26
2013-02-21drm/exynos: add display-mode-check operation to exynos_mixer_ops structRahul Sharma-8/+22
2013-02-21drm/exynos: release resources properly when fb creation is failed.YoungJun Cho-24/+27
2013-02-21drm/exynos: fix wrong pointer access at vm close.YoungJun Cho-12/+21
2013-02-21drm/exynos: Add missing braces around sizeofSachin Kamat-1/+1
2013-02-21drm/exynos: consider exception case to fb handle creationInki Dae-0/+4
2013-02-21drm/exynos: fix iommu address allocation orderInki Dae-1/+1
2013-02-14drm/<drivers>: simplify ->fb_probe callbackDaniel Vetter-29/+1
2013-02-14drm/fb-helper: don't disable everything in initial_configDaniel Vetter-0/+3
2013-02-14drm: review locking for drm_fb_helper_restore_fbdev_modeDaniel Vetter-0/+2
2013-02-08Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/l...Dave Airlie-140/+102
2013-01-25drm: Convert to devm_ioremap_resource()Thierry Reding-29/+18
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-20drm: revamp framebuffer cleanup interfacesDaniel Vetter-1/+3
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