diff options
| author | Qingqing Zhuo <[email protected]> | 2020-07-30 19:35:41 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-08-17 18:08:21 +0000 |
| commit | ce271b40a91f781af3dee985c39e841ac5148766 (patch) | |
| tree | 83b064a5405d932bfd349d387c6353bf0acbec27 /drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c | |
| parent | drm/amd/display: Add read backlight interface (diff) | |
| download | kernel-ce271b40a91f781af3dee985c39e841ac5148766.tar.gz kernel-ce271b40a91f781af3dee985c39e841ac5148766.zip | |
drm/amd/display: Screen corruption on dual displays (DP+USB-C)
[why]
Current pipe merge and split logic only supports cases where new
dc_state is allocated and relies on dc->current_state to gather
information from previous dc_state.
Calls to validate_bandwidth on UPDATE_TYPE_MED would cause an issue
because there is no new dc_state allocated, and data in
dc->current_state would be overwritten during pipe merge.
[how]
Only allow validate_bandwidth when new dc_state space is created.
Signed-off-by: Qingqing Zhuo <[email protected]>
Reviewed-by: Nicholas Kazlauskas <[email protected]>
Acked-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c')
0 files changed, 0 insertions, 0 deletions
