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

#include <drm.h>

Data Fields

int idx
 
int total
 
int used
 
void __useraddress
 

Detailed Description

Buffer information

See Also
drm_buf_map.

Definition at line 364 of file drm.h.

Field Documentation

Address of buffer

Definition at line 368 of file drm.h.

int idx

Index into the master buffer list

Definition at line 365 of file drm.h.

int total

Buffer size

Definition at line 366 of file drm.h.

int used

Amount of buffer in use (for DMA)

Definition at line 367 of file drm.h.


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