Re: [PATCH] drm/amdgpu: Adjust logic in amdgpu_device_partner_bandwidth()

2024-05-24 Thread Christian König
Am 16.05.24 um 17:05 schrieb Alex Deucher: Use current speed/width on devices which don't support dynamic PCIe switching. Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3289 Signed-off-by: Alex Deucher Acked-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 19

Re: [PATCH] drm/amdgpu: Adjust logic in amdgpu_device_partner_bandwidth()

2024-05-23 Thread Alex Deucher
Ping? On Thu, May 16, 2024 at 11:42 AM Alex Deucher wrote: > > Use current speed/width on devices which don't support > dynamic PCIe switching. > > Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3289 > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 19

[PATCH] drm/amdgpu: Adjust logic in amdgpu_device_partner_bandwidth()

2024-05-16 Thread Alex Deucher
Use current speed/width on devices which don't support dynamic PCIe switching. Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3289 Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff