Searched refs:raw_time (Results 1 – 1 of 1) sorted by relevance
551 struct timeval stime, raw_time; in drm_calc_vbltimestamp_from_scanoutpos() local606 getmicrouptime(&raw_time); in drm_calc_vbltimestamp_from_scanoutpos()621 duration_ns = timeval_to_ns(&raw_time) - timeval_to_ns(&stime); in drm_calc_vbltimestamp_from_scanoutpos()678 *vblank_time = ns_to_timeval(timeval_to_ns(&raw_time) - delta_ns); in drm_calc_vbltimestamp_from_scanoutpos()681 crtc, (int)vbl_status, hpos, vpos, (uintmax_t)raw_time.tv_sec, in drm_calc_vbltimestamp_from_scanoutpos()682 (uintmax_t)raw_time.tv_usec, (uintmax_t)vblank_time->tv_sec, in drm_calc_vbltimestamp_from_scanoutpos()