Skip to content

Commit b84c28f

Browse files
committed
drm/ast: Use drm_atomic_helper_commit_tail() helper
Ast has no special requirements for runtime power management. So replace drm_atomic_helper_commit_tail_rpm() with the regular helper drm_atomic_helper_commit_tail(). Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240627153638.8765-9-tzimmermann@suse.de
1 parent 633743e commit b84c28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/ast/ast_mode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1865,7 +1865,7 @@ static void ast_mode_config_helper_atomic_commit_tail(struct drm_atomic_state *s
18651865
* the I/O-register lock. Released in atomic_flush().
18661866
*/
18671867
mutex_lock(&ast->modeset_lock);
1868-
drm_atomic_helper_commit_tail_rpm(state);
1868+
drm_atomic_helper_commit_tail(state);
18691869
mutex_unlock(&ast->modeset_lock);
18701870
}
18711871

0 commit comments

Comments
 (0)