Searched refs:inline_space (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c151 * @inline_space: Whether inline command buffer space is used.
163 bool inline_space; member in struct:vmw_cmdbuf_header
239 if (WARN_ON_ONCE(!header->inline_space))
262 if (header->inline_space) {
285 /* Avoid locking if inline_space */
286 if (header->inline_space) {
929 header->inline_space = true;

Completed in 94 milliseconds