drm/amd/display: Fix a regression on Polaris cards
authorMario Limonciello <mario.limonciello@amd.com>
Fri, 28 Jul 2023 22:04:01 +0000 (17:04 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Aug 2023 14:55:41 +0000 (10:55 -0400)
commit3bb575572bf498a9d39e9d1ca5c06cc3152928a1
treeb1c20a5db0c5bbffffe33819e2401a0c7bb7d15b
parent90e065677e0362a777b9db97ea21d43a39211399
drm/amd/display: Fix a regression on Polaris cards

DCE products don't define a `remove_stream_from_ctx` like DCN ones
do. This means that when compute_mst_dsc_configs_for_state() is called
it always returns -EINVAL which causes MST to fail to setup.

Cc: stable@vger.kernel.org # 6.4.y
Cc: Harry Wentland <Harry.Wentland@amd.com>
Reported-by: Klaus.Kusche@computerix.info
Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/2671
Fixes: efa4c4df864e ("drm/amd/display: call remove_stream_from_ctx from res_pool funcs")
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c