RE: [PATCH v5 10/45] drm/amd: Load VCN microcode during early_init

2023-01-04 Thread Limonciello, Mario
sts.freedesktop.org; amd-...@lists.freedesktop.org; Carlos Soriano > Sanchez ; Koenig, Christian > > Subject: Re: [PATCH v5 10/45] drm/amd: Load VCN microcode during > early_init > > On Wed, Jan 4, 2023 at 11:42 AM Mario Limonciello > wrote: > > > > Simplifies the code so

Re: [PATCH v5 10/45] drm/amd: Load VCN microcode during early_init

2023-01-04 Thread Alex Deucher
On Wed, Jan 4, 2023 at 11:42 AM Mario Limonciello wrote: > > Simplifies the code so that all VCN versions will get the firmware > name from `amdgpu_ucode_ip_version_decode` and then use this filename > to load microcode as part of the early_init process. > > Signed-off-by: Mario Limonciello > ---

[PATCH v5 10/45] drm/amd: Load VCN microcode during early_init

2023-01-04 Thread Mario Limonciello
Simplifies the code so that all VCN versions will get the firmware name from `amdgpu_ucode_ip_version_decode` and then use this filename to load microcode as part of the early_init process. Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 91 +---