]> 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 22:11:43 +0000 (18:11 -0400)
commit108bc59fe817686a59d2008f217bad38a5cf4427
tree0693e857a12f414e5fd53ba95726a00e1636fbcf
parent63feb35cd26557572ad95fc062ede344bb61d9ad
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>
(cherry picked from commit 75400f8d6e36afc88d59db8a1f3e4b7d90d836ad)
Cc: stable@vger.kernel.org # 6.11.x
drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c