Searched refs:next_fb (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_present.c190 uint32_t next_fb; local in function:nouveau_present_flip_exec
197 priv->bo->handle, &next_fb);
206 drmmode_swap(scrn, next_fb, &flip->old);
229 next_fb, type, user);
239 drmmode_swap(scrn, flip->old, &next_fb);
243 drmModeRmFB(pNv->dev->fd, next_fb);
H A Dnouveau_dri2.c467 uint32_t next_fb; local in function:dri2_page_flip
476 nouveau_pixmap(back)->bo->handle, &next_fb);
520 ret = drmModePageFlip(pNv->dev->fd, head, next_fb,
535 drmmode_swap(scrn, next_fb, &flipdata->old_fb_id);
539 drmModeRmFB(pNv->dev->fd, next_fb);

Completed in 3 milliseconds