diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_atomic.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_atomic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_atomic.c b/drivers/gpu/drm/i915/intel_atomic.c index 19a9dd5408f3..011b8960fd75 100644 --- a/drivers/gpu/drm/i915/intel_atomic.c +++ b/drivers/gpu/drm/i915/intel_atomic.c | |||
@@ -134,9 +134,9 @@ int intel_atomic_commit(struct drm_device *dev, | |||
134 | * FIXME: The proper sequence here will eventually be: | 134 | * FIXME: The proper sequence here will eventually be: |
135 | * | 135 | * |
136 | * drm_atomic_helper_swap_state(dev, state) | 136 | * drm_atomic_helper_swap_state(dev, state) |
137 | * drm_atomic_helper_commit_pre_planes(dev, state); | 137 | * drm_atomic_helper_commit_modeset_disables(dev, state); |
138 | * drm_atomic_helper_commit_planes(dev, state); | 138 | * drm_atomic_helper_commit_planes(dev, state); |
139 | * drm_atomic_helper_commit_post_planes(dev, state); | 139 | * drm_atomic_helper_commit_modeset_enables(dev, state); |
140 | * drm_atomic_helper_wait_for_vblanks(dev, state); | 140 | * drm_atomic_helper_wait_for_vblanks(dev, state); |
141 | * drm_atomic_helper_cleanup_planes(dev, state); | 141 | * drm_atomic_helper_cleanup_planes(dev, state); |
142 | * drm_atomic_state_free(state); | 142 | * drm_atomic_state_free(state); |