OSDN Git Service

drm/amd: Use `amdgpu_ucode_*` helpers for GMC8
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 4 Jan 2023 14:35:58 +0000 (08:35 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Jan 2023 19:32:57 +0000 (14:32 -0500)
commit4b1c8b64299e0fee1a20362f2bba8eccf4630440
treed997db24ff909572fb63a55405d9cb72a0c416e3
parentee138d86ef2c3bd76043a2b1f63fe2dbdea59d91
drm/amd: Use `amdgpu_ucode_*` helpers for GMC8

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