]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu: Fix gfx9 update PTE mtype flag
authorPhilip Yang <Philip.Yang@amd.com>
Thu, 4 Dec 2025 17:13:05 +0000 (12:13 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 14 Jan 2026 19:51:36 +0000 (14:51 -0500)
commit292e5757b2229c0c6f1d059123a85f8a28f4464d
tree432353babda79a4bc086a55aa2435f3f457081ec
parent0f61b1860cc3f52aef9036d7235ed1f017632193
drm/amdgpu: Fix gfx9 update PTE mtype flag

Fix copy&paste error, that should have been an assignment instead of an or,
otherwise MTYPE_UC 0x3 can not be updated to MTYPE_RW 0x1.

Signed-off-by: Philip Yang <Philip.Yang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit fc1366016abe4103c0f0fac882811aea961ef213)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c