drm/amd: Use `amdgpu_ucode_*` helpers for GPU info bin
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 4 Jan 2023 14:38:23 +0000 (08:38 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Jan 2023 19:32:58 +0000 (14:32 -0500)
commitb31d306378d9ba88555d359406a18e13e3ddc641
tree29b4510e4d6abd5b68b375bf212e401298456dc0
parente5a7d047f41bf78965dd3b794efe52d6a595d42b
drm/amd: Use `amdgpu_ucode_*` helpers for GPU info bin

The `amdgpu_ucode_request` helper will ensure that the return code for
missing firmware is -ENODEV so that early_init can fail.

The `amdgpu_ucode_release` helper is for symmetry on unloading.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c