Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/include/drm/
Ddrm_modeset_helper_vtables.h378 void (*atomic_begin)(struct drm_crtc *crtc, member
/openbsd/src/sys/dev/pci/drm/
Ddrm_atomic_helper.c2757 if (!funcs || !funcs->atomic_begin) in drm_atomic_helper_commit_planes()
2763 funcs->atomic_begin(crtc, old_state); in drm_atomic_helper_commit_planes()
2874 if (crtc_funcs && crtc_funcs->atomic_begin) in drm_atomic_helper_commit_planes_on_crtc()
2875 crtc_funcs->atomic_begin(crtc, old_state); in drm_atomic_helper_commit_planes_on_crtc()
2937 if (atomic && crtc_funcs && crtc_funcs->atomic_begin) in drm_atomic_helper_disable_planes_on_crtc()
2938 crtc_funcs->atomic_begin(crtc, NULL); in drm_atomic_helper_disable_planes_on_crtc()