Home
last modified time | relevance | path

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

/linux/drivers/accel/ivpu/
H A Divpu_drv.c85 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()
H A Divpu_drv.h129 u32 max_ctx_count; member