Home
last modified time | relevance | path

Searched defs:_drm_i915_sarea (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/drm/
H A Di915_drm.h338 typedef struct _drm_i915_sarea { struct
339 struct drm_tex_region texList[I915_NR_TEX_REGIONS + 1];
340 int last_upload; /* last time texture was uploaded */
341 int last_enqueue; /* last time a buffer was enqueued */
342 int last_dispatch; /* age of the most recently dispatched buffer */
343 int ctxOwner; /* last context to upload state */
344 int texAge;
345 int pf_enabled; /* is pageflipping allowed? */
346 int pf_active;
347 int pf_current_page; /* which buffer is being displayed? */
[all …]
/linux/tools/include/uapi/drm/
H A Di915_drm.h338 typedef struct _drm_i915_sarea { struct
339 struct drm_tex_region texList[I915_NR_TEX_REGIONS + 1];
340 int last_upload; /* last time texture was uploaded */
341 int last_enqueue; /* last time a buffer was enqueued */
342 int last_dispatch; /* age of the most recently dispatched buffer */
343 int ctxOwner; /* last context to upload state */
344 int texAge;
345 int pf_enabled; /* is pageflipping allowed? */
346 int pf_active;
347 int pf_current_page; /* which buffer is being displayed? */
[all …]