Home
last modified time | relevance | path

Searched refs:crtc (Results 1 – 5 of 5) sorted by relevance

/device/linaro/hikey/gralloc960/
Dgralloc_vsync_default.cpp63 int crtc = 0; in gralloc_wait_for_vsync() local
66 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in gralloc_wait_for_vsync()
Dgralloc_vsync_s3cfb.cpp60 int crtc = 0; in gralloc_wait_for_vsync() local
63 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in gralloc_wait_for_vsync()
/device/amlogic/yukawa/hal/gralloc/
Dgralloc_vsync_default.cpp63 int crtc = 0; in gralloc_wait_for_vsync() local
66 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in gralloc_wait_for_vsync()
Dgralloc_vsync_s3cfb.cpp60 int crtc = 0; in gralloc_wait_for_vsync() local
63 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in gralloc_wait_for_vsync()
/device/linaro/hikey/gralloc/
Dframebuffer_device.cpp119 int crtc = 0; in fb_post() local
121 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in fb_post()