Searched refs:reloc_index (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/i915/
H A Di915_gem_render_state.c77 unsigned int i = 0, reloc_index = 0; local
92 if (i * 4 == rodata->reloc[reloc_index]) {
104 reloc_index++;
115 if (rodata->reloc[reloc_index] != -1) {
116 DRM_ERROR("only %d relocs resolved\n", reloc_index);

Completed in 1121 milliseconds