Searched refs:max_ctx_count (Results 1 – 2 of 2) sorted by relevance
85 limits->max_ctx_count = ivpu_get_context_count(vdev); in ivpu_user_limits_alloc()88 limits->max_ctx_count = ivpu_get_context_count(vdev) / 2; in ivpu_user_limits_alloc()106 if (kref_read(&limits->ref) >= limits->max_ctx_count) { in ivpu_user_limits_get()108 limits->max_ctx_count); in ivpu_user_limits_get()240 args->value = file_priv->user_limits->max_ctx_count; in ivpu_get_param_ioctl()
129 u32 max_ctx_count; member