Home
last modified time | relevance | path

Searched refs:pstate_switch_modes (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c1869 state->pstate_switch_modes[plane_index] = dml2_pstate_method_vactive; in pmo_dcn4_fams2_init_for_pstate_support()
1959 display_config->stage3.pstate_switch_modes[plane_index] = dml2_pstate_method_na; in reset_display_configuration()
1976 display_config->stage3.pstate_switch_modes[plane_index] = dml2_pstate_method_fw_drr; in setup_planes_for_drr_by_mask()
1994 display_config->stage3.pstate_switch_modes[plane_index] = dml2_pstate_method_fw_svp; in setup_planes_for_svp_by_mask()
2017 display_config->stage3.pstate_switch_modes[plane_index] = dml2_pstate_method_fw_svp_drr; in setup_planes_for_svp_drr_by_mask()
2042 display_config->stage3.pstate_switch_modes[plane_index] = dml2_pstate_method_vblank; in setup_planes_for_vblank_by_mask()
2060 display_config->stage3.pstate_switch_modes[plane_index] = dml2_pstate_method_fw_vblank_drr; in setup_planes_for_vblank_drr_by_mask()
2076 display_config->stage3.pstate_switch_modes[plane_index] = dml2_pstate_method_vactive; in setup_planes_for_vactive_by_mask()
2097 display_config->stage3.pstate_switch_modes[plane_index] = dml2_pstate_method_fw_vactive_drr; in setup_planes_for_vactive_drr_by_mask()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
H A Ddml2_internal_shared_types.h242 // The indexing of pstate_switch_modes matches plane_descriptors[]
314 // The indexing of pstate_switch_modes matches plane_descriptors[]
315 enum dml2_pstate_method pstate_switch_modes[DML2_MAX_PLANES]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h640 enum dml2_pstate_method pstate_switch_modes[DML2_MAX_PLANES]; member
1302 enum dml2_pstate_method pstate_switch_modes[DML2_MAX_PLANES]; member
H A Ddml2_core_dcn4.c321 programming->plane_programming[plane_index].uclk_pstate_support_method = display_cfg->stage3.pstate_switch_modes[plane_index]; in pack_mode_programming_params_with_implicit_subvp()