HomeSort by: relevance | last modified time | path
    Searched refs:new_fb_id (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_display.c 1718 uint32_t new_fb_id; local
1737 new_front->handle, &new_fb_id)) {
1790 new_fb_id,
1799 mode->fb_id = new_fb_id;
1811 drmModeRmFB(mode->fd, new_fb_id);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_display.c 1675 uint32_t new_fb_id; local
1685 new_front->handle, &new_fb_id))
1738 new_fb_id,
1756 mode->fb_id = new_fb_id;
1764 drmModeRmFB(mode->fd, new_fb_id);
  /xsrc/external/mit/libdrm/dist/tests/modetest/
modetest.c 1089 unsigned int new_fb_id; local
1095 new_fb_id = pipe->fb_id[1];
1097 new_fb_id = pipe->fb_id[0];
1099 drmModePageFlip(fd, pipe->crtc_id, new_fb_id,
1101 pipe->current_fb_id = new_fb_id;

Completed in 21 milliseconds