Home
last modified time | relevance | path

Searched refs:drm_atomic_helper_commit_modeset_enables (Results 1 – 4 of 4) sorted by relevance

/linux/include/drm/
H A Ddrm_atomic_helper.h116 void drm_atomic_helper_commit_modeset_enables(struct drm_device *dev,
/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_kms.c99 drm_atomic_helper_commit_modeset_enables(dev, old_state); in komeda_kms_commit_tail()
/linux/drivers/gpu/drm/
H A Ddrm_atomic_helper.c1759 void drm_atomic_helper_commit_modeset_enables(struct drm_device *dev, in drm_atomic_helper_commit_modeset_enables() function
1770 EXPORT_SYMBOL(drm_atomic_helper_commit_modeset_enables);
1991 drm_atomic_helper_commit_modeset_enables(dev, state); in drm_atomic_helper_commit_tail()
2019 drm_atomic_helper_commit_modeset_enables(dev, state); in drm_atomic_helper_commit_tail_rpm()
/linux/drivers/gpu/drm/tegra/
H A Ddrm.c86 drm_atomic_helper_commit_modeset_enables(drm, old_state); in tegra_atomic_commit_tail()