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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_marker.c 39 u64 submitted; member in struct:vmw_marker
69 marker->submitted = ktime_get_raw_ns();
98 queue->lag = now - marker->submitted;
vmwgfx_cmdbuf.c 53 * @submitted: List of command buffers that have been submitted to the
54 * manager but not yet submitted to hardware.
55 * @hw_submitted: List of command buffers submitted to hardware.
60 struct list_head submitted; member in struct:vmw_cmdbuf_context
335 INIT_LIST_HEAD(&ctx->submitted);
354 !list_empty(&ctx->submitted) &&
359 entry = list_first_entry(&ctx->submitted,
433 if (!list_empty(&ctx->submitted))
444 * command buffers left that are not submitted to hardware, Make sur
    [all...]

Completed in 32 milliseconds