commit | 6409e2552ffc8784581820dd72730a64dda66743 | [log] [tgz] |
---|---|---|
author | Roman Li <roman.li@amd.com> | Thu Jan 30 15:43:07 2020 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Feb 06 15:04:37 2020 -0500 |
tree | 911a8f2a55fa93949cc2062868101ee5324f01f2 | |
parent | 68bbca15e7062f4ae16531e29893f78d0b4840b6 [diff] |
drm/amd/display: remove early break in interdependent_lock [Why] The break in apply_ctx_interdependent_lock() may potentially lead to early break from the loop leaving update plane unlocked [How] Remove break Signed-off-by: Roman Li <roman.li@amd.com> Reviewed-by: Anthony Koo <Anthony.Koo@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>