Searched refs:smc_pptable (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
A D | vega12_processpptables.c | 255 pptable_information->smc_pptable = kmemdup(&(powerplay_table->smcPPTable), in init_powerplay_table_information() 257 if (pptable_information->smc_pptable == NULL) in init_powerplay_table_information() 260 result = append_vbios_pptable(hwmgr, (pptable_information->smc_pptable)); in init_powerplay_table_information() 311 kfree(pp_table_info->smc_pptable); in vega12_pp_tables_uninitialize() 312 pp_table_info->smc_pptable = NULL; in vega12_pp_tables_uninitialize()
|
A D | vega20_processpptables.c | 807 PPTable_t *ppsmc_pptable = (PPTable_t *)(pptable_information->smc_pptable); in override_powerplay_table_fantargettemperature() 893 pptable_information->smc_pptable = kmemdup(&(powerplay_table->smcPPTable), in init_powerplay_table_information() 896 if (pptable_information->smc_pptable == NULL) in init_powerplay_table_information() 900 result = append_vbios_pptable(hwmgr, (pptable_information->smc_pptable)); in init_powerplay_table_information() 958 kfree(pp_table_info->smc_pptable); in vega20_pp_tables_uninitialize() 959 pp_table_info->smc_pptable = NULL; in vega20_pp_tables_uninitialize()
|
A D | vega12_hwmgr.c | 840 memcpy(pp_table, pptable_information->smc_pptable, sizeof(PPTable_t)); in vega12_init_smc_table()
|
A D | vega20_hwmgr.c | 813 memcpy(pp_table, pptable_information->smc_pptable, sizeof(PPTable_t)); in vega20_init_smc_table()
|
/linux/drivers/gpu/drm/amd/pm/inc/ |
A D | smu_v13_0_pptable.h | 161 PPTable_t smc_pptable; //PPTable_t in driver_if.h member
|
A D | smu_v11_0_pptable.h | 163 PPTable_t smc_pptable; //PPTable_t in smu11_driver_if.h member
|
A D | smu_v11_0_7_pptable.h | 193 PPTable_t smc_pptable; //PPTable_t in smu11_driver_if.h member
|
A D | hwmgr.h | 630 void *smc_pptable; member
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
A D | navi10_ppt.c | 410 PPTable_t *smc_pptable = table_context->driver_pptable; in navi10_append_powerplay_table() local 434 smu_memcpy_trailing(smc_pptable, I2cControllers, BoardReserved, in navi10_append_powerplay_table() 442 smu_memcpy_trailing(smc_pptable, I2cControllers, BoardReserved, in navi10_append_powerplay_table() 453 smc_pptable->DebugOverrides |= DPM_OVERRIDE_DISABLE_DFLL_PLL_SHUTDOWN; in navi10_append_powerplay_table() 465 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in navi10_store_powerplay_table() 3181 PPTable_t *smc_pptable = table_context->driver_pptable; in navi10_enable_mgpu_fan_boost() local 3193 if (!smc_pptable->MGpuFanBoostLimitRpm) in navi10_enable_mgpu_fan_boost()
|
A D | arcturus_ppt.c | 473 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in arcturus_store_powerplay_table() 482 PPTable_t *smc_pptable = table_context->driver_pptable; in arcturus_append_powerplay_table() local 500 smu_memcpy_trailing(smc_pptable, MaxVoltageStepGfx, BoardReserved, in arcturus_append_powerplay_table()
|
A D | sienna_cichlid_ppt.c | 415 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in sienna_cichlid_store_powerplay_table() 3685 PPTable_t *smc_pptable = table_context->driver_pptable; in sienna_cichlid_enable_mgpu_fan_boost() local 3691 if (!smc_pptable->MGpuFanBoostLimitRpm) in sienna_cichlid_enable_mgpu_fan_boost()
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
A D | aldebaran_ppt.c | 385 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in aldebaran_store_powerplay_table() 394 PPTable_t *smc_pptable = table_context->driver_pptable; in aldebaran_append_powerplay_table() local 412 smu_memcpy_trailing(smc_pptable, GfxMaxCurrent, reserved, in aldebaran_append_powerplay_table()
|
Completed in 45 milliseconds