Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gpu_error.h194 struct i915_address_space *active_vm[I915_NUM_ENGINES]; member
Di915_gpu_error.c731 for (i = 0; i < ARRAY_SIZE(error->active_vm); i++) { in i915_error_state_to_str()
735 if (!error->active_vm[i]) in i915_error_state_to_str()
740 if (error->engine[j].vm != error->active_vm[i]) in i915_error_state_to_str()
1542 error->active_vm[idx] = vm; in gem_capture_vm()
1552 BUILD_BUG_ON(ARRAY_SIZE(error->active_bo) != ARRAY_SIZE(error->active_vm)); in capture_active_buffers()