Home
last modified time | relevance | path

Searched refs:drm_atomic_helper_prepare_planes (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_atomic_helper.c1801 * 1. Run drm_atomic_helper_prepare_planes(). Since this can fail and we
2292 * drm_atomic_helper_prepare_planes - prepare plane resources before commit
2304 int drm_atomic_helper_prepare_planes(struct drm_device *dev, struct drm_atomic_state *state) in drm_atomic_helper_prepare_planes() function
2358 EXPORT_SYMBOL(drm_atomic_helper_prepare_planes); variable
2616 * fails at any point after calling drm_atomic_helper_prepare_planes().
2671 ret = drm_atomic_helper_prepare_planes(dev, state); in drm_atomic_helper_commit()
2689 ret = drm_atomic_helper_prepare_planes(dev, state); in drm_atomic_helper_commit()
2761 * 1. Call drm_atomic_helper_prepare_planes() with the staged atomic state.

Completed in 5 milliseconds