Searched defs:_drm_via_blitq (Results 1 – 1 of 1) sorted by relevance
75 typedef struct _drm_via_blitq { struct76 struct drm_device *dev;77 uint32_t cur_blit_handle;78 uint32_t done_blit_handle;79 unsigned serviced;80 unsigned head;81 unsigned cur;82 unsigned num_free;83 unsigned num_outstanding;84 unsigned long end;[all …]