Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_scmd.c231 uint64_t old_ust, old_msc; in present_window_to_crtc_msc() local
240 …if (present_get_ust_msc(window->drawable.pScreen, window_priv->crtc, &old_ust, &old_msc) != Succes… in present_window_to_crtc_msc()
241 old_msc = window_priv->msc; in present_window_to_crtc_msc()
243 window_priv->msc_offset += new_msc - old_msc; in present_window_to_crtc_msc()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog29246 window_priv->msc_offset += new_msc - old_msc;
29248 window_priv->msc_offset is initially 0, so if new_msc < old_msc,