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.c383 int *notempty) in vmw_cmdbuf_ctx_process() argument
425 (*notempty)++; in vmw_cmdbuf_ctx_process()
440 int notempty; in vmw_cmdbuf_man_process() local
445 notempty = 0; in vmw_cmdbuf_man_process()
447 vmw_cmdbuf_ctx_process(man, ctx, &notempty); in vmw_cmdbuf_man_process()
449 if (man->irq_on && !notempty) { in vmw_cmdbuf_man_process()
454 } else if (!man->irq_on && notempty) { in vmw_cmdbuf_man_process()