Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dnavi10_ppt.c343 struct smu_table_context *table_context = &smu->smu_table; in navi10_check_bxco_support() local
345 table_context->power_play_table; in navi10_check_bxco_support()
361 struct smu_table_context *table_context = &smu->smu_table; in navi10_check_powerplay_table() local
363 table_context->power_play_table; in navi10_check_powerplay_table()
370 table_context->thermal_controller_type = in navi10_check_powerplay_table()
385 struct smu_table_context *table_context = &smu->smu_table; in navi10_append_powerplay_table() local
386 PPTable_t *smc_pptable = table_context->driver_pptable; in navi10_append_powerplay_table()
437 struct smu_table_context *table_context = &smu->smu_table; in navi10_store_powerplay_table() local
439 table_context->power_play_table; in navi10_store_powerplay_table()
441 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in navi10_store_powerplay_table()
[all …]
H A Dsienna_cichlid_ppt.c299 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_check_bxco_support() local
301 table_context->power_play_table; in sienna_cichlid_check_bxco_support()
330 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_check_powerplay_table() local
332 table_context->power_play_table; in sienna_cichlid_check_powerplay_table()
339 table_context->thermal_controller_type = in sienna_cichlid_check_powerplay_table()
347 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_append_powerplay_table() local
348 PPTable_t *smc_pptable = table_context->driver_pptable; in sienna_cichlid_append_powerplay_table()
368 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_store_powerplay_table() local
370 table_context->power_play_table; in sienna_cichlid_store_powerplay_table()
372 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in sienna_cichlid_store_powerplay_table()
[all …]
H A Darcturus_ppt.c384 struct smu_table_context *table_context = &smu->smu_table; in arcturus_check_bxco_support() local
386 table_context->power_play_table; in arcturus_check_bxco_support()
402 struct smu_table_context *table_context = &smu->smu_table; in arcturus_check_powerplay_table() local
404 table_context->power_play_table; in arcturus_check_powerplay_table()
408 table_context->thermal_controller_type = in arcturus_check_powerplay_table()
416 struct smu_table_context *table_context = &smu->smu_table; in arcturus_store_powerplay_table() local
418 table_context->power_play_table; in arcturus_store_powerplay_table()
420 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in arcturus_store_powerplay_table()
428 struct smu_table_context *table_context = &smu->smu_table; in arcturus_append_powerplay_table() local
429 PPTable_t *smc_pptable = table_context->driver_pptable; in arcturus_append_powerplay_table()
[all …]
H A Dsmu_v11_0.c1435 struct smu_table_context *table_context = &smu->smu_table; in smu_v11_0_get_max_sustainable_clocks_by_dc() local
1438 if (!max_clocks || !table_context->max_sustainable_clocks) in smu_v11_0_get_max_sustainable_clocks_by_dc()
1441 sustainable_clocks = table_context->max_sustainable_clocks; in smu_v11_0_get_max_sustainable_clocks_by_dc()