File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ typedef enum {
123
123
VOLTAGE_GUARDBAND_COUNT
124
124
} GFX_GUARDBAND_e ;
125
125
126
- #define SMU_METRICS_TABLE_VERSION 0x9
126
+ #define SMU_METRICS_TABLE_VERSION 0xB
127
127
128
128
typedef struct __attribute__((packed , aligned (4 ))) {
129
129
uint32_t AccumulationCounter ;
@@ -219,6 +219,10 @@ typedef struct __attribute__((packed, aligned(4))) {
219
219
uint32_t PCIenReplayARolloverCountAcc ; // The Pcie counter itself is accumulated
220
220
uint32_t PCIeNAKSentCountAcc ; // The Pcie counter itself is accumulated
221
221
uint32_t PCIeNAKReceivedCountAcc ; // The Pcie counter itself is accumulated
222
+
223
+ // VCN/JPEG ACTIVITY
224
+ uint32_t VcnBusy [4 ];
225
+ uint32_t JpegBusy [32 ];
222
226
} MetricsTableX_t ;
223
227
224
228
typedef struct __attribute__((packed , aligned (4 ))) {
@@ -307,6 +311,10 @@ typedef struct __attribute__((packed, aligned(4))) {
307
311
//XGMI Data tranfser size
308
312
uint64_t XgmiReadDataSizeAcc [8 ];//in KByte
309
313
uint64_t XgmiWriteDataSizeAcc [8 ];//in KByte
314
+
315
+ // VCN/JPEG ACTIVITY
316
+ uint32_t VcnBusy [4 ];
317
+ uint32_t JpegBusy [32 ];
310
318
} MetricsTableA_t ;
311
319
312
320
#define SMU_VF_METRICS_TABLE_VERSION 0x3
You can’t perform that action at this time.
0 commit comments