Home
last modified time | relevance | path

Searched refs:ulTargetClockRange (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atombios.c916 (clock <= le32_to_cpu(ss_assign->v1.ulTargetClockRange))) { in amdgpu_atombios_get_asic_ss_info()
934 (clock <= le32_to_cpu(ss_assign->v2.ulTargetClockRange))) { in amdgpu_atombios_get_asic_ss_info()
956 (clock <= le32_to_cpu(ss_assign->v3.ulTargetClockRange))) { in amdgpu_atombios_get_asic_ss_info()
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/bios/
Dbios_parser.c715 le32_to_cpu(tbl[i].ulTargetClockRange) * 10; in get_ss_info_v3_1()
1060 le32_to_cpu(tbl[i].ulTargetClockRange) * 10; in get_ss_info_from_internal_ss_info_tbl_V2_1()
/linux-5.19.10/drivers/gpu/drm/radeon/
Datombios.h5472 ULONG ulTargetClockRange; //Clock Out frequence (VCO ), in unit of 10Khz member
5497 …ULONG ulTargetClockRange; //For mem/engine/uvd, Clock Out frequence (VCO ), in unit of… member
5528 …ULONG ulTargetClockRange; //For mem/engine/uvd, Clock Out frequence (VCO ), in unit of… member
Dradeon_atombios.c1538 (clock <= le32_to_cpu(ss_assign->v1.ulTargetClockRange))) { in radeon_atombios_get_asic_ss_info()
1556 (clock <= le32_to_cpu(ss_assign->v2.ulTargetClockRange))) { in radeon_atombios_get_asic_ss_info()
1578 (clock <= le32_to_cpu(ss_assign->v3.ulTargetClockRange))) { in radeon_atombios_get_asic_ss_info()
/linux-5.19.10/drivers/gpu/drm/amd/include/
Datombios.h6631 …ULONG ulTargetClockRange; //Clock Out frequence (VCO ), in… member
6656 …ULONG ulTargetClockRange; //For mem/engine/uvd, Clock Out … member
6687 …ULONG ulTargetClockRange; //For mem/engine/uvd, Clock Out … member
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dppatomctrl.c1278 ((uint32_t)clockSpeed <= le32_to_cpu(ssInfo->ulTargetClockRange))) { in asic_internal_ss_get_ss_asignment()