Searched refs:msc_offset (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/present/ |
| H A D | present_vblank.c | 35 …nd_complete_notify(vblank->window, kind, mode, vblank->serial, ust, crtc_msc - vblank->msc_offset); in present_vblank_notify() 41 … present_send_complete_notify(window, kind, mode, serial, ust, crtc_msc - vblank->msc_offset); in present_vblank_notify() 106 vblank->msc_offset = window_priv->msc_offset; in present_vblank_create()
|
| H A D | present_priv.h | 75 uint64_t msc_offset; member 219 uint64_t msc_offset; member
|
| H A D | present_wnmd.c | 542 window_priv->msc_offset = 0; in present_wnmd_window_to_crtc_msc() 548 window_priv->msc_offset += new_msc - window_priv->msc; in present_wnmd_window_to_crtc_msc() 553 return window_msc + window_priv->msc_offset; in present_wnmd_window_to_crtc_msc()
|
| H A D | present_scmd.c | 234 window_priv->msc_offset = 0; in present_window_to_crtc_msc() 243 window_priv->msc_offset += new_msc - old_msc; in present_window_to_crtc_msc() 248 return window_msc + window_priv->msc_offset; in present_window_to_crtc_msc()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 29243 updates window_priv->msc_offset according to the delta between the 29246 window_priv->msc_offset += new_msc - old_msc; 29248 window_priv->msc_offset is initially 0, so if new_msc < old_msc, 29249 window_priv->msc_offset wraps around and becomes a large number. If the 31430 the msc_offset for the window. Also initialize ust and crtc_msc so we
|