Linux Kernel
3.7.1
|
#include <drm/drmP.h>
#include <drm/exynos_drm.h>
#include "exynos_drm_drv.h"
#include "exynos_drm_gem.h"
#include <linux/dma-buf.h>
Go to the source code of this file.
Functions | |
struct dma_buf * | exynos_dmabuf_prime_export (struct drm_device *drm_dev, struct drm_gem_object *obj, int flags) |
struct drm_gem_object * | exynos_dmabuf_prime_import (struct drm_device *drm_dev, struct dma_buf *dma_buf) |
MODULE_AUTHOR ("Inki Dae <[email protected]>") | |
MODULE_DESCRIPTION ("Samsung SoC DRM DMABUF Module") | |
MODULE_LICENSE ("GPL") | |
|
read |
Definition at line 182 of file exynos_drm_dmabuf.c.
|
read |
Definition at line 191 of file exynos_drm_dmabuf.c.
MODULE_AUTHOR | ( | "Inki Dae <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "Samsung SoC DRM DMABUF Module" | ) |
MODULE_LICENSE | ( | "GPL" | ) |