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

#include <drm.h>

Data Fields

unsigned long size
 
unsigned long handle
 
unsigned long type
 
unsigned long physical
 

Detailed Description

DRM_IOCTL_AGP_ALLOC and DRM_IOCTL_AGP_FREE ioctls argument type.

See Also
drmAgpAlloc() and drmAgpFree().

Definition at line 530 of file drm.h.

Field Documentation

unsigned long handle

Used for binding / unbinding

Definition at line 532 of file drm.h.

unsigned long physical

Physical used by i810

Definition at line 534 of file drm.h.

unsigned long size

In bytes – will round to page boundary

Definition at line 531 of file drm.h.

unsigned long type

Type of memory to allocate

Definition at line 533 of file drm.h.


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