Searched refs:active_bo_count (Results 1 – 2 of 2) sorted by relevance
411 error->active_bo_count[i]); in i915_error_state_to_str()581 kfree(error->active_bo_count); in i915_error_state_free()1098 error->active_bo_count[ndx] = i; in i915_gem_capture_vm()1105 error->pinned_bo_count[ndx] = i - error->active_bo_count[ndx]; in i915_gem_capture_vm()1110 pinned_bo = active_bo + error->active_bo_count[ndx]; in i915_gem_capture_vm()1114 error->active_bo_count[ndx] = in i915_gem_capture_vm()1116 error->active_bo_count[ndx], in i915_gem_capture_vm()1139 error->active_bo_count = kcalloc(cnt, sizeof(*error->active_bo_count), in i915_gem_capture_buffers()1146 error->active_bo_count == NULL || in i915_gem_capture_buffers()1149 kfree(error->active_bo_count); in i915_gem_capture_buffers()[all …]
601 u32 *active_bo_count, *pinned_bo_count; member