Re: [PATCH 1/2] drm/amdgpu: mask out invalid PTE address bit

2021-09-16 Thread Christian König
Am 17.09.21 um 02:50 schrieb Philip Yang: Before adding the PTE flags, explicitly mask out invalid address bits. Signed-off-by: Philip Yang Well NAK, we intentionally have a WARN_ON later on to catch errors like that. Are some of the flags set in the address here? Christian. --- drive

[PATCH 1/2] drm/amdgpu: mask out invalid PTE address bit

2021-09-16 Thread Philip Yang
Before adding the PTE flags, explicitly mask out invalid address bits. Signed-off-by: Philip Yang --- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c index a1ddf74bbdba..