]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amdgpu: Zero-initialize mqd backup memory
authorLijo Lazar <lijo.lazar@amd.com>
Tue, 15 Oct 2024 04:23:51 +0000 (09:53 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 22 Oct 2024 21:50:12 +0000 (17:50 -0400)
commit8e3a3e847e91d85524fba57548b954ac6091f642
tree1c09e360d2108c08861f292366ebb6aec404f750
parent0642c95efbdc09efb34dd9f1ac642daa0daa9c2c
drm/amdgpu: Zero-initialize mqd backup memory

Zero-initialize mqd backup memory, otherwise the check for
'already-backed-up' could go wrong.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Yang Wang <kevinyang.wang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c