Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dkms_frontbuffer_tracking.c825 struct timespec t_new, t_old; in fbc_last_action_changed() local
828 t_new = fbc_get_last_action(); in fbc_last_action_changed()
830 fbc.last_action = t_new; in fbc_last_action_changed()
834 igt_info("new: %ld.%ld\n", t_new.tv_sec, t_new.tv_nsec); in fbc_last_action_changed()
837 return t_old.tv_sec != t_new.tv_sec || in fbc_last_action_changed()
838 t_old.tv_nsec != t_new.tv_nsec; in fbc_last_action_changed()