diff options
author | Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> | 2022-06-09 20:33:33 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-07-05 23:13:34 +0300 |
commit | 0c7ea6f824345ffbb3b4ef880c7c56170365bc1e (patch) | |
tree | bfe40d9af9633c82a4cd2cea00206ffc15e76dcd /lib/test-string_helpers.c | |
parent | bc19909f19fdc8253d720d11c948935786fbfa08 (diff) | |
download | linux-0c7ea6f824345ffbb3b4ef880c7c56170365bc1e.tar.xz |
drm/amd/display: Remove incorrect ASSERT check for link_enc
[Why]
It's possible that we don't have a link encoder assignment if the
context is NULL but we're calling dc_add_stream_to_ctx from DM directly.
Link encoder assignment will happen later after global validation
runs with fast_validate = false.
[How]
Remove the ASSERTION. We already guard against NULL link_enc.
Reviewed-by: Michael Strauss <Michael.Strauss@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'lib/test-string_helpers.c')
0 files changed, 0 insertions, 0 deletions