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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf.c 207 static int vmw_cmdbuf_startstop(struct vmw_cmdbuf_man *man, u32 context,
623 if (global_block && vmw_cmdbuf_startstop(man, 0, true))
1206 * vmw_cmdbuf_startstop - Send a start / stop command through the device
1214 static int vmw_cmdbuf_startstop(struct vmw_cmdbuf_man *man, u32 context, function in typeref:typename:int
1417 ret = vmw_cmdbuf_startstop(man, 0, true);
1483 if (vmw_cmdbuf_startstop(man, 0, false))

Completed in 12 milliseconds