diff options
| author | Fatemeh Darbehani <[email protected]> | 2018-10-19 14:12:56 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-11-05 19:21:44 +0000 |
| commit | ff83a9a0d15d3be46b3288346a1180777f1a4e41 (patch) | |
| tree | 39eabfe257d13a833b91b8bb667d2200864daf1b /drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | |
| parent | drm/amd/display: remove CRTC_3D_STRUCTURE_V_UPDATE_MODE bit programming. (diff) | |
| download | kernel-ff83a9a0d15d3be46b3288346a1180777f1a4e41.tar.gz kernel-ff83a9a0d15d3be46b3288346a1180777f1a4e41.zip | |
drm/amd/display: Remove the check to see if pp_display_cfg is changed
[Why]
When going to full-screen mode commit_planes_for_stream tries to decrease
dcf_deep_sleep value, but safe_to_lower is false, so we don't send the new value
to SMU but dc context gets updated.
Later when dc_post_update_surfaces_to_stream tries to lower dcf_ds when
safe_to_lower is true, this check prevents the message from being sent.
[How]
Remove the check that compares new value with what is stored in dc_context.
This check is not necessary as dcn1_update_clocks already checks if the value
is different from the current dcf_dp value.
Signed-off-by: Fatemeh Darbehani <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Leo Li <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c')
0 files changed, 0 insertions, 0 deletions
