RE: [PATCH] drm/amdgpu: soc15 pcie gen4 support

2021-03-04 Thread Xu, Feifei
Yes, seems un-necessary in current implementation. Thanks, Feifei -Original Message- From: Lazar, Lijo Sent: Thursday, March 4, 2021 3:38 PM To: Chen, Guchun ; Alex Deucher ; Xu, Feifei Cc: amd-gfx list ; Zhang, Hawking Subject: RE: [PATCH] drm/amdgpu: soc15 pcie gen4 support

RE: [PATCH] drm/amdgpu: soc15 pcie gen4 support

2021-03-03 Thread Lazar, Lijo
; Xu, Feifei Cc: amd-gfx list ; Zhang, Hawking Subject: RE: [PATCH] drm/amdgpu: soc15 pcie gen4 support [AMD Public Use] How about module parameter check amdgpu_pcie_gen2 in soc15_pcie_gen4_enable? Is it necessary to modify it as well? Regards, Guchun -Original Message- From: amd-gfx

RE: [PATCH] drm/amdgpu: soc15 pcie gen4 support

2021-03-03 Thread Chen, Guchun
; Zhang, Hawking Subject: Re: [PATCH] drm/amdgpu: soc15 pcie gen4 support On Wed, Mar 3, 2021 at 10:46 PM Feifei Xu wrote: > > Signed-off-by: Feifei Xu Acked-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/soc15.c | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-)

RE: [PATCH] drm/amdgpu: soc15 pcie gen4 support

2021-03-03 Thread Zhang, Hawking
[AMD Public Use] Reviewed-by: Hawking Zhang Regards, Hawking -Original Message- From: Feifei Xu Sent: Thursday, March 4, 2021 11:47 To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Xu, Feifei Subject: [PATCH] drm/amdgpu: soc15 pcie gen4 support Signed-off-by: Feifei Xu

Re: [PATCH] drm/amdgpu: soc15 pcie gen4 support

2021-03-03 Thread Alex Deucher
On Wed, Mar 3, 2021 at 10:46 PM Feifei Xu wrote: > > Signed-off-by: Feifei Xu Acked-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/soc15.c | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c > b/drivers/gpu/drm/amd/amdgpu/

[PATCH] drm/amdgpu: soc15 pcie gen4 support

2021-03-03 Thread Feifei Xu
Signed-off-by: Feifei Xu --- drivers/gpu/drm/amd/amdgpu/soc15.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c index 28b991904eaa..437cdc56bdc5 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc15.c ++