Re: [PATCH] drm/amdgpu: Skip pcie_replay_count sysfs creation for VF

2025-03-17 Thread Lazar, Lijo
On 3/17/2025 7:15 PM, Victor Skvortsov wrote: > VFs cannot read the NAK_COUNTER register. This information is only > available through PMFW metrics. > > Signed-off-by: Victor Skvortsov Reviewed-by: Lijo Lazar Thanks, Lijo > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 27 +++

[PATCH] drm/amdgpu: Skip pcie_replay_count sysfs creation for VF

2025-03-17 Thread Victor Skvortsov
VFs cannot read the NAK_COUNTER register. This information is only available through PMFW metrics. Signed-off-by: Victor Skvortsov --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 27 -- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu