Lines Matching refs:panel_inst

559 	unsigned int panel_inst;
564 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst))
577 psr->funcs->psr_set_power_opt(psr, link->psr_settings.psr_power_opt, panel_inst);
582 psr->funcs->psr_force_static(psr, panel_inst);
592 psr->funcs->psr_enable(psr, link->psr_settings.psr_allow_active, wait, panel_inst);
607 unsigned int panel_inst;
609 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst))
613 psr->funcs->psr_get_state(psr, state, panel_inst);
665 unsigned int panel_inst;
682 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst))
835 link, psr_context, panel_inst);
856 unsigned int panel_inst;
858 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst))
863 psr->funcs->psr_get_residency(psr, residency, panel_inst);
885 unsigned int panel_inst;
890 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst))
897 replay->funcs->replay_set_power_opt(replay, *power_opts, panel_inst);
907 replay->funcs->replay_enable(replay, *allow_active, wait, panel_inst);
918 unsigned int panel_inst;
921 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst))
925 replay->funcs->replay_get_state(replay, &pr_state, panel_inst);
937 unsigned int panel_inst;
958 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst))
984 replay->funcs->replay_copy_settings(replay, link, &replay_context, panel_inst);
1018 unsigned int panel_inst;
1025 if (dc_get_edp_link_panel_inst(dc, link, &panel_inst))
1026 cmd_data->panel_inst = panel_inst;
1041 unsigned int panel_inst;
1046 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst))
1050 replay->funcs->replay_set_coasting_vtotal(replay, coasting_vtotal, panel_inst);
1062 unsigned int panel_inst;
1064 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst))
1068 replay->funcs->replay_residency(replay, panel_inst, residency, is_start, is_alpm);
1080 unsigned int panel_inst;
1082 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst))
1091 *power_opts, panel_inst, coasting_vtotal);