mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-24 02:49:05 +07:00
drm/amdgpu: Add replay counter defines to NBIO headers
Add the PCIE_RX_NUM_NACK and PCIE_RX_NUM_NACK_GENERATED values to the NBIO SMN headers in preparation for exposing the number of PCIe replays via sysfs Signed-off-by: Kent Russell <kent.russell@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
e008299ea9
commit
673b366b41
@ -54,5 +54,8 @@
|
||||
#define smnPCIE_PERF_COUNT0_TXCLK2 0x11180258
|
||||
#define smnPCIE_PERF_COUNT1_TXCLK2 0x1118025c
|
||||
|
||||
#define smnPCIE_RX_NUM_NAK 0x11180038
|
||||
#define smnPCIE_RX_NUM_NAK_GENERATED 0x1118003c
|
||||
|
||||
#endif // _nbio_6_1_SMN_HEADER
|
||||
|
||||
|
@ -51,4 +51,7 @@
|
||||
#define smnPCIE_PERF_COUNT0_TXCLK2 0x11180258
|
||||
#define smnPCIE_PERF_COUNT1_TXCLK2 0x1118025c
|
||||
|
||||
#define smnPCIE_RX_NUM_NAK 0x11180038
|
||||
#define smnPCIE_RX_NUM_NAK_GENERATED 0x1118003c
|
||||
|
||||
#endif // _nbio_7_0_SMN_HEADER
|
||||
|
@ -50,4 +50,7 @@
|
||||
#define smnPCIE_PERF_CNTL_EVENT_LC_PORT_SEL 0x1118024c
|
||||
#define smnPCIE_PERF_CNTL_EVENT_CI_PORT_SEL 0x11180250
|
||||
|
||||
#define smnPCIE_RX_NUM_NAK 0x11180038
|
||||
#define smnPCIE_RX_NUM_NAK_GENERATED 0x1118003c
|
||||
|
||||
#endif // _nbio_7_4_0_SMN_HEADER
|
||||
|
Loading…
Reference in New Issue
Block a user