[AMD Public Use]
Is this for the series, or just this patch? Thanks!
Alex
From: Xu, Feifei <Feifei.Xu@xxxxxxx>
Sent: Thursday, March 5, 2020 12:24 AM To: Alex Deucher <alexdeucher@xxxxxxxxx>; amd-gfx list <amd-gfx@xxxxxxxxxxxxxxxxxxxxx> Cc: Deucher, Alexander <Alexander.Deucher@xxxxxxx>; Tawfik, Aly <Aly.Tawfik@xxxxxxx> Subject: RE: [PATCH 1/2] drm/amdgpu/display: fix pci revision id fetching [AMD Official Use Only - Internal Distribution Only]
Reviewed-by: Feifei Xu <Feifei.Xu@xxxxxxx> -----Original Message----- From: amd-gfx <amd-gfx-bounces@xxxxxxxxxxxxxxxxxxxxx> On Behalf Of Alex Deucher Sent: 2020年3月5日 13:23 To: amd-gfx list <amd-gfx@xxxxxxxxxxxxxxxxxxxxx> Cc: Deucher, Alexander <Alexander.Deucher@xxxxxxx>; Tawfik, Aly <Aly.Tawfik@xxxxxxx> 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 <alexdeucher@xxxxxxxxx> wrote: > > From: Aly-Tawfik <altawfik@xxxxxxx> > > Use the pci revision id rather than the asic silicon revision id. > > Signed-off-by: Aly-Tawfik <altawfik@xxxxxxx> > Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> > --- > 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 amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://nam11.safelinks.protection.outlook.com/?url=""> |
_______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx