Searched refs:insert_entry_into_table_sorted (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml2_policy.c | 75 static void insert_entry_into_table_sorted(const struct soc_bounding_box_st *socbb, in insert_entry_into_table_sorted() function 184 insert_entry_into_table_sorted(p->in_bbox, p->out_states, &s->entry); in dml2_policy_build_synthetic_soc_states() 198 insert_entry_into_table_sorted(p->in_bbox, p->out_states, &s->entry); in dml2_policy_build_synthetic_soc_states() 208 insert_entry_into_table_sorted(p->in_bbox, p->out_states, &s->entry); in dml2_policy_build_synthetic_soc_states() 217 insert_entry_into_table_sorted(p->in_bbox, p->out_states, &s->entry); in dml2_policy_build_synthetic_soc_states()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | dcn32_fpu.c | 417 static void insert_entry_into_table_sorted(struct _vcs_dpi_voltage_scaling_st *table, in insert_entry_into_table_sorted() function 2893 insert_entry_into_table_sorted(table, num_entries, &entry); in build_synthetic_soc_states() 2903 insert_entry_into_table_sorted(table, num_entries, &entry); in build_synthetic_soc_states() 2913 insert_entry_into_table_sorted(table, num_entries, &entry); in build_synthetic_soc_states() 2925 insert_entry_into_table_sorted(table, num_entries, &entry); in build_synthetic_soc_states() 2936 insert_entry_into_table_sorted(table, num_entries, &entry); in build_synthetic_soc_states() 2960 insert_entry_into_table_sorted(table, num_entries, &max_dc_limits_entry); in build_synthetic_soc_states()
|