Searched refs:state_type (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/include/ |
D | amdgpu_reg_state.h | 50 uint8_t state_type; member
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | aqua_vanjaram.c | 820 pcie_reg_state->common_header.state_type = AMDGPU_REG_STATE_TYPE_PCIE; in aqua_vanjaram_read_pcie_state() 904 xgmi_reg_state->common_header.state_type = AMDGPU_REG_STATE_TYPE_XGMI; in aqua_vanjaram_read_xgmi_state() 977 wafl_reg_state->common_header.state_type = AMDGPU_REG_STATE_TYPE_WAFL; in aqua_vanjaram_read_wafl_state() 1096 usr_reg_state->common_header.state_type = AMDGPU_REG_STATE_TYPE_USR; in aqua_vanjaram_read_usr_state()
|
/linux-6.12.1/drivers/net/wireless/ath/ath9k/ |
D | ar9003_mci.h | 309 u32 ar9003_mci_state(struct ath_hw *ah, u32 state_type);
|
D | ar9003_mci.c | 1289 u32 ar9003_mci_state(struct ath_hw *ah, u32 state_type) in ar9003_mci_state() argument 1295 switch (state_type) { in ar9003_mci_state()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared.c | 231 enum dml2_core_internal_soc_state_type state_type, 510 enum dml2_core_internal_soc_state_type state_type, 5351 enum dml2_core_internal_soc_state_type state_type, in dml_get_return_bandwidth_available() argument 5370 if (state_type == dml2_core_internal_soc_state_svp_prefetch) { in dml_get_return_bandwidth_available() 5380 if (state_type == dml2_core_internal_soc_state_svp_prefetch) { in dml_get_return_bandwidth_available() 5421 …_printf("DML::%s: state_type = %s\n", __func__, dml2_core_internal_soc_state_type_str(state_type)); in dml_get_return_bandwidth_available() 7337 enum dml2_core_internal_soc_state_type state_type, in get_urgent_bandwidth_required() argument 7368 …l->mall_svp_prefetch_factor = (state_type == dml2_core_internal_soc_state_svp_prefetch) ? (bw_type… in get_urgent_bandwidth_required() 7386 if (state_type != dml2_core_internal_soc_state_svp_prefetch && is_phantom) in get_urgent_bandwidth_required()
|
D | dml2_core_dcn4_calcs.c | 2679 enum dml2_core_internal_soc_state_type state_type, in dml_get_return_bandwidth_available() argument 2702 if (state_type == dml2_core_internal_soc_state_svp_prefetch) { in dml_get_return_bandwidth_available() 2712 if (state_type == dml2_core_internal_soc_state_svp_prefetch) { in dml_get_return_bandwidth_available() 2753 …_printf("DML::%s: state_type = %s\n", __func__, dml2_core_internal_soc_state_type_str(state_type)); in dml_get_return_bandwidth_available() 4810 enum dml2_core_internal_soc_state_type state_type, in get_urgent_bandwidth_required() argument 4850 …l->mall_svp_prefetch_factor = (state_type == dml2_core_internal_soc_state_svp_prefetch) ? (bw_type… in get_urgent_bandwidth_required() 4867 if (state_type != dml2_core_internal_soc_state_svp_prefetch && is_phantom) in get_urgent_bandwidth_required() 4936 …, k, l->required_bandwidth_mbps, dml2_core_internal_soc_state_type_str(state_type), inc_flip_bw, i… in get_urgent_bandwidth_required()
|