Searched defs:_drm_i915_sarea (Results 1 – 1 of 1) sorted by relevance
74 typedef struct _drm_i915_sarea { struct75 drm_tex_region_t texList[I915_NR_TEX_REGIONS + 1];76 int last_upload; /* last time texture was uploaded */77 int last_enqueue; /* last time a buffer was enqueued */78 int last_dispatch; /* age of the most recently dispatched buffer */79 int ctxOwner; /* last context to upload state */80 int texAge;81 int pf_enabled; /* is pageflipping allowed? */82 int pf_active;83 int pf_current_page; /* which buffer is being displayed? */[all …]