]> www.infradead.org Git - users/hch/dma-mapping.git/commit
drm/amdgpu: fix PTE copy corruption for sdma 7
authorFrank Min <Frank.Min@amd.com>
Wed, 25 Sep 2024 03:39:06 +0000 (11:39 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 26 Sep 2024 21:03:39 +0000 (17:03 -0400)
commit3cb576bc6dfb8940228b8130638860b631dd428a
tree3c31035f02739b14504bc57d54aa99c9906015bd
parentd52ac79053a2f3eba04c1e7b56334df84d1d289f
drm/amdgpu: fix PTE copy corruption for sdma 7

Without setting dcc bit, there is ramdon PTE copy corruption on sdma 7.

so add this bit and update the packet format accordingly.

Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Frank Min <Frank.Min@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org # 6.11.x
drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c