diff options
author | Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> | 2021-09-13 14:56:44 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-09-23 15:17:28 -0400 |
commit | a0f884f5abcde966af7b99766d2de8a729d6c6fd (patch) | |
tree | 971459894988bfce1fb1901c6666340206deea88 /drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c | |
parent | d77de7880e0e08f05ed2d4c533c647a618aa8632 (diff) | |
download | linux-a0f884f5abcde966af7b99766d2de8a729d6c6fd.tar.gz linux-a0f884f5abcde966af7b99766d2de8a729d6c6fd.tar.bz2 linux-a0f884f5abcde966af7b99766d2de8a729d6c6fd.zip |
drm/amd/display: Fix white screen page fault for gpuvm
[Why]
The "base_addr_is_mc_addr" field was added for dcn3.1 support but
pa_config was never updated to set it to false.
Uninitialized memory causes it to be set to true which results in
address mistranslation and white screen.
[How]
Use memset to ensure all fields are initialized to 0 by default.
Fixes: 64b1d0e8d500 ("drm/amd/display: Add DCN3.1 HWSEQ")
Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Acked-by: Aaron Liu <aaron.liu@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c')
0 files changed, 0 insertions, 0 deletions