HomeSort by relevance Sort by last modified time
    Searched refs:drmModePageFlip (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/minui/
graphics_drm.cpp 377 int ret = drmModePageFlip(drm_fd, main_monitor_crtc->crtc_id,
380 printf("drmModePageFlip failed ret=%d\n", ret);
  /external/libdrm/
xf86drmMode.h 477 extern int drmModePageFlip(int fd, uint32_t crtc_id, uint32_t fb_id,
xf86drmMode.c 937 int drmModePageFlip(int fd, uint32_t crtc_id, uint32_t fb_id,
    [all...]
  /external/libdrm/tests/modetest/
modetest.c 933 drmModePageFlip(fd, pipe->crtc->crtc->crtc_id, new_fb_id,
1231 ret = drmModePageFlip(dev->fd, pipe->crtc->crtc->crtc_id,
    [all...]

Completed in 66 milliseconds