Searched refs:sys_table (Results 1 – 1 of 1) sorted by relevance
560 struct smu_table *sys_table; in smu_v15_0_8_get_system_metrics_table() local563 sys_table = &tables[SMU_TABLE_PMFW_SYSTEM_METRICS]; in smu_v15_0_8_get_system_metrics_table()564 if (smu_table_cache_is_valid(sys_table)) in smu_v15_0_8_get_system_metrics_table()576 ret = smu_cmn_vram_cpy(smu, sys_table->cache.buffer, in smu_v15_0_8_get_system_metrics_table()582 smu_table_cache_update_time(sys_table, jiffies); in smu_v15_0_8_get_system_metrics_table()594 struct smu_table *sys_table; in smu_v15_0_8_get_npm_data() local607 sys_table = &tables[SMU_TABLE_PMFW_SYSTEM_METRICS]; in smu_v15_0_8_get_npm_data()608 metrics = (SystemMetricsTable_t *)sys_table->cache.buffer; in smu_v15_0_8_get_npm_data()1576 struct smu_table *sys_table; in smu_v15_0_8_get_temp_metrics() local1583 sys_table = &tables[SMU_TABLE_PMFW_SYSTEM_METRICS]; in smu_v15_0_8_get_temp_metrics()[all …]