summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_g2d.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-02exynos/drm: g2d: return 0 instead of ret in g2d_map_cmdlist_gemsubmit/tizen/20150202.023401accepted/tizen/wearable/20150202.095817accepted/tizen/tv/20150202.095715accepted/tizen/mobile/20150202.100101accepted/tizen/common/20150202.085553Chanho Park1-1/+1
2014-11-21dma-buf/dmabuf-sync: add dmabuf sync frameworkInki Dae1-4/+7
2014-11-21Revert "dmabuf-sync: update it to patch v8"Chanho Park1-1/+1
2014-11-18dmabuf-sync: update it to patch v8Inki Dae1-1/+1
2014-11-18drm/exynos: add dmabuf sync support for g2d driverInki Dae1-2/+82
2014-11-18drm/exynos: remove duplicated error routine and unnecessary assignSeung-Woo Kim1-8/+4
2014-11-18drm/exynos: use drm_calloc_large when allocates pointer arrayYoungJun Cho1-3/+3
2014-11-18drm/exynos: Remove redundant error messagesSachin Kamat1-12/+3
2014-11-18drm/exynos: Remove module.h header inclusionSachin Kamat1-1/+0
2014-11-18drm/exynos: Add missing includesMark Brown1-0/+1
2014-11-18drm/exynos: add runtime pm interfaces to g2d driverInki Dae1-4/+31
2014-11-18drm/exynos: consider common clock framework to g2d driver.Inki Dae1-2/+2
2014-11-18drm/exynos: fix module build errorInki Dae1-1/+0
2014-11-18drm/exynos: add g2d compatible node for exynos4212Chanho Park1-0/+1
2013-05-23drm/exynos: cleanup device pointer usagesSeung-Woo Kim1-3/+3
2013-03-20drm/exynos: Check g2d cmd list for g2d restrictionsYoungJun Cho1-0/+183
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-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+11
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+3
2013-02-21drm/exynos: Add device tree based discovery support for G2DAjay Kumar1-0/+10
2013-02-21drm/exynos: Add missing braces around sizeofSachin Kamat1-1/+1
2013-01-25drm: Convert to devm_ioremap_resource()Thierry Reding1-4/+3
2013-01-25drm/exynos: Make g2d_userptr_get_dma_addr staticSachin Kamat1-1/+1
2013-01-03Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
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-03Merge 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-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-05-17drm/exynos: add G2D driverJoonyoung Shim1-0/+937