Searched refs:active_bo_count (Results 1 – 2 of 2) sorted by relevance
408 error->active_bo_count[i]); in i915_error_state_to_str()568 kfree(error->active_bo_count); in i915_error_state_free()1087 error->active_bo_count[ndx] = i; in i915_gem_capture_vm()1094 error->pinned_bo_count[ndx] = i - error->active_bo_count[ndx]; in i915_gem_capture_vm()1099 pinned_bo = active_bo + error->active_bo_count[ndx]; in i915_gem_capture_vm()1103 error->active_bo_count[ndx] = in i915_gem_capture_vm()1105 error->active_bo_count[ndx], in i915_gem_capture_vm()1128 error->active_bo_count = kcalloc(cnt, sizeof(*error->active_bo_count), in i915_gem_capture_buffers()1135 error->active_bo_count == NULL || in i915_gem_capture_buffers()1138 kfree(error->active_bo_count); in i915_gem_capture_buffers()[all …]
517 u32 *active_bo_count, *pinned_bo_count; member