Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf.c371 int *notempty) in vmw_cmdbuf_ctx_process() argument
407 (*notempty)++; in vmw_cmdbuf_ctx_process()
422 int notempty; in vmw_cmdbuf_man_process() local
427 notempty = 0; in vmw_cmdbuf_man_process()
429 vmw_cmdbuf_ctx_process(man, ctx, &notempty); in vmw_cmdbuf_man_process()
431 if (man->irq_on && !notempty) { in vmw_cmdbuf_man_process()
436 } else if (!man->irq_on && notempty) { in vmw_cmdbuf_man_process()