Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega12_processpptables.c255 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()
Dvega20_processpptables.c807 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()
Dvega12_hwmgr.c840 memcpy(pp_table, pptable_information->smc_pptable, sizeof(PPTable_t)); in vega12_init_smc_table()
Dvega20_hwmgr.c813 memcpy(pp_table, pptable_information->smc_pptable, sizeof(PPTable_t)); in vega20_init_smc_table()
/linux-5.19.10/drivers/gpu/drm/amd/pm/swsmu/inc/
Dsmu_v11_0_pptable.h164 PPTable_t smc_pptable; //PPTable_t in smu11_driver_if.h member
Dsmu_v13_0_pptable.h163 PPTable_t smc_pptable; //PPTable_t in driver_if.h member
Dsmu_v11_0_7_pptable.h194 PPTable_t smc_pptable; //PPTable_t in smu11_driver_if.h member
Dsmu_v13_0_7_pptable.h198 PPTable_t smc_pptable; //PPTable_t in driver_if.h member
/linux-5.19.10/drivers/gpu/drm/amd/pm/inc/
Dsmu_v13_0_0_pptable.h198 PPTable_t smc_pptable; //PPTable_t in driver_if.h member
/linux-5.19.10/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0_7_ppt.c329 powerplay_table->smc_pptable.SkuTable.DebugOverrides |= 0x00000080; in smu_v13_0_7_store_powerplay_table()
331 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in smu_v13_0_7_store_powerplay_table()
364 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_7_append_powerplay_table() local
368 BoardTable_t *BoardTable = &smc_pptable->BoardTable; in smu_v13_0_7_append_powerplay_table()
811 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_7_read_sensor() local
816 *(uint16_t *)data = smc_pptable->SkuTable.FanMaximumRpm; in smu_v13_0_7_read_sensor()
Dsmu_v13_0_0_ppt.c338 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in smu_v13_0_0_store_powerplay_table()
354 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_0_append_powerplay_table() local
356 BoardTable_t *BoardTable = &smc_pptable->BoardTable; in smu_v13_0_0_append_powerplay_table()
797 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_0_read_sensor() local
802 *(uint16_t *)data = smc_pptable->SkuTable.FanMaximumRpm; in smu_v13_0_0_read_sensor()
Daldebaran_ppt.c395 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in aldebaran_store_powerplay_table()
404 PPTable_t *smc_pptable = table_context->driver_pptable; in aldebaran_append_powerplay_table() local
422 smu_memcpy_trailing(smc_pptable, GfxMaxCurrent, reserved, in aldebaran_append_powerplay_table()
/linux-5.19.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dnavi10_ppt.c409 PPTable_t *smc_pptable = table_context->driver_pptable; in navi10_append_powerplay_table() local
433 smu_memcpy_trailing(smc_pptable, I2cControllers, BoardReserved, in navi10_append_powerplay_table()
441 smu_memcpy_trailing(smc_pptable, I2cControllers, BoardReserved, in navi10_append_powerplay_table()
452 smc_pptable->DebugOverrides |= DPM_OVERRIDE_DISABLE_DFLL_PLL_SHUTDOWN; in navi10_append_powerplay_table()
464 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in navi10_store_powerplay_table()
3374 PPTable_t *smc_pptable = table_context->driver_pptable; in navi10_enable_mgpu_fan_boost() local
3386 if (!smc_pptable->MGpuFanBoostLimitRpm) in navi10_enable_mgpu_fan_boost()
Darcturus_ppt.c461 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in arcturus_store_powerplay_table()
470 PPTable_t *smc_pptable = table_context->driver_pptable; in arcturus_append_powerplay_table() local
488 smu_memcpy_trailing(smc_pptable, MaxVoltageStepGfx, BoardReserved, in arcturus_append_powerplay_table()
Dsienna_cichlid_ppt.c440 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in sienna_cichlid_store_powerplay_table()
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h629 void *smc_pptable; member