HomeSort by: relevance | last modified time | path
    Searched defs:num_contexts (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf.c 114 * @num_contexts: Number of contexts actually enabled.
146 u32 num_contexts; member in struct:vmw_cmdbuf_man
204 for (_i = 0, _ctx = &(_man)->ctx[0]; (_i) < (_man)->num_contexts; \
1373 man->num_contexts = (dev_priv->capabilities & SVGA_CAP_HP_CMD_QUEUE) ?
vmwgfx_cmdbuf.c 114 * @num_contexts: Number of contexts actually enabled.
146 u32 num_contexts; member in struct:vmw_cmdbuf_man
204 for (_i = 0, _ctx = &(_man)->ctx[0]; (_i) < (_man)->num_contexts; \
1373 man->num_contexts = (dev_priv->capabilities & SVGA_CAP_HP_CMD_QUEUE) ?

Completed in 26 milliseconds