Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_atomic_helper.h39 int drm_atomic_helper_check_modeset(struct drm_device *dev,
/dragonfly/sys/dev/drm/
H A Ddrm_atomic_helper.c563 drm_atomic_helper_check_modeset(struct drm_device *dev, in drm_atomic_helper_check_modeset() function
696 EXPORT_SYMBOL(drm_atomic_helper_check_modeset);
790 ret = drm_atomic_helper_check_modeset(dev, state); in drm_atomic_helper_check()
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5210 ret = drm_atomic_helper_check_modeset(dev, state); in amdgpu_dm_atomic_check()
/dragonfly/sys/dev/drm/i915/
H A Dintel_display.c12021 ret = drm_atomic_helper_check_modeset(dev, state); in intel_atomic_check()