Home
last modified time | relevance | path

Searched refs:usPPMTableOffset (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/radeon/
Dpptable.h116 USHORT usPPMTableOffset; //points to ATOM_PPLIB_PPM_Table member
Dr600_dpm.c1198 ext_hdr->usPPMTableOffset) { in r600_parse_extended_power_table()
1201 le16_to_cpu(ext_hdr->usPPMTableOffset)); in r600_parse_extended_power_table()
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dpptable_v1_0.h133 USHORT usPPMTableOffset; /*points to ATOM_Tonga_PPM_Table */ member
Dprocess_pptables_v1_0.c298 (((unsigned long)powerplay_table) + le16_to_cpu(powerplay_table->usPPMTableOffset)); in init_dpm_2_parameters()
300 if (0 != powerplay_table->usPPMTableOffset) { in init_dpm_2_parameters()
Dprocesspptables.c1596 if ((extended_header->usPPMTableOffset > 0) && in init_dpm2_parameters()
1599 table_offset = le16_to_cpu(extended_header->usPPMTableOffset); in init_dpm2_parameters()
/linux-5.19.10/drivers/gpu/drm/amd/include/
Dpptable.h135 USHORT usPPMTableOffset; //points to ATOM_PPLIB_PPM_Table member
/linux-5.19.10/drivers/gpu/drm/amd/pm/legacy-dpm/
Dlegacy_dpm.c545 ext_hdr->usPPMTableOffset) { in amdgpu_parse_extended_power_table()
548 le16_to_cpu(ext_hdr->usPPMTableOffset)); in amdgpu_parse_extended_power_table()