Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser.c684 if (tbl[i].ucClockIndication != (uint8_t) id) in get_ss_info_v3_1()
1056 if (tbl[i].ucClockIndication != (uint8_t)id) in get_ss_info_from_internal_ss_info_tbl_V2_1()
1740 if (tbl[i].ucClockIndication == (uint8_t)id) in get_ss_entry_number_from_internal_ss_info_tbl_v2_1()
1781 if (tbl[i].ucClockIndication == (uint8_t)id) in get_ss_entry_number_from_internal_ss_info_tbl_V3_1()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.c915 if ((ss_assign->v1.ucClockIndication == id) && in amdgpu_atombios_get_asic_ss_info()
933 if ((ss_assign->v2.ucClockIndication == id) && in amdgpu_atombios_get_asic_ss_info()
955 if ((ss_assign->v3.ucClockIndication == id) && in amdgpu_atombios_get_asic_ss_info()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Datombios.h5475 UCHAR ucClockIndication; //Indicate which clock source needs SS member
5501 UCHAR ucClockIndication; //Indicate which clock source needs SS member
5532 UCHAR ucClockIndication; //Indicate which clock source needs SS member
H A Dradeon_atombios.c1539 if ((ss_assign->v1.ucClockIndication == id) && in radeon_atombios_get_asic_ss_info()
1557 if ((ss_assign->v2.ucClockIndication == id) && in radeon_atombios_get_asic_ss_info()
1579 if ((ss_assign->v3.ucClockIndication == id) && in radeon_atombios_get_asic_ss_info()
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Datombios.h6634 UCHAR ucClockIndication; //Indicate which clock source needs SS member
6660 UCHAR ucClockIndication; //Indicate which clock source needs SS member
6691 UCHAR ucClockIndication; //Indicate which clock source needs SS member
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.c1278 if ((clockSource == ssInfo->ucClockIndication) && in asic_internal_ss_get_ss_asignment()