Re: [PATCH v2] drm/amd: Simplify the bo size check funciton

2023-08-28 Thread Christian König
Am 28.08.23 um 12:02 schrieb Ma Jun: Simplify the code logic of size check function amdgpu_bo_validate_size Signed-off-by: Ma Jun Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 29 +- 1 file changed, 12 insertions(+), 17 deletions(-)

[PATCH v2] drm/amd: Simplify the bo size check funciton

2023-08-28 Thread Ma Jun
Simplify the code logic of size check function amdgpu_bo_validate_size Signed-off-by: Ma Jun --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 29 +- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c