Linux Kernel
3.7.1
|
#include <exynos_drm.h>
Data Fields | |
unsigned int | handle |
unsigned int | flags |
uint64_t | size |
A structure to gem information.
: a handle to gem object created. : flag value including memory type and cache attribute and this value would be set by driver. : size to memory region allocated by gem and this size would be set by driver.
Definition at line 90 of file exynos_drm.h.
unsigned int flags |
Definition at line 92 of file exynos_drm.h.
Definition at line 91 of file exynos_drm.h.
uint64_t size |
Definition at line 93 of file exynos_drm.h.