summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)Author
2013-04-21drm/exynos: prepare FIMD clocksVikas Sajjan
2013-04-17drm/exynos: drm_connector: Fix error check conditionSachin Kamat
2013-04-17drm/exynos: drm_rotator: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat
2013-04-17drm/exynos: mixer: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat
2013-04-17drm/exynos: hdmi: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat
2013-04-17drm/exynos: change the method for getting the interruptVikas Sajjan
2013-04-17drm/exynos: enable OF_VIDEOMODE and FB_MODE_HELPERS for exynos drm fimdVikas Sajjan
2013-04-17drm/exynos: Add display-timing node parsing using video helper functionVikas Sajjan
2013-04-17drm/exynos: hdmi: move mode_fixup to drm common hdmiRahul Sharma
2013-04-17drm/exynos: hdmi: using drm_display_mode timings for exynos4Rahul Sharma
2013-03-20drm/exynos: Check g2d cmd list for g2d restrictionsYoungJun Cho
2013-03-20drm/exynos: Add a new function to get gem buffer sizeInki Dae
2013-03-20drm/exynos: Deal with g2d buffer info more efficientlyYoungJun Cho
2013-03-20drm/exynos: Clean up some G2D codes for readabilityYoungJun Cho
2013-03-20drm/exynos: Fix G2D core malfunctioning issueYoungJun Cho
2013-03-20drm/exynos: clear node object type at gem unmapYoungJun Cho
2013-03-20drm/exynos: Fix error routine to getting dma addr.YoungJun Cho
2013-03-20drm/exynos: Replaced kzalloc & memcpy with kmemdupAlexandru Gheorghiu
2013-03-20drm/exynos: fimd: calculate the correct address offsetLeela Krishna Amudala
2013-03-20drm/exynos: Make mixer_check_timing staticSachin Kamat
2013-03-20drm/exynos: modify the compatible string for exynos fimdVikas Sajjan
2013-02-27drm/exynos: convert to idr_alloc()Tejun Heo
2013-02-27drm: don't use idr_remove_all()Tejun Heo
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-21drm/exynos: Add device tree based discovery support for G2DAjay Kumar
2013-02-21drm/exynos: hdmi: support extra resolutions using drm_display_mode timingsSean Paul
2013-02-21drm/exynos: mixer: set correct mode for range of resolutionsRahul Sharma
2013-02-21drm/exynos: implement display-mode-check callback in mixer driverRahul Sharma
2013-02-21drm/exynos: add display-mode-check operation to exynos_mixer_ops structRahul Sharma
2013-02-21drm/exynos: release resources properly when fb creation is failed.YoungJun Cho
2013-02-21drm/exynos: fix wrong pointer access at vm close.YoungJun Cho
2013-02-21drm/exynos: Add missing braces around sizeofSachin Kamat
2013-02-21drm/exynos: consider exception case to fb handle creationInki Dae
2013-02-21drm/exynos: fix iommu address allocation orderInki Dae
2013-02-14drm/<drivers>: simplify ->fb_probe callbackDaniel Vetter
2013-02-14drm/fb-helper: don't disable everything in initial_configDaniel Vetter
2013-02-14drm: review locking for drm_fb_helper_restore_fbdev_modeDaniel Vetter
2013-02-08Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/l...Dave Airlie
2013-01-25drm: Convert to devm_ioremap_resource()Thierry Reding
2013-01-25drm/exynos: add check for the device power statusShirish S
2013-01-25drm/exynos: Make 'drm_hdmi_get_edid' staticSachin Kamat
2013-01-25drm/exynos: fimd and ipp are broken on multiplatformArnd Bergmann
2013-01-25drm/exynos: don't include plat/gpio-cfg.hArnd Bergmann
2013-01-25drm/exynos: Remove "internal" interrupt handlingSean Paul
2013-01-25drm/exynos: Add missing static specifiers in exynos_drm_rotator.cSachin Kamat
2013-01-25drm/exynos: Replace mdelay with usleep_rangeSean Paul
2013-01-25drm/exynos: Make ipp_handle_cmd_work staticSachin Kamat
2013-01-25drm/exynos: Make g2d_userptr_get_dma_addr staticSachin Kamat
2013-01-25drm/exynos: consider DMA_NONE flag to dmabuf importInki Dae