drm/amdkfd: remove dead code in kfd_create_vcrat_image_gpu
authorJesse Zhang <jesse.zhang@amd.com>
Thu, 30 May 2024 03:27:28 +0000 (11:27 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 5 Jun 2024 15:25:13 +0000 (11:25 -0400)
commitb5b561621d5d6bc0ddd6cc442893f6768d151c27
tree026d139f9e9517f2c39cde9d91c7b8b1a3c0828a
parent8178cfb0b48b122dd72ba6ffc2251926f62a0002
drm/amdkfd: remove dead code in kfd_create_vcrat_image_gpu

kfd_create_vcrat_image_gpu itself checks the avail_size at the start.
So the value of avail_size is at least VCRAT_SIZE_FOR_GPU(16384),
minus struct crat_header(40UL) and struct crat_subtype_compute(40UL) it cannot be less than 0.

Signed-off-by: Jesse Zhang <Jesse.Zhang@amd.com>
Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_crat.c