Lines Matching refs:krel
225 struct drm_nouveau_gem_pushbuf_reloc *krel;
232 krel = &krec->reloc[krec->nr_reloc++];
236 krel->reloc_bo_index = pkref - krec->buffer;
237 krel->reloc_bo_offset = (push->cur - nvpb->ptr) * 4;
238 krel->bo_index = bkref - krec->buffer;
239 krel->flags = 0;
240 krel->data = data;
241 krel->vor = vor;
242 krel->tor = tor;
246 krel->flags |= NOUVEAU_GEM_RELOC_LOW;
250 krel->flags |= NOUVEAU_GEM_RELOC_HIGH;
257 krel->flags |= NOUVEAU_GEM_RELOC_OR;
266 struct drm_nouveau_gem_pushbuf_reloc *krel;
284 krel = krec->reloc;
285 for (i = 0; i < krec->nr_reloc; i++, krel++) {
287 chid, krel->reloc_bo_index, krel->reloc_bo_offset,
288 krel->bo_index, krel->flags, krel->data,
289 krel->vor, krel->tor);