Revert "drm/amd/display: Skip Recompute DSC Params if no Stream on Link"

This reverts commit d45c64d933.

duplicated a change made in 6.11-rc3
50e376f1fe

Cc: 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:
Jonathan Gray
2024-10-07 14:59:22 +11:00
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
*/