Home
last modified time | relevance | path

Searched refs:flipping_time_ms (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dpageflip.c313 drmmode_crtc->flipping_time_ms = tv.tv_sec * 1000 + tv.tv_usec / 1000; in ms_do_pageflip_bo()
H A Ddrmmode_display.h219 uint64_t flipping_time_ms; /* time of the latest fb flipping */ member
H A Ddrmmode_display.c4998 diff_ms = now_ms - drmmode_crtc->flipping_time_ms; in drmmode_flip_fb()
5067 drmmode_crtc->flipping_time_ms = now_ms; in drmmode_flip_fb()