Home
last modified time | relevance | path

Searched refs:state_entry (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dvega12_processpptables.c358 const ATOM_Vega12_State *state_entry;
382 state_entry = &(state_arrays->states[entry_index]);
384 result = call_back_func(hwmgr, (void *)state_entry, power_state,
387 le16_to_cpu(state_entry->usClassification),
388 le16_to_cpu(state_entry->usClassification2)));
A Dprocess_pptables_v1_0.c1375 const ATOM_Tonga_State *state_entry; in get_powerplay_table_entry_v1_0() local
1395 state_entry = GET_FLEXIBLE_ARRAY_MEMBER_ADDR( in get_powerplay_table_entry_v1_0()
1399 result = call_back_func(hwmgr, (void *)state_entry, power_state, in get_powerplay_table_entry_v1_0()
1402 le16_to_cpu(state_entry->usClassification), in get_powerplay_table_entry_v1_0()
1403 le16_to_cpu(state_entry->usClassification2))); in get_powerplay_table_entry_v1_0()
A Dvega10_processpptables.c1301 const ATOM_Vega10_State *state_entry; in vega10_get_powerplay_table_entry() local
1325 state_entry = &(state_arrays->states[entry_index]); in vega10_get_powerplay_table_entry()
1327 result = call_back_func(hwmgr, (void *)state_entry, power_state, in vega10_get_powerplay_table_entry()
1330 le16_to_cpu(state_entry->usClassification), in vega10_get_powerplay_table_entry()
1331 le16_to_cpu(state_entry->usClassification2))); in vega10_get_powerplay_table_entry()
A Dsmu7_hwmgr.c3621 (le16_to_cpu(state_entry->usClassification) & in smu7_get_pp_table_entry_callback_func_v1()
3664 [state_entry->ucMemoryClockIndexLow].ulMclk; in smu7_get_pp_table_entry_callback_func_v1()
3667 [state_entry->ucEngineClockIndexLow].ulSclk; in smu7_get_pp_table_entry_callback_func_v1()
3670 [state_entry->ucEngineClockIndexLow].ulSclk; in smu7_get_pp_table_entry_callback_func_v1()
3672 state_entry->ucPCIEGenLow); in smu7_get_pp_table_entry_callback_func_v1()
3674 state_entry->ucPCIELaneLow); in smu7_get_pp_table_entry_callback_func_v1()
3679 [state_entry->ucMemoryClockIndexHigh].ulMclk; in smu7_get_pp_table_entry_callback_func_v1()
3683 [state_entry->ucEngineClockIndexHigh].ulSclk; in smu7_get_pp_table_entry_callback_func_v1()
3686 [state_entry->ucEngineClockIndexHigh].ulSclk; in smu7_get_pp_table_entry_callback_func_v1()
3689 state_entry->ucPCIEGenHigh); in smu7_get_pp_table_entry_callback_func_v1()
[all …]
A Dvega10_hwmgr.c3126 ATOM_Vega10_State *state_entry = (ATOM_Vega10_State *)state; in vega10_get_pp_table_entry_callback_func() local
3147 (le16_to_cpu(state_entry->usClassification) & in vega10_get_pp_table_entry_callback_func()
3158 ((le32_to_cpu(state_entry->ulCapsAndSettings) & in vega10_get_pp_table_entry_callback_func()
3164 ((le32_to_cpu(state_entry->ulCapsAndSettings) & in vega10_get_pp_table_entry_callback_func()
3191 [state_entry->ucSocClockIndexLow].ulClk; in vega10_get_pp_table_entry_callback_func()
3193 [state_entry->ucGfxClockIndexLow].ulClk; in vega10_get_pp_table_entry_callback_func()
3195 [state_entry->ucMemClockIndexLow].ulMemClk; in vega10_get_pp_table_entry_callback_func()
3200 [state_entry->ucSocClockIndexHigh].ulClk; in vega10_get_pp_table_entry_callback_func()
3210 [state_entry->ucGfxClockIndexHigh].ulClk; in vega10_get_pp_table_entry_callback_func()
3217 patom_record_V2[state_entry->ucGfxClockIndexHigh].ulClk; in vega10_get_pp_table_entry_callback_func()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_83xx_vnic.c208 ahw->idc.state_entry = qlcnic_83xx_idc_ready_state_entry; in qlcnic_83xx_config_vnic_opmode()
213 ahw->idc.state_entry = qlcnic_83xx_idc_vnic_pf_entry; in qlcnic_83xx_config_vnic_opmode()
218 ahw->idc.state_entry = qlcnic_83xx_idc_ready_state_entry; in qlcnic_83xx_config_vnic_opmode()
A Dqlcnic_83xx_hw.h315 int (*state_entry) (struct qlcnic_adapter *); member
A Dqlcnic_83xx_init.c826 if (ahw->idc.state_entry(adapter)) in qlcnic_83xx_idc_ready_state()
2306 ahw->idc.state_entry = qlcnic_83xx_idc_ready_state_entry; in qlcnic_83xx_configure_opmode()
2584 ret = idc->state_entry(adapter); in qlcnic_83xx_aer_reset()
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/legacy-dpm/
A Dlegacy_dpm.c435 ATOM_PPLIB_VCE_State_Record *state_entry; in amdgpu_parse_extended_power_table() local
448 state_entry = &states->entries[0]; in amdgpu_parse_extended_power_table()
468 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in amdgpu_parse_extended_power_table()
474 state_entry->ucClockInfoIndex & 0x3f; in amdgpu_parse_extended_power_table()
476 (state_entry->ucClockInfoIndex & 0xc0) >> 6; in amdgpu_parse_extended_power_table()
477 state_entry = (ATOM_PPLIB_VCE_State_Record *) in amdgpu_parse_extended_power_table()
478 ((u8 *)state_entry + sizeof(ATOM_PPLIB_VCE_State_Record)); in amdgpu_parse_extended_power_table()
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dr600_dpm.c1089 ATOM_PPLIB_VCE_State_Record *state_entry; in r600_parse_extended_power_table() local
1102 state_entry = &states->entries[0]; in r600_parse_extended_power_table()
1121 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in r600_parse_extended_power_table()
1127 state_entry->ucClockInfoIndex & 0x3f; in r600_parse_extended_power_table()
1129 (state_entry->ucClockInfoIndex & 0xc0) >> 6; in r600_parse_extended_power_table()
1130 state_entry = (ATOM_PPLIB_VCE_State_Record *) in r600_parse_extended_power_table()
1131 ((u8 *)state_entry + sizeof(ATOM_PPLIB_VCE_State_Record)); in r600_parse_extended_power_table()

Completed in 54 milliseconds