Re: [PATCH 1/1] drm/amd: Don't init MEC2 firmware when it fails to load

2024-01-29 Thread Mario Limonciello
On 1/29/2024 14:46, Mario Limonciello wrote: On 1/28/2024 10:18, David McFarland wrote: The same calls are made directly above, but conditional on the firmware loading and validating successfully. Fixes: 9931b67690cf ("drm/amd: Load GFX10 microcode during early_init") This is a great find, th

Re: [PATCH 1/1] drm/amd: Don't init MEC2 firmware when it fails to load

2024-01-29 Thread Mario Limonciello
On 1/28/2024 10:18, David McFarland wrote: The same calls are made directly above, but conditional on the firmware loading and validating successfully. Fixes: 9931b67690cf ("drm/amd: Load GFX10 microcode during early_init") This is a great find, thank you for the fix. I'll apply it to our tre

[PATCH 1/1] drm/amd: Don't init MEC2 firmware when it fails to load

2024-01-29 Thread David McFarland
The same calls are made directly above, but conditional on the firmware loading and validating successfully. Fixes: 9931b67690cf ("drm/amd: Load GFX10 microcode during early_init") --- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/amd/