commit | e7603dadd3cc2fa65924d9e8ce0c6f2964866da0 | [log] [tgz] |
---|---|---|
author | SivapiriyanKumarasamy <sivapiriyan.kumarasamy@amd.com> | Wed Aug 15 16:55:18 2018 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Aug 27 14:53:37 2018 -0500 |
tree | 9fb7a761440f8d39d8ac10be305f2745df879968 | |
parent | 4a2de54dc1d7668fa364d8483420ba64b120963b [diff] |
drm/amd/display: Fix memory leak caused by missed dc_sink_release [Why] There is currently an intermittent hang from a memory leak in DTN stress testing. It is caused by unfreed memory during driver disable. [How] Do a dc_sink_release in the case that skips it incorrectly. Signed-off-by: SivapiriyanKumarasamy <sivapiriyan.kumarasamy@amd.com> Reviewed-by: Aric Cyr <Aric.Cyr@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>