Searched refs:runout (Results 1 – 2 of 2) sorted by relevance
887 struct runout *b = d; in nouveau_scratch_unref_bos()899 if (!nv->scratch.runout) in nouveau_scratch_runout_release()903 nv->scratch.runout)) in nouveau_scratch_runout_release()907 nv->scratch.runout = NULL; in nouveau_scratch_runout_release()919 if (nv->scratch.runout) in nouveau_scratch_runout()920 n = nv->scratch.runout->nr; in nouveau_scratch_runout()923 nv->scratch.runout = REALLOC(nv->scratch.runout, n == 0 ? 0 : in nouveau_scratch_runout()924 (sizeof(*nv->scratch.runout) + (n + 0) * sizeof(void *)), in nouveau_scratch_runout()925 sizeof(*nv->scratch.runout) + (n + 1) * sizeof(void *)); in nouveau_scratch_runout()926 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()