Re: [PATCH] drm/amd/amdgpu: introduce gc_*_mes_2.bin

2023-03-29 Thread Alex Deucher
On Wed, Mar 29, 2023 at 6:11 AM Jack Xiao wrote: > > To avoid new mes fw running with old driver, rename > mes schq fw to gc_*_mes_2.bin. > > Signed-off-by: Jack Xiao Please add the necessary MODULE_FIRMWARE() declaration as well. With that, the patch is: Reviewed-by: Alex Deucher > --- >

[PATCH] drm/amd/amdgpu: introduce gc_*_mes_2.bin

2023-03-29 Thread Jack Xiao
To avoid new mes fw running with old driver, rename mes schq fw to gc_*_mes_2.bin. Signed-off-by: Jack Xiao --- drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 26 + 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c