Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dnavi10_ppt.c371 PPTable_t *smc_pptable = table_context->driver_pptable; in navi10_append_powerplay_table()
426 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in navi10_store_powerplay_table()
635 PPTable_t *driver_ppt = smu->smu_table.driver_pptable; in navi10_set_default_dpm_table()
890 PPTable_t *pptable = smu->smu_table.driver_pptable; in navi10_is_support_fine_grained_dpm()
930 PPTable_t *pptable = (PPTable_t *)table_context->driver_pptable; in navi10_print_clk_levels()
1374 PPTable_t *pptable = smu->smu_table.driver_pptable; in navi10_get_fan_parameters()
1697 PPTable_t *pptable = table_context->driver_pptable; in navi10_read_sensor()
1754 if (!clocks_in_khz || !num_states || !table_context->driver_pptable) in navi10_get_uclk_dpm_states()
1757 driver_ppt = table_context->driver_pptable; in navi10_get_uclk_dpm_states()
1781 PPTable_t *pptable = smu->smu_table.driver_pptable; in navi10_get_thermal_temperature_range()
[all …]
Dsienna_cichlid_ppt.c317 PPTable_t *smc_pptable = table_context->driver_pptable; in sienna_cichlid_append_powerplay_table()
341 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in sienna_cichlid_store_powerplay_table()
551 PPTable_t *driver_ppt = smu->smu_table.driver_pptable; in sienna_cichlid_set_default_dpm_table()
890 PPTable_t *pptable = smu->smu_table.driver_pptable; in sienna_cichlid_is_support_fine_grained_dpm()
910 PPTable_t *pptable = (PPTable_t *)table_context->driver_pptable; in sienna_cichlid_print_clk_levels()
1189 PPTable_t *pptable = smu->smu_table.driver_pptable; in sienna_cichlid_get_fan_parameters()
1511 PPTable_t *pptable = table_context->driver_pptable; in sienna_cichlid_read_sensor()
1568 if (!clocks_in_khz || !num_states || !table_context->driver_pptable) in sienna_cichlid_get_uclk_dpm_states()
1571 driver_ppt = table_context->driver_pptable; in sienna_cichlid_get_uclk_dpm_states()
1595 PPTable_t *pptable = smu->smu_table.driver_pptable; in sienna_cichlid_get_thermal_temperature_range()
[all …]
Darcturus_ppt.c303 PPTable_t *driver_ppt = smu->smu_table.driver_pptable; in arcturus_set_default_dpm_table()
405 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in arcturus_store_powerplay_table()
414 PPTable_t *smc_pptable = table_context->driver_pptable; in arcturus_append_powerplay_table()
961 PPTable_t *pptable = smu->smu_table.driver_pptable; in arcturus_get_thermal_temperature_range()
1061 PPTable_t *pptable = table_context->driver_pptable; in arcturus_read_sensor()
1136 PPTable_t *pptable = smu->smu_table.driver_pptable; in arcturus_get_fan_parameters()
1147 PPTable_t *pptable = smu->smu_table.driver_pptable; in arcturus_get_power_limit()
1407 PPTable_t *pptable = table_context->driver_pptable; in arcturus_dump_pptable()
Dsmu_v11_0.c375 smu_table->driver_pptable = in smu_v11_0_init_smc_tables()
377 if (!smu_table->driver_pptable) { in smu_v11_0_init_smc_tables()
413 kfree(smu_table->driver_pptable); in smu_v11_0_init_smc_tables()
427 kfree(smu_table->driver_pptable); in smu_v11_0_fini_smc_tables()
432 smu_table->driver_pptable = NULL; in smu_v11_0_fini_smc_tables()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/
Dsmu_cmn.c636 void *pptable = smu->smu_table.driver_pptable; in smu_cmn_write_pptable()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
Damdgpu_smu.h261 void *driver_pptable; member