Home | History | Annotate | Download | only in drm

Lines Matching refs:relocs

109     csc->relocs = (struct drm_radeon_cs_reloc*)
111 if (!csc->relocs) {
121 csc->chunks[1].chunk_data = (uint64_t)(uintptr_t)csc->relocs;
156 FREE(csc->relocs);
218 reloc = &csc->relocs[i];
223 /* Hash collision, look for the BO in the list of relocs linearly. */
226 reloc = &csc->relocs[i];
233 * the following sequence of relocs:
261 reloc = &csc->relocs[i];
267 /* Hash collision, look for the BO in the list of relocs linearly. */
270 reloc = &csc->relocs[i];
290 csc->relocs = (struct drm_radeon_cs_reloc*)realloc(csc->relocs, size);
292 csc->chunks[1].chunk_data = (uint64_t)(uintptr_t)csc->relocs;
299 reloc = &csc->relocs[csc->crelocs];
354 /* Flush if there are any relocs. Clean up otherwise. */
548 if ((usage & RADEON_USAGE_WRITE) && cs->csc->relocs[index].write_domain)
550 if ((usage & RADEON_USAGE_READ) && cs->csc->relocs[index].read_domains)