Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf.c380 int *notempty) in vmw_cmdbuf_ctx_process() argument
422 (*notempty)++; in vmw_cmdbuf_ctx_process()
437 int notempty; in vmw_cmdbuf_man_process() local
442 notempty = 0; in vmw_cmdbuf_man_process()
444 vmw_cmdbuf_ctx_process(man, ctx, &notempty); in vmw_cmdbuf_man_process()
446 if (man->irq_on && !notempty) { in vmw_cmdbuf_man_process()
451 } else if (!man->irq_on && notempty) { in vmw_cmdbuf_man_process()