Searched refs:drm_atomic_helper_wait_for_fences (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/vc4/ |
| D | vc4_kms.c | 163 drm_atomic_helper_wait_for_fences(dev, state, false); in vc4_atomic_complete_commit() 261 ret = drm_atomic_helper_wait_for_fences(dev, state, true); in vc4_atomic_commit()
|
| /Linux-v5.4/include/drm/ |
| D | drm_atomic_helper.h | 63 int drm_atomic_helper_wait_for_fences(struct drm_device *dev,
|
| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_atomic_helper.c | 1384 int drm_atomic_helper_wait_for_fences(struct drm_device *dev, in drm_atomic_helper_wait_for_fences() function 1413 EXPORT_SYMBOL(drm_atomic_helper_wait_for_fences); 1604 drm_atomic_helper_wait_for_fences(dev, old_state, false); in commit_tail() 1795 ret = drm_atomic_helper_wait_for_fences(dev, state, true); in drm_atomic_helper_commit()
|
| /Linux-v5.4/drivers/gpu/drm/mediatek/ |
| D | mtk_drm_drv.c | 51 drm_atomic_helper_wait_for_fences(drm, state, false); in mtk_atomic_complete()
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/dispnv50/ |
| D | disp.c | 1820 drm_atomic_helper_wait_for_fences(dev, state, false); in nv50_disp_atomic_commit_tail() 2029 ret = drm_atomic_helper_wait_for_fences(dev, state, true); in nv50_disp_atomic_commit()
|