Searched refs:flip_state (Results 1 – 1 of 1) sorted by relevance
894 vc4_async_page_flip_complete(struct vc4_async_flip_state *flip_state) in vc4_async_page_flip_complete() argument896 struct drm_crtc *crtc = flip_state->crtc; in vc4_async_page_flip_complete()900 vc4_plane_async_set_fb(plane, flip_state->fb); in vc4_async_page_flip_complete()901 if (flip_state->event) { in vc4_async_page_flip_complete()905 drm_crtc_send_vblank_event(crtc, flip_state->event); in vc4_async_page_flip_complete()910 drm_framebuffer_put(flip_state->fb); in vc4_async_page_flip_complete()912 if (flip_state->old_fb) in vc4_async_page_flip_complete()913 drm_framebuffer_put(flip_state->old_fb); in vc4_async_page_flip_complete()915 kfree(flip_state); in vc4_async_page_flip_complete()921 struct vc4_async_flip_state *flip_state = in vc4_async_page_flip_complete_with_cleanup() local[all …]