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

/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_processpptables.c253 pptable_information->smc_pptable = kmemdup(&(powerplay_table->smcPPTable),
255 if (pptable_information->smc_pptable == NULL)
258 return append_vbios_pptable(hwmgr, (pptable_information->smc_pptable));
307 kfree(pp_table_info->smc_pptable);
308 pp_table_info->smc_pptable = NULL;
H A Dvega20_processpptables.c806 PPTable_t *ppsmc_pptable = (PPTable_t *)(pptable_information->smc_pptable);
892 pptable_information->smc_pptable = kmemdup(&(powerplay_table->smcPPTable),
895 if (pptable_information->smc_pptable == NULL)
899 result = append_vbios_pptable(hwmgr, (pptable_information->smc_pptable));
957 kfree(pp_table_info->smc_pptable);
958 pp_table_info->smc_pptable = NULL;
H A Dvega12_hwmgr.c839 memcpy(pp_table, pptable_information->smc_pptable, sizeof(PPTable_t));
H A Dvega20_hwmgr.c812 memcpy(pp_table, pptable_information->smc_pptable, sizeof(PPTable_t));
/openbsd-current/sys/dev/pci/drm/amd/pm/swsmu/inc/
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 in struct:smu_11_0_7_powerplay_table
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 in struct:smu_13_0_powerplay_table
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 in struct:smu_13_0_7_powerplay_table
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 in struct:smu_11_0_powerplay_table
/openbsd-current/sys/dev/pci/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 in struct:smu_13_0_0_powerplay_table
/openbsd-current/sys/dev/pci/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c332 PPTable_t *smc_pptable = table_context->driver_pptable; local
333 BoardTable_t *BoardTable = &smc_pptable->BoardTable;
336 &smc_pptable->SkuTable.OverDriveLimitsBasicMax;
338 &smc_pptable->SkuTable.OverDriveLimitsMin;
380 powerplay_table->smc_pptable.SkuTable.DebugOverrides |= 0x00000080;
382 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable,
414 PPTable_t *smc_pptable = table_context->driver_pptable; local
418 BoardTable_t *BoardTable = &smc_pptable->BoardTable;
920 PPTable_t *smc_pptable = table_context->driver_pptable; local
925 *(uint16_t *)data = smc_pptable
[all...]
H A Dsmu_v13_0_0_ppt.c396 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable,
412 PPTable_t *smc_pptable = table_context->driver_pptable; local
414 BoardTable_t *BoardTable = &smc_pptable->BoardTable;
939 PPTable_t *smc_pptable = table_context->driver_pptable; local
944 *(uint16_t *)data = smc_pptable->SkuTable.FanMaximumRpm;
H A Daldebaran_ppt.c403 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable,
412 PPTable_t *smc_pptable = table_context->driver_pptable; local
430 smu_memcpy_trailing(smc_pptable, GfxMaxCurrent, reserved,
/openbsd-current/sys/dev/pci/drm/amd/pm/swsmu/smu11/
H A Dnavi10_ppt.c410 PPTable_t *smc_pptable = table_context->driver_pptable; local
434 smu_memcpy_trailing(smc_pptable, I2cControllers, BoardReserved,
442 smu_memcpy_trailing(smc_pptable, I2cControllers, BoardReserved,
453 smc_pptable->DebugOverrides |= DPM_OVERRIDE_DISABLE_DFLL_PLL_SHUTDOWN;
465 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable,
3385 PPTable_t *smc_pptable = table_context->driver_pptable; local
3397 if (!smc_pptable->MGpuFanBoostLimitRpm)
H A Darcturus_ppt.c461 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable,
470 PPTable_t *smc_pptable = table_context->driver_pptable; local
488 smu_memcpy_trailing(smc_pptable, MaxVoltageStepGfx, BoardReserved,
H A Dsienna_cichlid_ppt.c468 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable,
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h627 void *smc_pptable; member in struct:phm_ppt_v3_information

Completed in 370 milliseconds