aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_g2d.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-04drm/exynos: g2d: let exynos_g2d_get_ver_ioctl failTobias Jakobi1-0/+15
2014-08-04drm/exynos: g2d: make ioctls more robustTobias Jakobi1-2/+10
2014-08-04Subject: Revert "drm/exynos: fix module build error"Sjoerd Simons1-0/+1
2014-08-03drm/exynos: g2d: add exynos4212 as a compatible device.Alban Browaeys1-0/+1
2014-06-04drm/exynos: call find_vma with the mmap_sem heldJonathan Gonzalez V1-0/+6
2014-02-07drm/exynos: Remove unnecessary semicolonSachin Kamat1-1/+1
2013-12-19Merge branch 'master' into for-nextJiri Kosina1-0/+2
2013-12-02drm: fix typos in comment in /gpu/drm/exynosMasanari Iida1-1/+1
2013-11-21drm/exynos: g2d: fix memory leak to userptrInki Dae1-0/+2
2013-09-05drm/exynos: Remove non-DT support in exynos_drm_g2dSachin Kamat1-3/+1
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat1-12/+3
2013-09-05drm/exynos: Add missing includesMark Brown1-0/+1
2013-09-05drm/exynos: add runtime pm interfaces to g2d driverInki Dae1-12/+28
2013-07-30drm/exynos: Remove module.h header inclusionSachin Kamat1-1/+0
2013-07-30drm/exynos: consider common clock framework to g2d driver.Inki Dae1-3/+14
2013-07-30drm/exynos: fix module build errorInki Dae1-1/+0
2013-07-04drm/exynos: remove duplicated error routine and unnecessary assignSeung-Woo Kim1-8/+4
2013-07-04drm/exynos: use drm_calloc_large when allocates pointer arrayYoungJun Cho1-3/+3
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/git/gregkh/driver-coreLinus 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-samsung into drm-nextDave 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/linux-headersLinus 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