Home
last modified time | relevance | path

Searched defs:mode_support_st (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core_structs.h810 struct mode_support_st { struct
811 struct ip_params_st ip;
812 struct soc_bounding_box_st soc;
813 struct soc_state_bounding_box_st state; //<brief Per-state bbox values; only 1 state per compute
814 struct dml_mode_eval_policy_st policy;
816 dml_uint_t state_idx; //<brief The power state idx for the power state under this computation
817 dml_uint_t max_state_idx; //<brief The MAX power state idx
818 …max_state; //<brief The MAX power state; some algo needs to know the max state info to determine if
819 … dml_display_cfg_st cache_display_cfg; // <brief A copy of the current display cfg in consideration
822 dml_uint_t num_active_planes; // <brief As determined by either e2e_pipe_param or display_cfg
[all …]