Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
exynos_drm_buf.h File Reference

Go to the source code of this file.

Functions

struct exynos_drm_gem_bufexynos_drm_init_buf (struct drm_device *dev, unsigned int size)
 
void exynos_drm_fini_buf (struct drm_device *dev, struct exynos_drm_gem_buf *buffer)
 
int exynos_drm_alloc_buf (struct drm_device *dev, struct exynos_drm_gem_buf *buf, unsigned int flags)
 
void exynos_drm_free_buf (struct drm_device *dev, unsigned int flags, struct exynos_drm_gem_buf *buffer)
 

Function Documentation

int exynos_drm_alloc_buf ( struct drm_device dev,
struct exynos_drm_gem_buf buf,
unsigned int  flags 
)

Definition at line 193 of file exynos_drm_buf.c.

void exynos_drm_fini_buf ( struct drm_device dev,
struct exynos_drm_gem_buf buffer 
)

Definition at line 179 of file exynos_drm_buf.c.

void exynos_drm_free_buf ( struct drm_device dev,
unsigned int  flags,
struct exynos_drm_gem_buf buffer 
)

Definition at line 207 of file exynos_drm_buf.c.

struct exynos_drm_gem_buf* exynos_drm_init_buf ( struct drm_device dev,
unsigned int  size 
)
read

Definition at line 161 of file exynos_drm_buf.c.