Searched refs:runout (Results 1 – 4 of 4) sorted by relevance
952 struct runout *b = d; in nouveau_scratch_unref_bos()964 if (!nv->scratch.runout) in nouveau_scratch_runout_release()968 nv->scratch.runout)) in nouveau_scratch_runout_release()972 nv->scratch.runout = NULL; in nouveau_scratch_runout_release()984 if (nv->scratch.runout) in nouveau_scratch_runout()985 n = nv->scratch.runout->nr; in nouveau_scratch_runout()988 nv->scratch.runout = REALLOC(nv->scratch.runout, n == 0 ? 0 : in nouveau_scratch_runout()989 (sizeof(*nv->scratch.runout) + (n + 0) * sizeof(void *)), in nouveau_scratch_runout()990 sizeof(*nv->scratch.runout) + (n + 1) * sizeof(void *)); in nouveau_scratch_runout()991 nv->scratch.runout->nr = n + 1; in nouveau_scratch_runout()[all …]
46 struct runout { struct49 } *runout; member82 if (unlikely(nv->scratch.runout)) in nouveau_scratch_done()
118 - nvc0: point vertex runout at a valid address119 - nv50: point vertex runout at a valid address
87 - nouveau: synchronize "scratch runout" destruction with the command