Symbol: soc_state_bounding_box_st
sys/dev/pci/drm/amd/display/dc/dml2/display_mode_core.c
10036
static struct soc_state_bounding_box_st dml_get_soc_state_bounding_box(
sys/dev/pci/drm/amd/display/dc/dml2/display_mode_core.c
10072
struct soc_state_bounding_box_st *state = &mode_lib->ms.state;
sys/dev/pci/drm/amd/display/dc/dml2/display_mode_core_structs.h
1269
struct soc_state_bounding_box_st state_array[__DML_MAX_STATE_ARRAY_SIZE__]; /// <brief fixed size array that holds states struct
sys/dev/pci/drm/amd/display/dc/dml2/display_mode_core_structs.h
814
struct soc_state_bounding_box_st state; //<brief Per-state bbox values; only 1 state per compute
sys/dev/pci/drm/amd/display/dc/dml2/display_mode_core_structs.h
819
struct soc_state_bounding_box_st max_state; //<brief The MAX power state; some algo needs to know the max state info to determine if
sys/dev/pci/drm/amd/display/dc/dml2/display_mode_util.c
621
__DML_DLL_EXPORT__ void dml_print_soc_state_bounding_box(const struct soc_state_bounding_box_st *state)
sys/dev/pci/drm/amd/display/dc/dml2/display_mode_util.h
65
__DML_DLL_EXPORT__ void dml_print_soc_state_bounding_box(const struct soc_state_bounding_box_st *state);
sys/dev/pci/drm/amd/display/dc/dml2/dml2_policy.c
119
memset(&table->state_array[--table->num_states], 0, sizeof(struct soc_state_bounding_box_st));
sys/dev/pci/drm/amd/display/dc/dml2/dml2_policy.c
31
struct soc_state_bounding_box_st *entry)
sys/dev/pci/drm/amd/display/dc/dml2/dml2_policy.c
55
struct soc_state_bounding_box_st *entry)
sys/dev/pci/drm/amd/display/dc/dml2/dml2_policy.c
77
struct soc_state_bounding_box_st *entry)
sys/dev/pci/drm/amd/display/dc/dml2/dml2_policy.h
39
struct soc_state_bounding_box_st entry;