On 6/6/23 17:36, Alex Deucher wrote: > 0x5b70 is a missing RV370 secondary id. Add it so > we don't try and probe it with amdgpu. > > Cc: [email protected] > Signed-off-by: Alex Deucher <[email protected]> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c > b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c > index 7489b2b1a0d0..b8a1e4571cd9 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c > @@ -1640,6 +1640,7 @@ static const u16 amdgpu_unsupported_pciidlist[] = { > 0x5874, > 0x5940, > 0x5941, > + 0x5b70, > 0x5b72, > 0x5b73, > 0x5b74,
Reviewed-by: Michel Dänzer <[email protected]> Tested-by: Michel Dänzer <[email protected]> Thanks! -- Earthling Michel Dänzer | https://redhat.com Libre software enthusiast | Mesa and Xwayland developer
