Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
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.c635 __DML_DLL_EXPORT__ void dml_print_soc_state_bounding_box(const struct soc_state_bounding_box_st *state) in dml_print_soc_state_bounding_box()
H A Ddisplay_mode_core.c10153 static struct soc_state_bounding_box_st dml_get_soc_state_bounding_box( in dml_mode_programming()
10189 struct soc_state_bounding_box_st *state = &mode_lib->ms.state; in mode_support_pwr_states()