diff options
author | Nicholas Kazlauskas <[email protected]> | 2021-11-09 16:03:21 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2021-11-24 15:06:21 -0500 |
commit | 2276ee6d1bf9e6a3b7dfbeef05cf71c784ff8c64 (patch) | |
tree | 99bc3ea2ad83388eb37752d0bf4fd136c692d2b6 /net/lapb/lapb_in.c | |
parent | 21431f70f6014f81b0d118ff4fcee12b00b9dd70 (diff) |
drm/amd/display: Reset link encoder assignments for GPU reset
[Why]
A warning appears in the log on GPU reset for
link_enc_cfg_link_encs_assign for the following condition:
ASSERT(state->res_ctx.link_enc_cfg_ctx.link_enc_assignments[i].valid == false);
This is not expected behavior and may result in link encoders being
incorrectly assigned.
[How]
The dc->current_state is backed up into dm->cached_dc_state before
we commit 0 streams.
DC will clear link encoder assignments on the real state but the
changes won't propagate over to the copy we made before the
0 streams commit.
DC expects that link encoder assignments are *not* valid
when committing a state, so as a workaround it needs to be cleared
before passing it back into DC.
Reviewed-by: Harry Wentland <[email protected]>
Acked-by: Qingqing Zhuo <[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 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions