Linux Kernel
3.7.1
|
#include <i810_drm.h>
Data Fields | |
unsigned int | ContextState [I810_CTX_SETUP_SIZE] |
unsigned int | BufferState [I810_DEST_SETUP_SIZE] |
unsigned int | TexState [2][I810_TEX_SETUP_SIZE] |
unsigned int | dirty |
unsigned int | nbox |
struct drm_clip_rect | boxes [I810_NR_SAREA_CLIPRECTS] |
drm_i810_tex_region_t | texList [I810_NR_TEX_REGIONS+1] |
int | texAge |
int | last_enqueue |
int | last_dispatch |
int | last_quiescent |
int | ctxOwner |
int | vertex_prim |
int | pf_enabled |
int | pf_active |
int | pf_current_page |
Definition at line 149 of file i810_drm.h.
Definition at line 156 of file i810_drm.h.
unsigned int BufferState[I810_DEST_SETUP_SIZE] |
Definition at line 151 of file i810_drm.h.
unsigned int ContextState[I810_CTX_SETUP_SIZE] |
Definition at line 150 of file i810_drm.h.
int ctxOwner |
Definition at line 180 of file i810_drm.h.
unsigned int dirty |
Definition at line 153 of file i810_drm.h.
int last_dispatch |
Definition at line 178 of file i810_drm.h.
int last_enqueue |
Definition at line 177 of file i810_drm.h.
int last_quiescent |
Definition at line 179 of file i810_drm.h.
unsigned int nbox |
Definition at line 155 of file i810_drm.h.
int pf_active |
Definition at line 185 of file i810_drm.h.
int pf_current_page |
Definition at line 186 of file i810_drm.h.
int pf_enabled |
Definition at line 184 of file i810_drm.h.
int texAge |
Definition at line 176 of file i810_drm.h.
drm_i810_tex_region_t texList[I810_NR_TEX_REGIONS+1] |
Definition at line 174 of file i810_drm.h.
unsigned int TexState[2][I810_TEX_SETUP_SIZE] |
Definition at line 152 of file i810_drm.h.
int vertex_prim |
Definition at line 182 of file i810_drm.h.