diff options
author | 2022-10-20 17:26:24 -0400 | |
---|---|---|
committer | 2022-11-09 17:25:27 -0500 | |
commit | a1b6667ef90b38e2480d96f11414fcb923c13ba2 (patch) | |
tree | 3f88652157cea85e89667d906736ec3b171050bd /drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | |
parent | drm/amd/display: Allow tuning DCN314 bounding box (diff) | |
download | linux-rng-a1b6667ef90b38e2480d96f11414fcb923c13ba2.tar.xz linux-rng-a1b6667ef90b38e2480d96f11414fcb923c13ba2.zip |
drm/amd/display: Zeromem mypipe heap struct before using it
[Why&How]
Bug was caused when moving variable from stack to heap because it was reusable
and garbage was left over, so we need to zero mem.
Reviewed-by: Martin Leung <Martin.Leung@amd.com>
Acked-by: Alan Liu <HaoPing.Liu@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Martin Leung <Martin.Leung@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_display.c')
0 files changed, 0 insertions, 0 deletions