Home
last modified time | relevance | path

Searched refs:atomic_async_check (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/dev/pci/drm/include/drm/
H A Ddrm_modeset_helper_vtables.h1397 int (*atomic_async_check)(struct drm_plane *plane, member
/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c1328 .atomic_async_check = dm_plane_atomic_async_check, in dm_drm_plane_reset()
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_atomic_helper.c1934 ret = funcs->atomic_async_check(plane, state); in drm_atomic_helper_async_check()