Searched refs:atomic_async_check (Results 1 – 7 of 7) sorted by relevance
1413 int (*atomic_async_check)(struct drm_plane *plane, member
323 .atomic_async_check = mtk_plane_atomic_async_check,
1094 if (plane_funcs && plane_funcs->atomic_async_check) in drm_atomic_set_property()1095 ret = plane_funcs->atomic_async_check(plane, state, true); in drm_atomic_set_property()
458 .atomic_async_check = mdp5_plane_atomic_async_check,
2423 .atomic_async_check = vc4_plane_atomic_async_check,2430 .atomic_async_check = vc4_plane_atomic_async_check,
1099 .atomic_async_check = tegra_cursor_atomic_async_check,
116 the new atomic_async_check/commit functionality in the helpers in drivers that