diff options
author | Sung Lee <sung.lee@amd.com> | 2019-10-07 12:05:34 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-10-25 16:50:09 -0400 |
commit | e72f8f62d248eef156928de365203a552917b4e0 (patch) | |
tree | 3c4b3c2b0cbfd222bfdfef103ff95a07195bc531 /drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | |
parent | 3b733278ca6b51e3271eeb9fb8f46f32e374ab6a (diff) | |
download | linux-e72f8f62d248eef156928de365203a552917b4e0.tar.gz linux-e72f8f62d248eef156928de365203a552917b4e0.tar.bz2 linux-e72f8f62d248eef156928de365203a552917b4e0.zip |
drm/amd/display: Do not call update bounding box on dc create
[Why]
In Hybrid Graphics, dcn2_1_soc struct stays alive through PnP.
This causes an issue on dc init where dcn2_1_soc which has been
updated by update_bw_bounding_box gets put into dml->soc.
As update_bw_bounding_box is currently incorrect for dcn2.1,
this makes dml calculations fail due to incorrect parameters,
leading to a crash on PnP.
[How]
Comment out update_bw_bounding_box call for now.
Signed-off-by: Sung Lee <sung.lee@amd.com>
Reviewed-by: Eric Yang <eric.yang2@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c')
0 files changed, 0 insertions, 0 deletions