Re: [PATCH 3/3] drm/amdgpu: Update the impelmentation of AMDGPU_PTE_MTYPE_VG10

2024-05-22 Thread Alex Deucher
Series is: Reviewed-by: Alex Deucher On Wed, May 22, 2024 at 1:47 AM Shane Xiao wrote: > > This patch changes the implementation of AMDGPU_PTE_MTYPE_VG10, > clear the bits before setting the new one. > > Suggested-by: Alex Deucher > Signed-off-by: longlyao > Signed-off-by: Shane Xiao > --- >

[PATCH 3/3] drm/amdgpu: Update the impelmentation of AMDGPU_PTE_MTYPE_VG10

2024-05-21 Thread Shane Xiao
This patch changes the implementation of AMDGPU_PTE_MTYPE_VG10, clear the bits before setting the new one. Suggested-by: Alex Deucher Signed-off-by: longlyao Signed-off-by: Shane Xiao --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 3 +-- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 7 --