summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)AuthorFilesLines
2013-05-18drivers/gpu/drm/exynos: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-01drm: prime: fix refcounting on the dmabuf import error pathImre Deak1-1/+3
2013-04-29drm/exynos: Don't blend mixer layer 0Sean Paul1-3/+5
2013-04-29drm/exynos: Remove unnecessary braces in exynos_hdmi.cSachin Kamat1-6/+4
2013-04-29drm/exynos: Select VIDEOMODE_HELPERS for FIMDSachin Kamat1-1/+1
2013-04-29drm/exynos: do not use generic flags to dumbInki Dae1-1/+2
2013-04-29drm/exynos: added ipp device registration to drm driverSeung-Woo Kim3-0/+44
2013-04-29exynos/drm: hdmi: cleanup for hdmi common device registrationSeung-Woo Kim2-5/+11
2013-04-29drm/exynos: fix wrong return check for platform_device_register_simpleSeung-Woo Kim2-2/+2
2013-04-29drm/exynos: add device tree support for fimc ipp driverSylwester Nawrocki3-57/+62
2013-04-29drm/exynos: rework fimc clocks handlingSylwester Nawrocki1-70/+99
2013-04-29drm/exynos: remove redundant devm_kfree()Sylwester Nawrocki1-2/+0
2013-04-29drm/exynos: enable FIMD clocksVikas Sajjan1-8/+5
2013-04-29Revert "drm/exynos: prepare FIMD clocks"Inki Dae1-12/+2
2013-04-20drm/exynos: prepare FIMD clocksVikas Sajjan1-2/+12
2013-04-16drm/exynos: drm_connector: Fix error check conditionSachin Kamat1-1/+1
2013-04-16drm/exynos: drm_rotator: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat1-1/+1
2013-04-16drm/exynos: mixer: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat1-5/+5
2013-04-16drm/exynos: hdmi: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat1-5/+5
2013-04-16drm/exynos: change the method for getting the interruptVikas Sajjan1-1/+1
2013-04-16drm/exynos: enable OF_VIDEOMODE and FB_MODE_HELPERS for exynos drm fimdVikas Sajjan1-1/+3
2013-04-16drm/exynos: Add display-timing node parsing using video helper functionVikas Sajjan1-4/+20
2013-04-16drm/exynos: hdmi: move mode_fixup to drm common hdmiRahul Sharma3-54/+36
2013-04-16drm/exynos: hdmi: using drm_display_mode timings for exynos4Rahul Sharma2-417/+246
2013-03-20drm/exynos: Check g2d cmd list for g2d restrictionsYoungJun Cho1-0/+183
2013-03-20drm/exynos: Add a new function to get gem buffer sizeInki Dae2-0/+26
2013-03-20drm/exynos: Deal with g2d buffer info more efficientlyYoungJun Cho1-37/+123
2013-03-20drm/exynos: Clean up some G2D codes for readabilityYoungJun Cho1-9/+7
2013-03-20drm/exynos: Fix G2D core malfunctioning issueYoungJun Cho1-5/+15
2013-03-20drm/exynos: clear node object type at gem unmapYoungJun Cho1-0/+1
2013-03-20drm/exynos: Fix error routine to getting dma addr.YoungJun Cho1-2/+4
2013-03-20drm/exynos: Replaced kzalloc & memcpy with kmemdupAlexandru Gheorghiu1-4/+2
2013-03-20drm/exynos: fimd: calculate the correct address offsetLeela Krishna Amudala1-8/+9
2013-03-20drm/exynos: Make mixer_check_timing staticSachin Kamat1-1/+1
2013-03-20drm/exynos: modify the compatible string for exynos fimdVikas Sajjan1-2/+2
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