[AMD Official Use Only - Internal Distribution Only]
Reviewed-by: Feifei Xu <[email protected]> -----Original Message----- From: amd-gfx <[email protected]> On Behalf Of Alex Deucher Sent: 2020年3月5日 13:23 To: amd-gfx list <[email protected]> Cc: Deucher, Alexander <[email protected]>; Tawfik, Aly <[email protected]> Subject: Re: [PATCH 1/2] drm/amdgpu/display: fix pci revision id fetching Ping? On Tue, Feb 25, 2020 at 3:32 PM Alex Deucher <[email protected]> wrote: > > From: Aly-Tawfik <[email protected]> > > Use the pci revision id rather than the asic silicon revision id. > > Signed-off-by: Aly-Tawfik <[email protected]> > Signed-off-by: Alex Deucher <[email protected]> > --- > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c > b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c > index 0c55d44c9d5b..92166150bf9f 100644 > --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c > +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c > @@ -902,7 +902,7 @@ static int amdgpu_dm_init(struct amdgpu_device *adev) > > init_data.asic_id.chip_family = adev->family; > > - init_data.asic_id.pci_revision_id = adev->rev_id; > + init_data.asic_id.pci_revision_id = adev->pdev->revision; > init_data.asic_id.hw_internal_rev = adev->external_rev_id; > > init_data.asic_id.vram_width = adev->gmc.vram_width; > -- > 2.24.1 > _______________________________________________ amd-gfx mailing list [email protected] https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.freedesktop.org%2Fmailman%2Flistinfo%2Famd-gfx&data=02%7C01%7CFeifei.Xu%40amd.com%7Cdd49232261ac4267a33f08d7c0c54ad8%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637189825908683804&sdata=sN%2BGSvrmnz5Qdrf4JR0sFUDWMWyu7tsOh6ZG9lb9I5Y%3D&reserved=0 _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
