Searched refs:old_fb_id (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Dpageflip.c84 uint32_t old_fb_id; member in struct:ms_flipdata
139 drmModeRmFB(ms->fd, flipdata->old_fb_id);
353 flipdata->old_fb_id = ms->drmmode.fb_id;
452 ms->drmmode.fb_id = flipdata->old_fb_id;
H A Ddrmmode_display.c3441 uint32_t old_fb_id; local in function:drmmode_xf86crtc_resize
3458 old_fb_id = drmmode->fb_id;
3511 if (old_fb_id)
3512 drmModeRmFB(drmmode->fd, old_fb_id);
3524 drmmode->fb_id = old_fb_id;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Ddrmmode_display.h56 unsigned old_fb_id; member in struct:__anon92ff548d0208
H A Ddrmmode_display.c1262 uint32_t old_fb_id; local in function:drmmode_xf86crtc_resize
1354 old_fb_id = drmmode->fb_id;
1417 if (old_fb_id)
1418 drmModeRmFB(drmmode->fd, old_fb_id);
1432 drmmode->fb_id = old_fb_id;
1471 drmModeRmFB(drmmode->fd, flipdata->old_fb_id);
1793 int i, old_fb_id; local in function:radeon_do_pageflip
1816 old_fb_id = drmmode->fb_id;
1875 flipdata->old_fb_id = old_fb_id;
[all...]
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_drmmode.c834 uint32_t old_width, old_height, old_fb_id; local in function:drmmode_xf86crtc_resize
848 old_fb_id = drmmode->fb_id;
898 if (old_fb_id)
899 drmModeRmFB(drmmode->fd, old_fb_id);
909 drmmode->fb_id = old_fb_id;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_display.c84 int old_fb_id; member in struct:intel_mode
1618 uint32_t old_fb_id; local in function:intel_xf86crtc_resize
1631 old_fb_id = mode->fb_id;
1672 if (old_fb_id)
1673 drmModeRmFB(mode->fd, old_fb_id);
1686 if (old_fb_id != mode->fb_id)
1688 mode->fb_id = old_fb_id;
1798 mode->old_fb_id = mode->fb_id;
2028 drmModeRmFB(mode->fd, mode->old_fb_id);
2090 drmModeRmFB(mode->fd, mode->old_fb_id);
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_display.c84 int old_fb_id; member in struct:intel_mode
1572 uint32_t old_fb_id; local in function:intel_xf86crtc_resize
1585 old_fb_id = mode->fb_id;
1626 if (old_fb_id)
1627 drmModeRmFB(mode->fd, old_fb_id);
1640 if (old_fb_id != mode->fb_id)
1642 mode->fb_id = old_fb_id;
1755 mode->old_fb_id = mode->fb_id;
2006 drmModeRmFB(mode->fd, mode->old_fb_id);
2068 drmModeRmFB(mode->fd, mode->old_fb_id);
[all...]
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_driver.c784 uint32_t old_fb_id; local in function:via_xf86crtc_resize
808 old_fb_id = drmmode->fb_id;
873 if (pVia->KMS && old_fb_id) {
874 drmModeRmFB(old_fd, old_fb_id);
900 if (pVia->KMS && (old_fb_id != drmmode->fb_id)) {
901 drmModeRmFB(old_fd, old_fb_id);
906 drmmode->fb_id = old_fb_id;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Ddrmmode_display.c1313 uint32_t old_fb_id; local in function:drmmode_xf86crtc_resize
1328 old_fb_id = drmmode->fb_id;
1360 if (old_fb_id)
1361 drmModeRmFB(drmmode->fd, old_fb_id);
1374 drmmode->fb_id = old_fb_id;
/xsrc/external/mit/libdrm/dist/tests/modetest/
H A Dmodetest.c841 unsigned int old_fb_id; member in struct:plane_arg
1223 unsigned int old_fb_id; local in function:atomic_set_plane
1249 old_fb_id = p->fb_id;
1250 p->old_fb_id = old_fb_id;
1432 if (p[i].old_fb_id) {
1433 drmModeRmFB(dev->fd, p[i].old_fb_id);
1434 p[i].old_fb_id = 0;
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_dri2.c359 unsigned old_fb_id; member in struct:__anond2032aa30208
445 drmModeRmFB(flipdata->fd, flipdata->old_fb_id);
535 drmmode_swap(scrn, next_fb, &flipdata->old_fb_id);
H A Ddrmmode_display.c1401 uint32_t old_width, old_height, old_pitch, old_fb_id = 0; local in function:drmmode_xf86crtc_resize
1419 old_fb_id = drmmode->fb_id;
1476 if (old_fb_id)
1477 drmModeRmFB(drmmode->fd, old_fb_id);
1488 drmmode->fb_id = old_fb_id;

Completed in 39 milliseconds