diff options
author | Nicholas Kazlauskas <[email protected]> | 2022-06-09 13:33:33 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2022-07-05 16:13:34 -0400 |
commit | 0c7ea6f824345ffbb3b4ef880c7c56170365bc1e (patch) | |
tree | bfe40d9af9633c82a4cd2cea00206ffc15e76dcd /tools/perf/scripts/python/check-perf-trace.py | |
parent | bc19909f19fdc8253d720d11c948935786fbfa08 (diff) |
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 <[email protected]>
Acked-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Nicholas Kazlauskas <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions