Searched refs:raw_time (Results 1 – 1 of 1) sorted by relevance
549 struct timeval stime, raw_time; in drm_calc_vbltimestamp_from_scanoutpos() local604 getmicrouptime(&raw_time); in drm_calc_vbltimestamp_from_scanoutpos()619 duration_ns = timeval_to_ns(&raw_time) - timeval_to_ns(&stime); in drm_calc_vbltimestamp_from_scanoutpos()676 *vblank_time = ns_to_timeval(timeval_to_ns(&raw_time) - delta_ns); in drm_calc_vbltimestamp_from_scanoutpos()679 crtc, (int)vbl_status, hpos, vpos, (uintmax_t)raw_time.tv_sec, in drm_calc_vbltimestamp_from_scanoutpos()680 (uintmax_t)raw_time.tv_usec, (uintmax_t)vblank_time->tv_sec, in drm_calc_vbltimestamp_from_scanoutpos()