Home
last modified time | relevance | path

Searched refs:drm_atomic_helper_disable_all (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/drm/
Ddrm_atomic_helper.h126 int drm_atomic_helper_disable_all(struct drm_device *dev,
/linux-5.19.10/drivers/gpu/drm/
Ddrm_atomic_helper.c3074 int drm_atomic_helper_disable_all(struct drm_device *dev, in drm_atomic_helper_disable_all() function
3133 EXPORT_SYMBOL(drm_atomic_helper_disable_all);
3153 ret = drm_atomic_helper_disable_all(dev, &ctx); in drm_atomic_helper_shutdown()
3291 err = drm_atomic_helper_disable_all(dev, &ctx); in drm_atomic_helper_suspend()
/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_display.c927 ret = drm_atomic_helper_disable_all(dev, ctx); in intel_display_prepare_reset()