Searched refs:atomic_flush (Results 1 – 4 of 4) sorted by relevance
483 if (crtc_funcs[i] && crtc_funcs[i]->atomic_flush) in drm_plane_helper_commit()484 crtc_funcs[i]->atomic_flush(crtc[i], crtc[i]->state); in drm_plane_helper_commit()
2171 if (!funcs || !funcs->atomic_flush) in drm_atomic_helper_commit_planes()2177 funcs->atomic_flush(crtc, old_crtc_state); in drm_atomic_helper_commit_planes()2235 if (crtc_funcs && crtc_funcs->atomic_flush) in drm_atomic_helper_commit_planes_on_crtc()2236 crtc_funcs->atomic_flush(crtc, old_crtc_state); in drm_atomic_helper_commit_planes_on_crtc()2280 if (atomic && crtc_funcs && crtc_funcs->atomic_flush) in drm_atomic_helper_disable_planes_on_crtc()2281 crtc_funcs->atomic_flush(crtc, NULL); in drm_atomic_helper_disable_planes_on_crtc()
398 void (*atomic_flush)(struct drm_crtc *crtc, member
10480 .atomic_flush = intel_finish_crtc_commit,