Searched refs:crtc (Results 1 – 5 of 5) sorted by relevance
/device/linaro/hikey/gralloc960/ |
D | gralloc_vsync_default.cpp | 63 int crtc = 0; in gralloc_wait_for_vsync() local 66 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in gralloc_wait_for_vsync()
|
D | gralloc_vsync_s3cfb.cpp | 60 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/ |
D | gralloc_vsync_default.cpp | 63 int crtc = 0; in gralloc_wait_for_vsync() local 66 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in gralloc_wait_for_vsync()
|
D | gralloc_vsync_s3cfb.cpp | 60 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/ |
D | framebuffer_device.cpp | 119 int crtc = 0; in fb_post() local 121 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in fb_post()
|