Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/
Ddrm_atomic_helper.h57 int drm_atomic_helper_prepare_planes(struct drm_device *dev,
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_atomic.c211 ret = drm_atomic_helper_prepare_planes(dev, state); in msm_atomic_commit()
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_drv.c85 err = drm_atomic_helper_prepare_planes(drm, state); in sti_atomic_commit()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_atomic_helper.c1032 ret = drm_atomic_helper_prepare_planes(dev, state); in drm_atomic_helper_commit()
1128 int drm_atomic_helper_prepare_planes(struct drm_device *dev, in drm_atomic_helper_prepare_planes() function
1171 EXPORT_SYMBOL(drm_atomic_helper_prepare_planes);
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_drv.c271 ret = drm_atomic_helper_prepare_planes(dev, state); in exynos_atomic_commit()
/linux-4.4.14/drivers/gpu/drm/rcar-du/
Drcar_du_kms.c492 ret = drm_atomic_helper_prepare_planes(dev, state); in rcar_du_atomic_commit()
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_drv.c149 ret = drm_atomic_helper_prepare_planes(dev, state); in omap_atomic_commit()
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddrm.c82 err = drm_atomic_helper_prepare_planes(drm, state); in tegra_atomic_commit()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c13211 ret = drm_atomic_helper_prepare_planes(dev, state); in intel_atomic_commit()