commit | 9e869063b0021f29919c560745361999c71c086a | [log] [tgz] |
---|---|---|
author | Leo Li <sunpeng.li@amd.com> | Sun Nov 11 11:11:52 2018 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Jan 14 15:04:52 2019 -0500 |
tree | 9b2b5dd7a717d86d391e2ac2bfc89999fd24ea62 | |
parent | 36ca09a02aa6b02cb33b04962ec373a164e636a6 [diff] |
drm/amd/display: Move iteration out of dm_update_planes [Why] To reduce indentation of dm_update_planes, and to make it operate on single plane instances. [How] Move iteration of plane states into atomic_check. No functional change is intended. Signed-off-by: Leo Li <sunpeng.li@amd.com> Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>