Searched refs:state_table (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_dpmm/ |
D | dml2_dpmm_dcn4.c | 251 …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 255 …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() 257 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() 259 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() 262 …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() 264 …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() 266 …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() 269 …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() 271 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() 273 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-6.12.1/drivers/idle/ |
D | intel_idle.c | 84 struct cpuidle_state *state_table; member 1385 .state_table = nehalem_cstates, 1391 .state_table = nehalem_cstates, 1398 .state_table = atom_cstates, 1402 .state_table = tangier_cstates, 1406 .state_table = atom_cstates, 1411 .state_table = snb_cstates, 1416 .state_table = snb_cstates, 1422 .state_table = byt_cstates, 1428 .state_table = cht_cstates, [all …]
|
/linux-6.12.1/drivers/scsi/isci/ |
D | isci.h | 520 const struct sci_base_state *state_table; member 534 const struct sci_base_state *state_table,
|
D | host.c | 148 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-6.12.1/drivers/gpu/drm/xe/ |
D | xe_lrc.c | 1583 const struct instr_state *state_table = NULL; in xe_lrc_emit_hwe_state_instructions() local 1607 state_table = xe_hpg_svg_state; in xe_lrc_emit_hwe_state_instructions() 1611 if (!state_table) { in xe_lrc_emit_hwe_state_instructions() 1618 u32 instr = state_table[i].instr; in xe_lrc_emit_hwe_state_instructions() 1619 u16 num_dw = state_table[i].num_dw; in xe_lrc_emit_hwe_state_instructions()
|