diff options
author | Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> | 2021-09-13 21:56:44 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-09-16 16:56:24 +0300 |
commit | a70939851f9ced298dc7d523374b8c4d05239caf (patch) | |
tree | 48c2a200b7d9c754ef95e22458145ad0db5730a3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cd51a57eb59fd56f3fe7ce9cadef444451bcf804 (diff) | |
download | linux-a70939851f9ced298dc7d523374b8c4d05239caf.tar.xz |
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>
Cc: stable@vger.kernel.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions