Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
drm_exynos_gem_info Struct Reference

#include <exynos_drm.h>

Data Fields

unsigned int handle
 
unsigned int flags
 
uint64_t size
 

Detailed Description

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.

Field Documentation

unsigned int flags

Definition at line 92 of file exynos_drm.h.

unsigned int handle

Definition at line 91 of file exynos_drm.h.

uint64_t size

Definition at line 93 of file exynos_drm.h.


The documentation for this struct was generated from the following file: