]> www.infradead.org Git - linux.git/commit
drm/amdgpu: fix random data corruption for sdma 7
authorFrank Min <Frank.Min@amd.com>
Thu, 10 Oct 2024 08:41:32 +0000 (16:41 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 22 Oct 2024 21:50:38 +0000 (17:50 -0400)
commit75400f8d6e36afc88d59db8a1f3e4b7d90d836ad
tree5142869bf66f5bc644a3bfe5a516dfe3913e0c22
parent418b93a74d95ba26f7500f7f998d612661577ac6
drm/amdgpu: fix random data corruption for sdma 7

There is random data corruption caused by const fill, this is caused by
write compression mode not correctly configured.

So correct compression mode for const fill.

Signed-off-by: Frank Min <Frank.Min@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c