Searched refs:usPowerTuneDataSetID (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dpptable_v1_0.h384 USHORT usPowerTuneDataSetID; member in struct:_ATOM_Tonga_PowerTune_Table
402 USHORT usPowerTuneDataSetID; member in struct:_ATOM_Fiji_PowerTune_Table
433 USHORT usPowerTuneDataSetID; member in struct:_ATOM_Polaris_PowerTune_Table
H A Dprocess_pptables_v1_0.c610 tdp_table->usPowerTuneDataSetID =
611 le16_to_cpu(tonga_table->usPowerTuneDataSetID);
632 tdp_table->usPowerTuneDataSetID =
633 le16_to_cpu(fijitable->usPowerTuneDataSetID);
676 tdp_table->usPowerTuneDataSetID =
677 le16_to_cpu(polaristable->usPowerTuneDataSetID);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h426 uint16_t usPowerTuneDataSetID; member in struct:phm_cac_tdp_table
463 uint16_t usPowerTuneDataSetID; member in struct:phm_tdp_table
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dfiji_smumgr.c474 table_info->cac_dtp_table->usPowerTuneDataSetID <= POWERTUNE_DEFAULT_SET_MAX &&
475 table_info->cac_dtp_table->usPowerTuneDataSetID)
478 [table_info->cac_dtp_table->usPowerTuneDataSetID - 1];
H A Dvegam_smumgr.c438 table_info->cac_dtp_table->usPowerTuneDataSetID <= POWERTUNE_DEFAULT_SET_MAX &&
439 table_info->cac_dtp_table->usPowerTuneDataSetID)
442 [table_info->cac_dtp_table->usPowerTuneDataSetID - 1];
H A Dtonga_smumgr.c2211 table_info->cac_dtp_table->usPowerTuneDataSetID <= POWERTUNE_DEFAULT_SET_MAX &&
2212 table_info->cac_dtp_table->usPowerTuneDataSetID)
2215 [table_info->cac_dtp_table->usPowerTuneDataSetID - 1];
H A Dpolaris10_smumgr.c1903 table_info->cac_dtp_table->usPowerTuneDataSetID <= POWERTUNE_DEFAULT_SET_MAX &&
1904 table_info->cac_dtp_table->usPowerTuneDataSetID)
1907 [table_info->cac_dtp_table->usPowerTuneDataSetID - 1];

Completed in 316 milliseconds