Re: [PATCH] drm/amdgpu : remove unused code

2024-03-04 Thread Christian König
Am 04.03.24 um 10:16 schrieb jesse.zh...@amd.com: From: Jesse Zhang Remove the unused function - amdgpu_vm_pt_is_root_clean and remove the impossible condition v1: entries == 0 is not possible any more, so this condition could probably be removed (Felix) Signed-off-by: Jesse Zhang ---

[PATCH] drm/amdgpu : remove unused code

2024-03-04 Thread jesse.zhang
From: Jesse Zhang Remove the unused function - amdgpu_vm_pt_is_root_clean and remove the impossible condition v1: entries == 0 is not possible any more, so this condition could probably be removed (Felix) Signed-off-by: Jesse Zhang --- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h| 2 - driv