]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/exynos: added drm prime feature.
authorInki Dae <inki.dae@samsung.com>
Mon, 23 Apr 2012 12:01:28 +0000 (21:01 +0900)
committerInki Dae <inki.dae@samsung.com>
Tue, 8 May 2012 09:46:32 +0000 (18:46 +0900)
commitb2df26c10b16afe2eed904f2b85a4d2047531d30
tree7defbfd77192157460c0d212a308d83d4358274c
parentc01d73faad2f775036f0b37c753254479b79cbe6
drm/exynos: added drm prime feature.

this patch adds exynos specific codes for DRM Prime feature.
with this patch, user application can get file descriptor
from gem handle through DRM_IOCTL_PRIME_HANDLE_TO_FD ioctl
command(export) and also gem handle from file descriptor
through DRM_IOCTL_PRIME_FD_TO_HANLDE(import) ioctl command.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
drivers/gpu/drm/exynos/Kconfig
drivers/gpu/drm/exynos/Makefile
drivers/gpu/drm/exynos/exynos_drm_buf.c
drivers/gpu/drm/exynos/exynos_drm_dmabuf.c [new file with mode: 0644]
drivers/gpu/drm/exynos/exynos_drm_dmabuf.h [new file with mode: 0644]
drivers/gpu/drm/exynos/exynos_drm_drv.c
drivers/gpu/drm/exynos/exynos_drm_gem.c
drivers/gpu/drm/exynos/exynos_drm_gem.h