Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf.c376 int *notempty) in vmw_cmdbuf_ctx_process() argument
417 (*notempty)++; in vmw_cmdbuf_ctx_process()
432 int notempty; in vmw_cmdbuf_man_process() local
437 notempty = 0; in vmw_cmdbuf_man_process()
439 vmw_cmdbuf_ctx_process(man, ctx, &notempty); in vmw_cmdbuf_man_process()
441 if (man->irq_on && !notempty) { in vmw_cmdbuf_man_process()
446 } else if (!man->irq_on && notempty) { in vmw_cmdbuf_man_process()