Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_dpmm/
H A Ddml2_dpmm_dcn4.c322 …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
326 …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()
328 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()
330 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()
333 …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()
335 …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()
337 …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()
340 …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()
342 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()
344 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,
/linux/drivers/gpu/drm/xe/
H A Dxe_lrc.c2399 const struct instr_state *state_table = NULL; in xe_lrc_emit_hwe_state_instructions() local
2423 state_table = xe_hpg_svg_state; in xe_lrc_emit_hwe_state_instructions()
2427 if (!state_table) { in xe_lrc_emit_hwe_state_instructions()
2434 u32 instr = state_table[i].instr; in xe_lrc_emit_hwe_state_instructions()
2435 u16 num_dw = state_table[i].num_dw; in xe_lrc_emit_hwe_state_instructions()