Lines Matching defs:nv
79 nouveau_scratch_done(struct nouveau_context *nv)
81 nv->scratch.wrap = nv->scratch.id;
82 if (unlikely(nv->scratch.runout))
83 nouveau_scratch_runout_release(nv);
106 nouveau_context_update_frame_stats(struct nouveau_context *nv)
108 nv->stats.buf_cache_frame <<= 1;
109 if (nv->stats.buf_cache_count) {
110 nv->stats.buf_cache_count = 0;
111 nv->stats.buf_cache_frame |= 1;
112 if ((nv->stats.buf_cache_frame & 0xf) == 0xf)
113 nv->screen->hint_buf_keep_sysmem_copy = true;