summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_g2d.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-05drm/exynos: Fix potential NULL pointer dereferenceSachin Kamat1-1/+1
2012-12-05drm/exynos: Use devm_clk_get in exynos_drm_g2d.cSachin Kamat1-3/+1
2012-12-04drm/exynos: add userptr feature for g2d moduleInki Dae1-23/+319
2012-12-04drm/exynos: add iommu support for g2dInki Dae1-61/+110
2012-10-07Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie1-2/+3
2012-10-04drm/exynos: fix kcalloc size of g2d cmdlist nodeJoonyoung Shim1-2/+1
2012-10-04drm/exynos: add pid to g2d_runqueue_nodeInki Dae1-0/+2
2012-10-04Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds1-2/+2
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-13drm/exynos: Make g2d_pm_ops staticSachin Kamat1-1/+1
2012-09-13drm/exynos: Use devm_* functions in exynos_drm_g2d.c fileSachin Kamat1-40/+10
2012-08-21workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-05-17drm/exynos: add G2D driverJoonyoung Shim1-0/+937