Home
last modified time | relevance | path

Searched refs:usClockStretchAmount (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dpptable_v1_0.h387 USHORT usClockStretchAmount; member
405 USHORT usClockStretchAmount; member
436 USHORT usClockStretchAmount; member
H A Dprocess_pptables_v1_0.c611 tdp_table->usClockStretchAmount = in get_cac_tdp_table()
612 le16_to_cpu(tonga_table->usClockStretchAmount); in get_cac_tdp_table()
633 tdp_table->usClockStretchAmount = in get_cac_tdp_table()
634 le16_to_cpu(fijitable->usClockStretchAmount); in get_cac_tdp_table()
677 tdp_table->usClockStretchAmount = in get_cac_tdp_table()
678 le16_to_cpu(polaristable->usClockStretchAmount); in get_cac_tdp_table()
H A Dsmu7_hwmgr.c1938 && (table_info->cac_dtp_table->usClockStretchAmount != 0)) in smu7_init_dpm_defaults()
H A Dvega10_hwmgr.c285 if (table_info->tdp_table->usClockStretchAmount && in vega10_set_features_platform_caps()
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvegam_smumgr.c1498 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in vegam_populate_clock_stretcher_data_table()
H A Dfiji_smumgr.c1673 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in fiji_populate_clock_stretcher_data_table()
H A Dpolaris10_smumgr.c1661 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in polaris10_populate_clock_stretcher_data_table()
H A Dtonga_smumgr.c1589 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in tonga_populate_clock_stretcher_data_table()