Linux Kernel
3.7.1
|
#include <exynos_drm.h>
Data Fields | |
unsigned int | handle |
unsigned int | pad |
uint64_t | size |
uint64_t | mapped |
A structure for mapping buffer.
: a handle to gem object created. : just padding to be 64-bit aligned. : memory size to be mapped. : having user virtual address mmaped.
Definition at line 74 of file exynos_drm.h.
Definition at line 75 of file exynos_drm.h.
uint64_t mapped |
Definition at line 78 of file exynos_drm.h.
unsigned int pad |
Definition at line 76 of file exynos_drm.h.
uint64_t size |
Definition at line 77 of file exynos_drm.h.