Searched refs:opp_id_src1 (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c1544 uint32_t num_opps, opp_id_src0, opp_id_src1; local
1558 tg->funcs->get_optc_source(tg, &num_opps, &opp_id_src0, &opp_id_src1);
1575 if (opp_id_src1 >= dc->res_pool->res_cap->num_opp) {
1580 if (dc->res_pool->opps[i] != NULL && dc->res_pool->opps[i]->inst == opp_id_src1) {
1626 uint32_t num_opps, opp_id_src0, opp_id_src1; local
1638 tg->funcs->get_optc_source(tg, &num_opps, &opp_id_src0, &opp_id_src1);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
H A Ddcn201_hwseq.c169 uint32_t num_opps, opp_id_src0, opp_id_src1; local
182 tg->funcs->get_optc_source(tg, &num_opps, &opp_id_src0, &opp_id_src1);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c252 uint32_t num_opps, opp_id_src0, opp_id_src1; local
258 &opp_id_src0, &opp_id_src1);
856 uint32_t opp_id_src1 = OPP_ID_INVALID; local
874 tg->funcs->get_optc_source(tg, &num_opps, &opp_id_src0, &opp_id_src1);
886 if ((s.dsc_opp_source == opp_id_src0 || s.dsc_opp_source == opp_id_src1) &&
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
H A Ddcn31_hwseq.c194 uint32_t num_opps, opp_id_src0, opp_id_src1; local
200 &opp_id_src0, &opp_id_src1);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c405 uint32_t num_opps, opp_id_src0, opp_id_src1; local
418 tg->funcs->get_optc_source(tg, &num_opps, &opp_id_src0, &opp_id_src1);
433 if (opp_id_src1 >= dc->res_pool->res_cap->num_opp) {
437 bottom_opp = dc->res_pool->opps[opp_id_src1];
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c1511 uint32_t opp_id_src1 = OPP_ID_INVALID; local
1529 tg->funcs->get_optc_source(tg, &num_opps, &opp_id_src0, &opp_id_src1);
1541 if ((s.dsc_opp_source == opp_id_src0 || s.dsc_opp_source == opp_id_src1) &&

Completed in 111 milliseconds