commit | b2df26c10b16afe2eed904f2b85a4d2047531d30 | [log] [tgz] |
---|---|---|
author | Inki Dae <inki.dae@samsung.com> | Mon Apr 23 21:01:28 2012 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Tue May 08 18:46:32 2012 +0900 |
tree | 7defbfd77192157460c0d212a308d83d4358274c | |
parent | c01d73faad2f775036f0b37c753254479b79cbe6 [diff] |
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>