Home
last modified time | relevance | path

Searched refs:state_table (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_dpmm/
H A Ddml2_dpmm_dcn4.c302 …d(struct dml2_display_cfg_programming *display_cfg, const struct dml2_soc_state_table *state_table) in map_soc_min_clocks_to_dpm_fine_grained() argument
306 …result = round_up_to_next_dpm(&display_cfg->min_clocks.dcn4x.active.dcfclk_khz, &state_table->dcfc… in map_soc_min_clocks_to_dpm_fine_grained()
308 result = round_up_to_next_dpm(&display_cfg->min_clocks.dcn4x.active.fclk_khz, &state_table->fclk); in map_soc_min_clocks_to_dpm_fine_grained()
310 result = round_up_to_next_dpm(&display_cfg->min_clocks.dcn4x.active.uclk_khz, &state_table->uclk); in map_soc_min_clocks_to_dpm_fine_grained()
313 …round_up_to_next_dpm(&display_cfg->min_clocks.dcn4x.svp_prefetch.dcfclk_khz, &state_table->dcfclk); in map_soc_min_clocks_to_dpm_fine_grained()
315 …result = round_up_to_next_dpm(&display_cfg->min_clocks.dcn4x.svp_prefetch.fclk_khz, &state_table->… in map_soc_min_clocks_to_dpm_fine_grained()
317 …result = round_up_to_next_dpm(&display_cfg->min_clocks.dcn4x.svp_prefetch.uclk_khz, &state_table->… in map_soc_min_clocks_to_dpm_fine_grained()
320 …result = round_up_to_next_dpm(&display_cfg->min_clocks.dcn4x.idle.dcfclk_khz, &state_table->dcfclk… in map_soc_min_clocks_to_dpm_fine_grained()
322 result = round_up_to_next_dpm(&display_cfg->min_clocks.dcn4x.idle.fclk_khz, &state_table->fclk); in map_soc_min_clocks_to_dpm_fine_grained()
324 result = round_up_to_next_dpm(&display_cfg->min_clocks.dcn4x.idle.uclk_khz, &state_table->uclk); in map_soc_min_clocks_to_dpm_fine_grained()
[all …]
/linux/drivers/scsi/isci/
H A Disci.h513 const struct sci_base_state *state_table; member
527 const struct sci_base_state *state_table,
H A Dhost.c148 const struct sci_base_state *state_table, u32 initial_state) in sci_init_sm() argument
155 sm->state_table = state_table; in sci_init_sm()
157 handler = sm->state_table[initial_state].enter_state; in sci_init_sm()
167 handler = sm->state_table[sm->current_state_id].exit_state; in sci_change_state()
174 handler = sm->state_table[sm->current_state_id].enter_state; in sci_change_state()
/linux/drivers/gpu/drm/xe/
H A Dxe_lrc.c2206 const struct instr_state *state_table = NULL; in xe_lrc_emit_hwe_state_instructions() local
2230 state_table = xe_hpg_svg_state; in xe_lrc_emit_hwe_state_instructions()
2234 if (!state_table) { in xe_lrc_emit_hwe_state_instructions()
2241 u32 instr = state_table[i].instr; in xe_lrc_emit_hwe_state_instructions()
2242 u16 num_dw = state_table[i].num_dw; in xe_lrc_emit_hwe_state_instructions()