Home
last modified time | relevance | path

Searched refs:notempty (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c379 int *notempty) in vmw_cmdbuf_ctx_process() argument
421 (*notempty)++; in vmw_cmdbuf_ctx_process()
436 int notempty; in vmw_cmdbuf_man_process() local
441 notempty = 0; in vmw_cmdbuf_man_process()
443 vmw_cmdbuf_ctx_process(man, ctx, &notempty); in vmw_cmdbuf_man_process()
445 if (man->irq_on && !notempty) { in vmw_cmdbuf_man_process()
450 } else if (!man->irq_on && notempty) { in vmw_cmdbuf_man_process()