Searched defs:ndx (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/i915/
H A Di915_gpu_error.c1081 const int ndx)
1091 error->active_bo_count[ndx] = i;
1100 error->pinned_bo_count[ndx] = i - error->active_bo_count[ndx];
1105 pinned_bo = active_bo + error->active_bo_count[ndx];
1109 error->active_bo_count[ndx] =
1111 error->active_bo_count[ndx],
1115 error->pinned_bo_count[ndx] =
1117 error->pinned_bo_count[ndx],
1119 error->active_bo[ndx]
1078 i915_gem_capture_vm(struct drm_i915_private *dev_priv, struct drm_i915_error_state *error, struct i915_address_space *vm, const int ndx) argument
[all...]

Completed in 101 milliseconds