Home
last modified time | relevance | path

Searched refs:smc_pptable (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_processpptables.c255 pptable_information->smc_pptable = kmalloc(sizeof(PPTable_t), GFP_KERNEL); in init_powerplay_table_information()
256 if (pptable_information->smc_pptable == NULL) in init_powerplay_table_information()
259 memcpy(pptable_information->smc_pptable, &(powerplay_table->smcPPTable), sizeof(PPTable_t)); in init_powerplay_table_information()
261 result = append_vbios_pptable(hwmgr, (pptable_information->smc_pptable)); in init_powerplay_table_information()
312 kfree(pp_table_info->smc_pptable); in vega12_pp_tables_uninitialize()
313 pp_table_info->smc_pptable = NULL; in vega12_pp_tables_uninitialize()
H A 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()
H A Dvega12_hwmgr.c841 memcpy(pp_table, pptable_information->smc_pptable, sizeof(PPTable_t)); in vega12_init_smc_table()
H A Dvega20_hwmgr.c814 memcpy(pp_table, pptable_information->smc_pptable, sizeof(PPTable_t)); in vega20_init_smc_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_processpptables.c253 pptable_information->smc_pptable = kmemdup(&(powerplay_table->smcPPTable), in init_powerplay_table_information()
255 if (pptable_information->smc_pptable == NULL) in init_powerplay_table_information()
258 return append_vbios_pptable(hwmgr, (pptable_information->smc_pptable)); in init_powerplay_table_information()
307 kfree(pp_table_info->smc_pptable); in vega12_pp_tables_uninitialize()
308 pp_table_info->smc_pptable = NULL; in vega12_pp_tables_uninitialize()
H A Dvega20_processpptables.c806 PPTable_t *ppsmc_pptable = (PPTable_t *)(pptable_information->smc_pptable); in override_powerplay_table_fantargettemperature()
892 pptable_information->smc_pptable = kmemdup(&(powerplay_table->smcPPTable), in init_powerplay_table_information()
895 if (pptable_information->smc_pptable == NULL) in init_powerplay_table_information()
899 result = append_vbios_pptable(hwmgr, (pptable_information->smc_pptable)); in init_powerplay_table_information()
957 kfree(pp_table_info->smc_pptable); in vega20_pp_tables_uninitialize()
958 pp_table_info->smc_pptable = NULL; in vega20_pp_tables_uninitialize()
H A Dvega12_hwmgr.c839 memcpy(pp_table, pptable_information->smc_pptable, sizeof(PPTable_t)); in vega12_init_smc_table()
H A Dvega20_hwmgr.c812 memcpy(pp_table, pptable_information->smc_pptable, sizeof(PPTable_t)); in vega20_init_smc_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c332 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_7_check_powerplay_table() local
333 BoardTable_t *BoardTable = &smc_pptable->BoardTable; in smu_v13_0_7_check_powerplay_table()
336 &smc_pptable->SkuTable.OverDriveLimitsBasicMax; in smu_v13_0_7_check_powerplay_table()
338 &smc_pptable->SkuTable.OverDriveLimitsMin; in smu_v13_0_7_check_powerplay_table()
380 powerplay_table->smc_pptable.SkuTable.DebugOverrides |= 0x00000080; in smu_v13_0_7_store_powerplay_table()
382 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in smu_v13_0_7_store_powerplay_table()
414 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_7_append_powerplay_table() local
418 BoardTable_t *BoardTable = &smc_pptable->BoardTable; in smu_v13_0_7_append_powerplay_table()
920 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_7_read_sensor() local
925 *(uint16_t *)data = smc_pptable in smu_v13_0_7_read_sensor()
[all...]
H A Dsmu_v13_0_0_ppt.c396 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in smu_v13_0_0_store_powerplay_table()
412 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_0_append_powerplay_table() local
414 BoardTable_t *BoardTable = &smc_pptable->BoardTable; in smu_v13_0_0_append_powerplay_table()
939 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_0_read_sensor() local
944 *(uint16_t *)data = smc_pptable->SkuTable.FanMaximumRpm; in smu_v13_0_0_read_sensor()
H A Daldebaran_ppt.c403 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in aldebaran_store_powerplay_table()
412 PPTable_t *smc_pptable = table_context->driver_pptable; in aldebaran_append_powerplay_table() local
430 smu_memcpy_trailing(smc_pptable, GfxMaxCurrent, reserved, in aldebaran_append_powerplay_table()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H A Dsmu_v11_0_7_pptable.h175 uint16_t table_size; //Driver portion table size. The offset to smc_pptable including header size
193 PPTable_t smc_pptable; //PPTable_t in smu11_driver_if.h member
H A Dsmu_v11_0_pptable.h142 uint16_t table_size; //Driver portion table size. The offset to smc_pptable including header size
163 PPTable_t smc_pptable; //PPTable_t in smu11_driver_if.h member
H A Dhwmgr.h628 void *smc_pptable; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Dsmu_v13_0_7_pptable.h176 uint16_t table_size; //Driver portion table size. The offset to smc_pptable including header size
193 PPTable_t smc_pptable; //PPTable_t in driver_if.h member
H A Dsmu_v11_0_7_pptable.h176 uint16_t table_size; //Driver portion table size. The offset to smc_pptable including header size
194 PPTable_t smc_pptable; //PPTable_t in smu11_driver_if.h member
H A Dsmu_v13_0_pptable.h142 uint16_t table_size; //Driver portion table size. The offset to smc_pptable including header size
163 PPTable_t smc_pptable; //PPTable_t in driver_if.h member
H A Dsmu_v11_0_pptable.h140 uint16_t table_size; //Driver portion table size. The offset to smc_pptable including header size
161 PPTable_t smc_pptable; //PPTable_t in smu11_driver_if.h member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/inc/
H A Dsmu_v13_0_0_pptable.h176 uint16_t table_size; //Driver portion table size. The offset to smc_pptable including header size
193 PPTable_t smc_pptable; //PPTable_t in driver_if.h member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dnavi10_ppt.c386 PPTable_t *smc_pptable = table_context->driver_pptable; in navi10_append_powerplay_table() local
410 memcpy(smc_pptable->I2cControllers, smc_dpm_table->I2cControllers, in navi10_append_powerplay_table()
418 memcpy(smc_pptable->I2cControllers, smc_dpm_table_v4_7->I2cControllers, in navi10_append_powerplay_table()
429 smc_pptable->DebugOverrides |= DPM_OVERRIDE_DISABLE_DFLL_PLL_SHUTDOWN; in navi10_append_powerplay_table()
441 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in navi10_store_powerplay_table()
2623 PPTable_t *smc_pptable = table_context->driver_pptable; in navi10_enable_mgpu_fan_boost() local
2635 if (!smc_pptable->MGpuFanBoostLimitRpm) in navi10_enable_mgpu_fan_boost()
H A Dsienna_cichlid_ppt.c348 PPTable_t *smc_pptable = table_context->driver_pptable; in sienna_cichlid_append_powerplay_table() local
360 memcpy(smc_pptable->I2cControllers, smc_dpm_table->I2cControllers, in sienna_cichlid_append_powerplay_table()
372 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in sienna_cichlid_store_powerplay_table()
2748 PPTable_t *smc_pptable = table_context->driver_pptable; in sienna_cichlid_enable_mgpu_fan_boost() local
2754 if (!smc_pptable->MGpuFanBoostLimitRpm) in sienna_cichlid_enable_mgpu_fan_boost()
H A Darcturus_ppt.c420 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in arcturus_store_powerplay_table()
429 PPTable_t *smc_pptable = table_context->driver_pptable; in arcturus_append_powerplay_table() local
447 memcpy(&smc_pptable->MaxVoltageStepGfx, in arcturus_append_powerplay_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dnavi10_ppt.c410 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()
3383 PPTable_t *smc_pptable = table_context->driver_pptable; in navi10_enable_mgpu_fan_boost() local
3395 if (!smc_pptable->MGpuFanBoostLimitRpm) in navi10_enable_mgpu_fan_boost()
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h627 void *smc_pptable; member

Completed in 62 milliseconds

12