Home
last modified time | relevance | path

Searched refs:soc_state_bounding_box_st (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_policy.c31 struct soc_state_bounding_box_st *entry) in get_optimal_ntuple()
55 struct soc_state_bounding_box_st *entry) in calculate_net_bw_in_mbytes_sec()
77 struct soc_state_bounding_box_st *entry) in insert_entry_into_table_sorted()
119 memset(&table->state_array[--table->num_states], 0, sizeof(struct soc_state_bounding_box_st)); in remove_entry_from_table_at_index()
H A Ddml2_policy.h39 struct soc_state_bounding_box_st entry;
H A Ddisplay_mode_util.h64 __DML_DLL_EXPORT__ void dml_print_soc_state_bounding_box(const struct soc_state_bounding_box_st *st…
H A Ddisplay_mode_core_structs.h277 struct soc_state_bounding_box_st { struct
813 struct soc_state_bounding_box_st state; //<brief Per-state bbox values; only 1 state per compute
818 …struct soc_state_bounding_box_st max_state; //<brief The MAX power state; some algo needs to know …
1268 …struct soc_state_bounding_box_st state_array[__DML_MAX_STATE_ARRAY_SIZE__]; /// <brief fixed size …
H A Ddisplay_mode_util.c621 __DML_DLL_EXPORT__ void dml_print_soc_state_bounding_box(const struct soc_state_bounding_box_st *st… in dml_print_soc_state_bounding_box()