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

/linux-master/drivers/gpu/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));
/linux-master/drivers/gpu/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
/linux-master/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 in struct:smu_13_0_0_powerplay_table
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c341 PPTable_t *smc_pptable = table_context->driver_pptable; local
342 BoardTable_t *BoardTable = &smc_pptable->BoardTable;
344 &smc_pptable->SkuTable.OverDriveLimitsBasicMax;
346 &smc_pptable->SkuTable.OverDriveLimitsMin;
383 powerplay_table->smc_pptable.SkuTable.DebugOverrides |= 0x00000080;
385 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable,
417 PPTable_t *smc_pptable = table_context->driver_pptable; local
421 BoardTable_t *BoardTable = &smc_pptable->BoardTable;
945 PPTable_t *smc_pptable = table_context->driver_pptable; local
950 *(uint16_t *)data = smc_pptable
[all...]
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,
H A Dsmu_v13_0_0_ppt.c391 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable,
407 PPTable_t *smc_pptable = table_context->driver_pptable; local
409 BoardTable_t *BoardTable = &smc_pptable->BoardTable;
956 PPTable_t *smc_pptable = table_context->driver_pptable; local
961 *(uint16_t *)data = smc_pptable->SkuTable.FanMaximumRpm;
/linux-master/drivers/gpu/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.c472 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable,
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h627 void *smc_pptable; member in struct:phm_ppt_v3_information

Completed in 344 milliseconds