Revert "drm/amd/display: Skip Recompute DSC Params if no Stream on Link"
This reverts commitd45c64d933. duplicated a change made in 6.11-rc350e376f1feCc: stable@vger.kernel.org # 6.11 Signed-off-by: Jonathan Gray <jsg@jsg.id.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
183346cf68
commit
5357141b4c
@@ -1353,9 +1353,6 @@ static bool is_dsc_need_re_compute(
|
||||
DRM_DEBUG_DRIVER("%s: MST_DSC check on %d streams in current dc_state\n",
|
||||
__func__, dc->current_state->stream_count);
|
||||
|
||||
if (new_stream_on_link_num == 0)
|
||||
return false;
|
||||
|
||||
/* check current_state if there stream on link but it is not in
|
||||
* new request state
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user