[PATCH] drm/amd: Add the capability to mark certain firmware as "required"
Mario Limonciello
mario.limonciello at amd.com
Wed Dec 4 05:14:31 UTC 2024
>> +enum amdgpu_ucode_required {
>> + AMDGPU_UCODE_NOT_REQUIRED,
>> + AMDGPU_UCODE_REQUIRED,
>
> Couldn't this be handled in another API instead of having to flag every
> load? By default, every ucode is required and if optional may be skipped
> with amdgpu_ucode_request_optional() API?
>
I guess this would be a smaller patch, but 6 eggs one hand, half dozen
in the other?
Alex - what's your take?
More information about the amd-gfx
mailing list