Re: [PATCH] drm/amd/display: Call dc_stream_release for remove link enc assignment

2022-01-24 Thread Harry Wentland
On 2022-01-24 13:57, Nicholas Kazlauskas wrote: > [Why] > A porting error resulted in the stream assignment for the link > being retained without being released - a memory leak. > > [How] > Fix the porting error by adding back the dc_stream_release() intended > as part of the original patch. > >

[PATCH] drm/amd/display: Call dc_stream_release for remove link enc assignment

2022-01-24 Thread Nicholas Kazlauskas
[Why] A porting error resulted in the stream assignment for the link being retained without being released - a memory leak. [How] Fix the porting error by adding back the dc_stream_release() intended as part of the original patch. Fixes: 2e45b19dd882 ("drm/amd/display: retain/release at proper