opp_cnt          3112 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 			int opp_cnt = 1;
opp_cnt          3115 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 				opp_cnt++;
opp_cnt          3117 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 			width /= opp_cnt;
opp_cnt          3153 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 			int opp_cnt = 1;
opp_cnt          3156 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 				opp_cnt++;
opp_cnt          3158 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 			width /= opp_cnt;
opp_cnt           388 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 	int opp_cnt = 1;
opp_cnt           391 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		opp_cnt++;
opp_cnt           399 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		dsc_cfg.pic_width = (stream->timing.h_addressable + stream->timing.h_border_left + stream->timing.h_border_right) / opp_cnt;
opp_cnt           404 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		ASSERT(dsc_cfg.dc_dsc_cfg.num_slices_h % opp_cnt == 0);
opp_cnt           405 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		dsc_cfg.dc_dsc_cfg.num_slices_h /= opp_cnt;
opp_cnt           415 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		dsc_cfg.dc_dsc_cfg.num_slices_h *= opp_cnt;
opp_cnt           416 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		dsc_cfg.pic_width *= opp_cnt;
opp_cnt           532 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	int opp_cnt = 1;
opp_cnt           545 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst;
opp_cnt           546 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		opp_cnt++;
opp_cnt           549 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	if (opp_cnt > 1)
opp_cnt           552 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 				opp_inst, opp_cnt,
opp_cnt           829 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	int opp_cnt = 1;
opp_cnt           833 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst;
opp_cnt           834 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		opp_cnt++;
opp_cnt           837 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	if (opp_cnt > 1)
opp_cnt           840 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 				opp_inst, opp_cnt,
opp_cnt          1590 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	params.opp_cnt = 1;
opp_cnt          1592 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		params.opp_cnt++;
opp_cnt          1600 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		if (optc1_is_two_pixels_per_containter(&stream->timing) || params.opp_cnt > 1)
opp_cnt          1603 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 				pipe_ctx->stream_res.stream_enc, params.opp_cnt > 1);
opp_cnt           232 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_optc.c void optc2_set_odm_combine(struct timing_generator *optc, int *opp_id, int opp_cnt,
opp_cnt           237 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_optc.c 			/ opp_cnt;
opp_cnt           241 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_optc.c 	ASSERT(opp_cnt == 2);
opp_cnt           278 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_optc.c 	optc1->opp_count = opp_cnt;
opp_cnt            99 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_optc.h void optc2_set_odm_combine(struct timing_generator *optc, int *opp_id, int opp_cnt,
opp_cnt          1440 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	int opp_cnt = 1;
opp_cnt          1443 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		opp_cnt++;
opp_cnt          1461 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	if (opp_cnt == 4)
opp_cnt          1463 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	else if (optc1_is_two_pixels_per_containter(&stream->timing) || opp_cnt == 2)
opp_cnt          2263 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		int opp_cnt = 1;
opp_cnt          2266 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 			opp_cnt++;
opp_cnt          2273 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 				+ stream->timing.h_border_right) / opp_cnt;
opp_cnt          2279 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		dsc_cfg.dc_dsc_cfg.num_slices_h /= opp_cnt;
opp_cnt           463 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_stream_encoder.c 		if (is_two_pixels_per_containter(&param->timing) || param->opp_cnt > 1) {
opp_cnt            94 drivers/gpu/drm/amd/display/dc/inc/hw/stream_encoder.h 	int opp_cnt;
opp_cnt           276 drivers/gpu/drm/amd/display/dc/inc/hw/timing_generator.h 	void (*set_odm_combine)(struct timing_generator *optc, int *opp_id, int opp_cnt,