Searched refs:drm_atomic_helper_wait_for_fences (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/drm/ |
H A D | drm_atomic_helper.h | 76 int drm_atomic_helper_wait_for_fences(struct drm_device *dev,
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_atomic_helper.c | 1594 int drm_atomic_helper_wait_for_fences(struct drm_device *dev, in drm_atomic_helper_wait_for_fences() function 1625 EXPORT_SYMBOL(drm_atomic_helper_wait_for_fences); 1816 drm_atomic_helper_wait_for_fences(dev, old_state, false); in commit_tail() 2031 ret = drm_atomic_helper_wait_for_fences(dev, state, true); in drm_atomic_helper_commit()
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 2013 drm_atomic_helper_wait_for_fences(dev, state, false); in nv50_disp_atomic_commit_tail() 2280 ret = drm_atomic_helper_wait_for_fences(dev, state, true); in nv50_disp_atomic_commit()
|