drm/amd: Use `amdgpu_ucode_*` helpers for SDMA on CIK
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 4 Jan 2023 14:36:47 +0000 (08:36 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Jan 2023 19:32:58 +0000 (14:32 -0500)
commitcb9bdfad2274a58bd01d188727aed20b4baf5f44
tree87f52a860f69b85b2608f8b4cc86fa6805c6f59e
parentd7f50961aa5c6a6b242793da79baf41667b8b1eb
drm/amd: Use `amdgpu_ucode_*` helpers for SDMA on CIK

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/cik_sdma.c