RE: [PATCH 1/2] drm/amdgpu: Disable verbose for p2p dist calc

2022-09-21 Thread Chen, Guchun
, Hawking Subject: [PATCH 1/2] drm/amdgpu: Disable verbose for p2p dist calc Disable verbose while getting p2p distance. With verbose, it shows warning if ACS redirect is set between the devices. Adds noise to dmesg logs when a few GPU devices are on the same platform. Example log: amdgpu :34:00.0

Re: [PATCH 1/2] drm/amdgpu: Disable verbose for p2p dist calc

2022-09-21 Thread Christian König
Am 21.09.22 um 14:30 schrieb Lijo Lazar: Disable verbose while getting p2p distance. With verbose, it shows warning if ACS redirect is set between the devices. Adds noise to dmesg logs when a few GPU devices are on the same platform. Example log: amdgpu :34:00.0: ACS redirect is set

[PATCH 1/2] drm/amdgpu: Disable verbose for p2p dist calc

2022-09-21 Thread Lijo Lazar
Disable verbose while getting p2p distance. With verbose, it shows warning if ACS redirect is set between the devices. Adds noise to dmesg logs when a few GPU devices are on the same platform. Example log: amdgpu :34:00.0: ACS redirect is set between the client and provider (:31:00.0)