Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_priv.h129 present_vblank_ptr vblank);
137 typedef void (*present_priv_re_execute_ptr)(present_vblank_ptr vblank);
152 present_vblank_ptr flip_pending;
230 present_vblank_ptr flip_pending;
231 present_vblank_ptr flip_active;
343 present_execute_wait(present_vblank_ptr vblank, uint64_t crtc_msc);
346 present_execute_copy(present_vblank_ptr vblank, uint64_t crtc_msc);
349 present_execute_post(present_vblank_ptr vblank, uint64_t ust, uint64_t crtc_msc);
455 present_vblank_notify(present_vblank_ptr vblank, CARD8 kind, CARD8 mode, uint64_t ust, uint64_t crt…
457 present_vblank_ptr
[all …]
H A Dpresent_wnmd.c43 present_wnmd_execute(present_vblank_ptr vblank, uint64_t ust, uint64_t crtc_msc);
57 present_wnmd_create_event_id(present_window_priv_ptr window_priv, present_vblank_ptr vblank) in present_wnmd_create_event_id()
86 present_wnmd_re_execute(present_vblank_ptr vblank) in present_wnmd_re_execute()
98 present_vblank_ptr vblank; in present_wnmd_flip_try_ready()
109 present_wnmd_free_idle_vblank(present_vblank_ptr vblank) in present_wnmd_free_idle_vblank()
122 present_vblank_ptr vblank, tmp; in present_wnmd_free_idle_vblanks()
178 present_wnmd_flip_notify(present_vblank_ptr vblank, uint64_t ust, uint64_t crtc_msc) in present_wnmd_flip_notify()
215 present_vblank_ptr vblank; in present_wnmd_event_notify()
331 present_vblank_ptr flip_pending; in present_wnmd_check_flip_window()
332 present_vblank_ptr flip_active; in present_wnmd_check_flip_window()
[all …]
H A Dpresent_execute.c37 present_vblank_ptr vblank = param; in present_wait_fence_triggered()
45 present_execute_wait(present_vblank_ptr vblank, uint64_t crtc_msc) in present_execute_wait()
69 present_execute_copy(present_vblank_ptr vblank, uint64_t crtc_msc) in present_execute_copy()
98 present_execute_post(present_vblank_ptr vblank, uint64_t ust, uint64_t crtc_msc) in present_execute_post()
H A Dpresent_vblank.c30 present_vblank_notify(present_vblank_ptr vblank, CARD8 kind, CARD8 mode, uint64_t ust, uint64_t crt… in present_vblank_notify()
45 present_vblank_ptr
66 present_vblank_ptr vblank; in present_vblank_create()
154 present_vblank_scrap(present_vblank_ptr vblank) in present_vblank_scrap()
171 present_vblank_destroy(present_vblank_ptr vblank) in present_vblank_destroy()
H A Dpresent_scmd.c47 present_execute(present_vblank_ptr vblank, uint64_t ust, uint64_t crtc_msc);
51 present_vblank_ptr vblank) in present_scmd_create_event_id()
256 present_re_execute(present_vblank_ptr vblank) in present_re_execute()
269 present_vblank_ptr vblank; in present_flip_try_ready()
359 present_flip_notify(present_vblank_ptr vblank, uint64_t ust, uint64_t crtc_msc) in present_flip_notify()
400 present_vblank_ptr vblank; in present_event_notify()
447 present_vblank_ptr flip_pending = screen_priv->flip_pending; in present_check_flip_window()
448 present_vblank_ptr vblank; in present_check_flip_window()
539 present_execute(present_vblank_ptr vblank, uint64_t ust, uint64_t crtc_msc) in present_execute()
664 present_vblank_ptr vblank, tmp; in present_scmd_pixmap()
[all …]
H A Dpresent_screen.c84 present_vblank_ptr vblank, tmp; in present_free_window_vblank()
100 present_vblank_ptr flip_pending = screen_priv->flip_pending; in present_clear_window_flip()
116 present_vblank_ptr vblank, tmp; in present_wnmd_clear_window_flip()
H A Dpresent.h35 typedef struct present_vblank present_vblank_rec, *present_vblank_ptr; typedef