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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf.c 162 * @inline_space: Whether inline command buffer space is used.
174 bool inline_space; member in struct:vmw_cmdbuf_header
250 if (WARN_ON_ONCE(!header->inline_space))
273 if (header->inline_space) {
296 /* Avoid locking if inline_space */
297 if (header->inline_space) {
952 header->inline_space = true;

Completed in 12 milliseconds