Home
last modified time | relevance | path

Searched refs:sys_table (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/smu15/
H A Dsmu_v15_0_8_ppt.c560 struct smu_table *sys_table; in smu_v15_0_8_get_system_metrics_table() local
563 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() local
607 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() local
1583 sys_table = &tables[SMU_TABLE_PMFW_SYSTEM_METRICS]; in smu_v15_0_8_get_temp_metrics()
[all …]