Searched refs:atomic_async_check (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/include/drm/ |
| H A D | drm_modeset_helper_vtables.h | 1413 int (*atomic_async_check)(struct drm_plane *plane, member
|
| /linux-6.15/drivers/gpu/drm/loongson/ |
| H A D | lsdc_plane.c | 336 .atomic_async_check = lsdc_cursor_plane_atomic_async_check, 432 .atomic_async_check = lsdc_cursor_plane_atomic_async_check,
|
| /linux-6.15/drivers/gpu/drm/mediatek/ |
| H A D | mtk_plane.c | 318 .atomic_async_check = mtk_plane_atomic_async_check,
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_atomic_uapi.c | 1093 if (plane_funcs && plane_funcs->atomic_async_check) in drm_atomic_set_property() 1094 ret = plane_funcs->atomic_async_check(plane, state, true); in drm_atomic_set_property()
|
| H A D | drm_atomic_helper.c | 1969 ret = funcs->atomic_async_check(plane, state, false); in drm_atomic_helper_async_check()
|
| /linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_plane.c | 1446 .atomic_async_check = amdgpu_dm_plane_atomic_async_check, 1454 .atomic_async_check = amdgpu_dm_plane_atomic_async_check,
|
| /linux-6.15/drivers/gpu/drm/vc4/ |
| H A D | vc4_plane.c | 2423 .atomic_async_check = vc4_plane_atomic_async_check, 2430 .atomic_async_check = vc4_plane_atomic_async_check,
|
| /linux-6.15/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_plane.c | 462 .atomic_async_check = mdp5_plane_atomic_async_check,
|
| /linux-6.15/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop.c | 1152 .atomic_async_check = vop_plane_atomic_async_check,
|
| /linux-6.15/drivers/gpu/drm/tegra/ |
| H A D | dc.c | 1099 .atomic_async_check = tegra_cursor_atomic_async_check,
|
| /linux-6.15/Documentation/gpu/ |
| H A D | todo.rst | 116 the new atomic_async_check/commit functionality in the helpers in drivers that
|