Home
last modified time | relevance | path

Searched refs:atomic_begin (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/
H A Ddrm_plane_helper.c468 if (crtc_funcs[i] && crtc_funcs[i]->atomic_begin) in drm_plane_helper_commit()
469 crtc_funcs[i]->atomic_begin(crtc[i], crtc[i]->state); in drm_plane_helper_commit()
H A Ddrm_atomic_helper.c2113 if (!funcs || !funcs->atomic_begin) in drm_atomic_helper_commit_planes()
2119 funcs->atomic_begin(crtc, old_crtc_state); in drm_atomic_helper_commit_planes()
2212 if (crtc_funcs && crtc_funcs->atomic_begin) in drm_atomic_helper_commit_planes_on_crtc()
2213 crtc_funcs->atomic_begin(crtc, old_crtc_state); in drm_atomic_helper_commit_planes_on_crtc()
2265 if (atomic && crtc_funcs && crtc_funcs->atomic_begin) in drm_atomic_helper_disable_planes_on_crtc()
2266 crtc_funcs->atomic_begin(crtc, NULL); in drm_atomic_helper_disable_planes_on_crtc()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_modeset_helper_vtables.h374 void (*atomic_begin)(struct drm_crtc *crtc, member
/dragonfly/sys/dev/drm/i915/
H A Dintel_display.c10479 .atomic_begin = intel_begin_crtc_commit,