Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_atomic.c127 ret = drm_atomic_helper_prepare_planes(dev, state); in intel_atomic_commit()
/linux-4.1.27/include/drm/
Ddrm_atomic_helper.h51 int drm_atomic_helper_prepare_planes(struct drm_device *dev,
/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_atomic.c185 ret = drm_atomic_helper_prepare_planes(dev, state); in msm_atomic_commit()
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_drm_drv.c85 err = drm_atomic_helper_prepare_planes(drm, state); in sti_drm_atomic_commit()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_atomic_helper.c945 ret = drm_atomic_helper_prepare_planes(dev, state); in drm_atomic_helper_commit()
1041 int drm_atomic_helper_prepare_planes(struct drm_device *dev, in drm_atomic_helper_prepare_planes() function
1090 EXPORT_SYMBOL(drm_atomic_helper_prepare_planes);
/linux-4.1.27/drivers/gpu/drm/rcar-du/
Drcar_du_kms.c441 ret = drm_atomic_helper_prepare_planes(dev, state); in rcar_du_atomic_commit()
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddrm.c82 err = drm_atomic_helper_prepare_planes(drm, state); in tegra_atomic_commit()