Searched refs:max_push (Results 1 – 4 of 4) sorted by relevance
24 uint32_t max_push; member
336 device->max_push = NOUVEAU_GEM_MAX_PUSH; in nouveau_ws_device_new()338 device->max_push = value; in nouveau_ws_device_new()
82 ctx->max_push = MIN2(NVKMD_NOUVEAU_MAX_PUSH, dev->ws_dev->max_push); in nvkmd_nouveau_create_exec_ctx()168 if (unlikely(ctx->req.push_count >= ctx->max_push)) { in nvkmd_nouveau_exec_ctx_exec()
110 uint32_t max_push; member