stream_res       1250 drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c 					memset(&hsplit_pipe->stream_res, 0, sizeof(hsplit_pipe->stream_res));
stream_res        180 drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/dce_clk_mgr.c 		if (pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz / 10 > max_pix_clk)
stream_res        181 drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/dce_clk_mgr.c 			max_pix_clk = pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz / 10;
stream_res        187 drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/dce_clk_mgr.c 				pipe_ctx->stream_res.pix_clk_params.requested_sym_clk > max_pix_clk)
stream_res        188 drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/dce_clk_mgr.c 			max_pix_clk = pipe_ctx->stream_res.pix_clk_params.requested_sym_clk;
stream_res        148 drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.c 		cfg->pipe_idx = pipe_ctx->stream_res.tg->inst;
stream_res        291 drivers/gpu/drm/amd/display/dc/core/dc.c 		if (pipe->stream == stream && pipe->stream_res.tg) {
stream_res        320 drivers/gpu/drm/amd/display/dc/core/dc.c 		if (pipe->stream == stream && pipe->stream_res.stream_enc) {
stream_res        374 drivers/gpu/drm/amd/display/dc/core/dc.c 	tg = pipe->stream_res.tg;
stream_res        408 drivers/gpu/drm/amd/display/dc/core/dc.c 	tg = pipe->stream_res.tg;
stream_res        451 drivers/gpu/drm/amd/display/dc/core/dc.c 	pipes->stream_res.opp->funcs->
stream_res        452 drivers/gpu/drm/amd/display/dc/core/dc.c 		opp_program_bit_depth_reduction(pipes->stream_res.opp, &params);
stream_res        487 drivers/gpu/drm/amd/display/dc/core/dc.c 					pipes->stream_res.opp->inst);
stream_res       1935 drivers/gpu/drm/amd/display/dc/core/dc.c 				pipe_ctx->stream_res.opp->funcs->opp_program_fmt(pipe_ctx->stream_res.opp,
stream_res       1940 drivers/gpu/drm/amd/display/dc/core/dc.c 					odm_pipe->stream_res.opp->funcs->opp_program_fmt(odm_pipe->stream_res.opp,
stream_res       1965 drivers/gpu/drm/amd/display/dc/core/dc.c 					if (pipe_ctx->stream_res.audio && !dc->debug.az_endpoint_mute_only)
stream_res       1966 drivers/gpu/drm/amd/display/dc/core/dc.c 						pipe_ctx->stream_res.audio->funcs->az_disable(pipe_ctx->stream_res.audio);
stream_res       1979 drivers/gpu/drm/amd/display/dc/core/dc.c 			if (stream_update->abm_level && pipe_ctx->stream_res.abm) {
stream_res       1980 drivers/gpu/drm/amd/display/dc/core/dc.c 				if (pipe_ctx->stream_res.tg->funcs->is_blanked) {
stream_res       1982 drivers/gpu/drm/amd/display/dc/core/dc.c 					if (!pipe_ctx->stream_res.tg->funcs->is_blanked(pipe_ctx->stream_res.tg))
stream_res       1983 drivers/gpu/drm/amd/display/dc/core/dc.c 						pipe_ctx->stream_res.abm->funcs->set_abm_level(
stream_res       1984 drivers/gpu/drm/amd/display/dc/core/dc.c 							pipe_ctx->stream_res.abm, stream->abm_level);
stream_res       1986 drivers/gpu/drm/amd/display/dc/core/dc.c 					pipe_ctx->stream_res.abm->funcs->set_abm_level(
stream_res       1987 drivers/gpu/drm/amd/display/dc/core/dc.c 						pipe_ctx->stream_res.abm, stream->abm_level);
stream_res       2164 drivers/gpu/drm/amd/display/dc/core/dc.c 		if (pipe_ctx->stream_res.tg->funcs->program_manual_trigger)
stream_res       2165 drivers/gpu/drm/amd/display/dc/core/dc.c 			pipe_ctx->stream_res.tg->funcs->program_manual_trigger(pipe_ctx->stream_res.tg);
stream_res        328 drivers/gpu/drm/amd/display/dc/core/dc_debug.c 		pipe_ctx->stream_res.tg->funcs->get_position(pipe_ctx->stream_res.tg, &position);
stream_res        339 drivers/gpu/drm/amd/display/dc/core/dc_debug.c 				pipe_ctx->stream_res.tg->inst,
stream_res       1492 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	pipe_ctx->stream_res.pix_clk_params.requested_sym_clk =
stream_res       2048 drivers/gpu/drm/amd/display/dc/core/dc_link.c 			eng_id = pipe_ctx->stream_res.stream_enc->id;
stream_res       2350 drivers/gpu/drm/amd/display/dc/core/dc_link.c 						res_ctx.pipe_ctx[i].stream_res.tg->inst +
stream_res       2440 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	bpc = get_color_depth(pipe_ctx->stream_res.pix_clk_params.color_depth);
stream_res       2519 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	struct stream_encoder *stream_encoder = pipe_ctx->stream_res.stream_enc;
stream_res       2539 drivers/gpu/drm/amd/display/dc/core/dc_link.c 					link, pipe_ctx->stream_res.stream_enc, &proposed_table);
stream_res       2599 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	struct stream_encoder *stream_encoder = pipe_ctx->stream_res.stream_enc;
stream_res       2627 drivers/gpu/drm/amd/display/dc/core/dc_link.c 				link, pipe_ctx->stream_res.stream_enc, &proposed_table);
stream_res       2685 drivers/gpu/drm/amd/display/dc/core/dc_link.c 		pipe_ctx->stream_res.stream_enc->funcs->setup_stereo_sync(
stream_res       2686 drivers/gpu/drm/amd/display/dc/core/dc_link.c 			pipe_ctx->stream_res.stream_enc,
stream_res       2687 drivers/gpu/drm/amd/display/dc/core/dc_link.c 			pipe_ctx->stream_res.tg->inst,
stream_res       2692 drivers/gpu/drm/amd/display/dc/core/dc_link.c 		pipe_ctx->stream_res.stream_enc->funcs->dp_set_stream_attribute(
stream_res       2693 drivers/gpu/drm/amd/display/dc/core/dc_link.c 			pipe_ctx->stream_res.stream_enc,
stream_res       2699 drivers/gpu/drm/amd/display/dc/core/dc_link.c 		pipe_ctx->stream_res.stream_enc->funcs->hdmi_set_stream_attribute(
stream_res       2700 drivers/gpu/drm/amd/display/dc/core/dc_link.c 			pipe_ctx->stream_res.stream_enc,
stream_res       2703 drivers/gpu/drm/amd/display/dc/core/dc_link.c 			pipe_ctx->stream_res.audio != NULL);
stream_res       2708 drivers/gpu/drm/amd/display/dc/core/dc_link.c 		pipe_ctx->stream_res.stream_enc->funcs->dvi_set_stream_attribute(
stream_res       2709 drivers/gpu/drm/amd/display/dc/core/dc_link.c 			pipe_ctx->stream_res.stream_enc,
stream_res       2715 drivers/gpu/drm/amd/display/dc/core/dc_link.c 		pipe_ctx->stream_res.stream_enc->funcs->lvds_set_stream_attribute(
stream_res       2716 drivers/gpu/drm/amd/display/dc/core/dc_link.c 			pipe_ctx->stream_res.stream_enc,
stream_res       2766 drivers/gpu/drm/amd/display/dc/core/dc_link.c 		if (pipe_ctx->stream_res.tg->funcs->set_test_pattern)
stream_res       2767 drivers/gpu/drm/amd/display/dc/core/dc_link.c 			pipe_ctx->stream_res.tg->funcs->set_test_pattern(pipe_ctx->stream_res.tg,
stream_res       2821 drivers/gpu/drm/amd/display/dc/core/dc_link.c 		enum engine_id eng_id = pipe_ctx->stream_res.stream_enc->id;
stream_res       3057 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 	struct output_pixel_processor *opp = pipe_ctx->stream_res.opp;
stream_res       3106 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		if (pipe_ctx->stream_res.tg->funcs->set_test_pattern)
stream_res       3107 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 			pipe_ctx->stream_res.tg->funcs->set_test_pattern(pipe_ctx->stream_res.tg,
stream_res       3120 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 				struct output_pixel_processor *odm_opp = odm_pipe->stream_res.opp;
stream_res       3146 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		if (pipe_ctx->stream_res.tg->funcs->set_test_pattern)
stream_res       3147 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 			pipe_ctx->stream_res.tg->funcs->set_test_pattern(pipe_ctx->stream_res.tg,
stream_res       3160 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 				struct output_pixel_processor *odm_opp = odm_pipe->stream_res.opp;
stream_res       3251 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 			pipes->stream_res.stream_enc->funcs->dp_blank(pipe_ctx->stream_res.stream_enc);
stream_res         90 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 				pipes[i].stream_res.pix_clk_params.requested_pix_clk_100hz =
stream_res         94 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 							&pipes[i].stream_res.pix_clk_params,
stream_res        280 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 			pipes[i].stream_res.stream_enc != NULL &&
stream_res        284 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 			pipes[i].stream_res.stream_enc->funcs->dp_blank(
stream_res        285 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 					pipes[i].stream_res.stream_enc);
stream_res        294 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 			if ((&pipes[i])->stream_res.audio && !link->dc->debug.az_endpoint_mute_only)
stream_res        295 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 				(&pipes[i])->stream_res.audio->funcs->az_disable((&pipes[i])->stream_res.audio);
stream_res        325 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 			if (pipes[i].stream_res.audio) {
stream_res        328 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 				pipes[i].stream_res.audio->funcs->az_enable(
stream_res        329 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 						pipes[i].stream_res.audio);
stream_res        334 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 				pipes[i].stream_res.stream_enc->funcs->
stream_res        336 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 					pipes[i].stream_res.stream_enc, false);
stream_res        384 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 	struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc;
stream_res        408 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		dsc->funcs->dsc_enable(dsc, pipe_ctx->stream_res.opp->inst);
stream_res        410 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 			struct display_stream_compressor *odm_dsc = odm_pipe->stream_res.dsc;
stream_res        413 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 			odm_dsc->funcs->dsc_enable(odm_dsc, odm_pipe->stream_res.opp->inst);
stream_res        422 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 			DC_LOG_DSC("Setting stream encoder DSC config for engine %d:", (int)pipe_ctx->stream_res.stream_enc->id);
stream_res        424 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 			pipe_ctx->stream_res.stream_enc->funcs->dp_set_dsc_config(pipe_ctx->stream_res.stream_enc,
stream_res        433 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		DC_LOG_DSC("Setting optc DSC config for tg instance %d:", pipe_ctx->stream_res.tg->inst);
stream_res        435 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		pipe_ctx->stream_res.tg->funcs->set_dsc_config(pipe_ctx->stream_res.tg,
stream_res        441 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		pipe_ctx->stream_res.tg->funcs->set_dsc_config(
stream_res        442 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 				pipe_ctx->stream_res.tg,
stream_res        447 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 			pipe_ctx->stream_res.stream_enc->funcs->dp_set_dsc_config(
stream_res        448 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 					pipe_ctx->stream_res.stream_enc,
stream_res        451 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 			pipe_ctx->stream_res.stream_enc->funcs->dp_set_dsc_pps_info_packet(
stream_res        452 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 					pipe_ctx->stream_res.stream_enc, false, NULL);
stream_res        456 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		pipe_ctx->stream_res.dsc->funcs->dsc_disable(pipe_ctx->stream_res.dsc);
stream_res        458 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 			odm_pipe->stream_res.dsc->funcs->dsc_disable(odm_pipe->stream_res.dsc);
stream_res        464 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 	struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc;
stream_res        488 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 	struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc;
stream_res        509 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 			DC_LOG_DSC("Setting stream encoder DSC PPS SDP for engine %d\n", (int)pipe_ctx->stream_res.stream_enc->id);
stream_res        510 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 			pipe_ctx->stream_res.stream_enc->funcs->dp_set_dsc_pps_info_packet(
stream_res        511 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 									pipe_ctx->stream_res.stream_enc,
stream_res        518 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 			pipe_ctx->stream_res.stream_enc->funcs->dp_set_dsc_pps_info_packet(
stream_res        519 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 						pipe_ctx->stream_res.stream_enc, false, NULL);
stream_res        529 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 	struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc;
stream_res       1214 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			split_pipe->stream_res.tg = pool->timing_generators[i];
stream_res       1218 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			split_pipe->stream_res.opp = pool->opps[i];
stream_res       1289 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			free_pipe->stream_res.tg = tail_pipe->stream_res.tg;
stream_res       1290 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			free_pipe->stream_res.abm = tail_pipe->stream_res.abm;
stream_res       1291 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			free_pipe->stream_res.opp = tail_pipe->stream_res.opp;
stream_res       1292 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			free_pipe->stream_res.stream_enc = tail_pipe->stream_res.stream_enc;
stream_res       1293 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			free_pipe->stream_res.audio = tail_pipe->stream_res.audio;
stream_res       1616 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			pipe_ctx->stream_res.tg = pool->timing_generators[i];
stream_res       1622 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			pipe_ctx->stream_res.opp = pool->opps[i];
stream_res       1729 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	ASSERT(del_pipe->stream_res.stream_enc);
stream_res       1733 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			del_pipe->stream_res.stream_enc,
stream_res       1736 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (del_pipe->stream_res.audio)
stream_res       1740 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			del_pipe->stream_res.audio,
stream_res       1886 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		pipe_ctx->stream_res.tg = pool->timing_generators[tg_inst];
stream_res       1892 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		pipe_ctx->stream_res.opp = pool->opps[tg_inst];
stream_res       1952 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (pipe_idx < 0 || context->res_ctx.pipe_ctx[pipe_idx].stream_res.tg == NULL)
stream_res       1957 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	pipe_ctx->stream_res.stream_enc =
stream_res       1961 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (!pipe_ctx->stream_res.stream_enc)
stream_res       1966 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		pipe_ctx->stream_res.stream_enc,
stream_res       1973 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		pipe_ctx->stream_res.audio = find_first_free_audio(
stream_res       1974 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		&context->res_ctx, pool, pipe_ctx->stream_res.stream_enc->id);
stream_res       1981 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		if (pipe_ctx->stream_res.audio)
stream_res       1983 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 					   pipe_ctx->stream_res.audio, true);
stream_res       1988 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		pipe_ctx->stream_res.abm = pool->abm;
stream_res       1992 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			context->stream_status[i].primary_otg_inst = pipe_ctx->stream_res.tg->inst;
stream_res       1993 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			context->stream_status[i].stream_enc_inst = pipe_ctx->stream_res.stream_enc->id;
stream_res       1995 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 				pipe_ctx->stream_res.audio ? pipe_ctx->stream_res.audio->inst : -1;
stream_res       2498 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	struct encoder_info_frame *info = &pipe_ctx->stream_res.encoder_info_frame;
stream_res       2590 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (pipe_ctx_old->stream_res.audio != pipe_ctx->stream_res.audio)
stream_res       2597 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (pipe_ctx_old->stream_res.stream_enc != pipe_ctx->stream_res.stream_enc)
stream_res        493 drivers/gpu/drm/amd/display/dc/core/dc_stream.c 		struct timing_generator *tg = res_ctx->pipe_ctx[i].stream_res.tg;
stream_res        552 drivers/gpu/drm/amd/display/dc/core/dc_stream.c 		struct timing_generator *tg = res_ctx->pipe_ctx[i].stream_res.tg;
stream_res        199 drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c 		if (pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz / 10 > max_pix_clk)
stream_res        200 drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c 			max_pix_clk = pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz / 10;
stream_res        206 drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c 				pipe_ctx->stream_res.pix_clk_params.requested_sym_clk > max_pix_clk)
stream_res        207 drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c 			max_pix_clk = pipe_ctx->stream_res.pix_clk_params.requested_sym_clk;
stream_res        520 drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c 		cfg->pipe_idx = pipe_ctx->stream_res.tg->inst;
stream_res         56 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.c 	if (lock && pipe->stream_res.tg->funcs->is_blanked &&
stream_res         57 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.c 	    pipe->stream_res.tg->funcs->is_blanked(pipe->stream_res.tg))
stream_res         60 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.c 	val = REG_GET_4(BLND_V_UPDATE_LOCK[pipe->stream_res.tg->inst],
stream_res         71 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.c 	REG_SET_2(BLND_V_UPDATE_LOCK[pipe->stream_res.tg->inst], val,
stream_res         76 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.c 		REG_SET_2(BLND_V_UPDATE_LOCK[pipe->stream_res.tg->inst], val,
stream_res         82 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.c 			uint32_t value = REG_READ(CRTC_H_BLANK_START_END[pipe->stream_res.tg->inst]);
stream_res         83 drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.c 			REG_WRITE(CRTC_H_BLANK_START_END[pipe->stream_res.tg->inst], value);
stream_res        631 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	if (pipe_ctx->stream_res.stream_enc == NULL)
stream_res        641 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream_res.stream_enc->funcs->update_hdmi_info_packets(
stream_res        642 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.stream_enc,
stream_res        643 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			&pipe_ctx->stream_res.encoder_info_frame);
stream_res        645 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream_res.stream_enc->funcs->update_dp_info_packets(
stream_res        646 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.stream_enc,
stream_res        647 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			&pipe_ctx->stream_res.encoder_info_frame);
stream_res        661 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	struct timing_generator *tg = pipe_ctx->stream_res.tg;
stream_res        668 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 						    pipe_ctx->stream_res.stream_enc->id, true);
stream_res        687 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	if (pipe_ctx->stream_res.audio != NULL) {
stream_res        689 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.stream_enc->funcs->dp_audio_enable(pipe_ctx->stream_res.stream_enc);
stream_res        957 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	if (pipe_ctx->stream_res.audio && pipe_ctx->stream_res.audio->enabled == true)
stream_res        963 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	if (pipe_ctx->stream_res.audio) {
stream_res        966 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			if (core_dc->current_state->res_ctx.pipe_ctx[i].stream_res.audio != NULL)
stream_res        970 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream_res.audio->funcs->az_enable(pipe_ctx->stream_res.audio);
stream_res        977 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream_res.stream_enc->funcs->audio_mute_control(
stream_res        978 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 					pipe_ctx->stream_res.stream_enc, false);
stream_res        979 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		if (pipe_ctx->stream_res.audio)
stream_res        980 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.audio->enabled = true;
stream_res        996 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	if (pipe_ctx->stream_res.audio && pipe_ctx->stream_res.audio->enabled == false)
stream_res        999 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	pipe_ctx->stream_res.stream_enc->funcs->audio_mute_control(
stream_res       1000 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.stream_enc, true);
stream_res       1001 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	if (pipe_ctx->stream_res.audio) {
stream_res       1002 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream_res.audio->enabled = false;
stream_res       1008 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.stream_enc->funcs->dp_audio_disable(
stream_res       1009 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 					pipe_ctx->stream_res.stream_enc);
stream_res       1011 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.stream_enc->funcs->hdmi_audio_disable(
stream_res       1012 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 					pipe_ctx->stream_res.stream_enc);
stream_res       1033 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream_res.stream_enc->funcs->stop_hdmi_info_packets(
stream_res       1034 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.stream_enc);
stream_res       1035 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream_res.stream_enc->funcs->hdmi_reset_stream_attribute(
stream_res       1036 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.stream_enc);
stream_res       1040 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream_res.stream_enc->funcs->stop_dp_info_packets(
stream_res       1041 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.stream_enc);
stream_res       1047 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.stream_enc->id,
stream_res       1064 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream_res.stream_enc->funcs->dp_unblank(pipe_ctx->stream_res.stream_enc, &params);
stream_res       1082 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream_res.stream_enc->funcs->dp_blank(pipe_ctx->stream_res.stream_enc);
stream_res       1088 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	if (pipe_ctx != NULL && pipe_ctx->stream_res.stream_enc != NULL)
stream_res       1089 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream_res.stream_enc->funcs->set_avmute(pipe_ctx->stream_res.stream_enc, enable);
stream_res       1118 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	audio_output->engine_id = pipe_ctx->stream_res.stream_enc->id;
stream_res       1154 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz;
stream_res       1157 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz;
stream_res       1163 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		if (pipe_ctx->stream_res.pix_clk_params.pixel_encoding == PIXEL_ENCODING_YCBCR420) {
stream_res       1167 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 					pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz/2;
stream_res       1184 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.tg->inst + 1);
stream_res       1196 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	uint32_t color_value = MAX_TG_COLOR_VALUE * (4 - pipe_ctx->stream_res.tg->inst) / 4;
stream_res       1251 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	if (pipe_ctx->stream_res.tg->funcs->set_overscan_blank_color) {
stream_res       1260 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream_res.tg->funcs->set_overscan_blank_color(
stream_res       1261 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 				pipe_ctx->stream_res.tg,
stream_res       1284 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream_res.tg->funcs->set_blank_color(
stream_res       1285 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 				pipe_ctx->stream_res.tg,
stream_res       1292 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream_res.tg->funcs->set_blank(pipe_ctx->stream_res.tg, true);
stream_res       1296 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 				&pipe_ctx->stream_res.pix_clk_params,
stream_res       1302 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream_res.tg->funcs->program_timing(
stream_res       1303 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 				pipe_ctx->stream_res.tg,
stream_res       1314 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		if (false == pipe_ctx->stream_res.tg->funcs->enable_crtc(
stream_res       1315 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 				pipe_ctx->stream_res.tg)) {
stream_res       1340 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	if (pipe_ctx->stream_res.audio != NULL) {
stream_res       1346 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.stream_enc->funcs->dp_audio_setup(
stream_res       1347 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 					pipe_ctx->stream_res.stream_enc,
stream_res       1348 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 					pipe_ctx->stream_res.audio->inst,
stream_res       1351 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.stream_enc->funcs->hdmi_audio_setup(
stream_res       1352 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 					pipe_ctx->stream_res.stream_enc,
stream_res       1353 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 					pipe_ctx->stream_res.audio->inst,
stream_res       1357 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream_res.audio->funcs->az_configure(
stream_res       1358 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 				pipe_ctx->stream_res.audio,
stream_res       1374 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	if (pipe_ctx->stream_res.tg->funcs->set_drr)
stream_res       1375 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream_res.tg->funcs->set_drr(
stream_res       1376 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.tg, &params);
stream_res       1381 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	if (pipe_ctx->stream_res.tg->funcs->set_static_screen_control)
stream_res       1382 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream_res.tg->funcs->set_static_screen_control(
stream_res       1383 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 				pipe_ctx->stream_res.tg, event_triggers);
stream_res       1386 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream_res.stream_enc->funcs->dig_connect_to_otg(
stream_res       1387 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.stream_enc,
stream_res       1388 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.tg->inst);
stream_res       1390 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	pipe_ctx->stream_res.opp->funcs->opp_set_dyn_expansion(
stream_res       1391 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.opp,
stream_res       1396 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	pipe_ctx->stream_res.opp->funcs->opp_program_fmt(
stream_res       1397 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx->stream_res.opp,
stream_res       1402 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		odm_pipe->stream_res.opp->funcs->opp_set_dyn_expansion(
stream_res       1403 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 				odm_pipe->stream_res.opp,
stream_res       1408 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		odm_pipe->stream_res.opp->funcs->opp_program_fmt(
stream_res       1409 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 				odm_pipe->stream_res.opp,
stream_res       1738 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx[i]->stream_res.tg->funcs->set_drr(
stream_res       1739 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx[i]->stream_res.tg, &params);
stream_res       1742 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx[i]->stream_res.tg->funcs->set_static_screen_control(
stream_res       1743 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 					pipe_ctx[i]->stream_res.tg,
stream_res       1757 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx[i]->stream_res.tg->funcs->get_position(pipe_ctx[i]->stream_res.tg, position);
stream_res       1783 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		pipe_ctx[i]->stream_res.tg->funcs->
stream_res       1784 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			set_static_screen_control(pipe_ctx[i]->stream_res.tg, value);
stream_res       1868 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		params.inst = pipe_ctx->stream_res.tg->inst;
stream_res       1911 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 				if (pipe_ctx_old->stream_res.audio) {
stream_res       1913 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 					pipe_ctx_old->stream_res.audio->funcs->
stream_res       1914 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 							az_disable(pipe_ctx_old->stream_res.audio);
stream_res       1921 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 								pipe_ctx_old->stream_res.audio, false);
stream_res       1922 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 						pipe_ctx_old->stream_res.audio = NULL;
stream_res       1927 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx_old->stream_res.tg->funcs->set_blank(pipe_ctx_old->stream_res.tg, true);
stream_res       1928 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			if (!hwss_wait_for_blank_complete(pipe_ctx_old->stream_res.tg)) {
stream_res       1932 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx_old->stream_res.tg->funcs->disable_crtc(pipe_ctx_old->stream_res.tg);
stream_res       1985 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		if (pipe_ctx->stream_res.audio != NULL) {
stream_res       1990 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.audio->funcs->wall_dto_setup(
stream_res       1991 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 				pipe_ctx->stream_res.audio,
stream_res       2013 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			if (pipe_ctx->stream_res.audio != NULL) {
stream_res       2018 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 				pipe_ctx->stream_res.audio->funcs->wall_dto_setup(
stream_res       2019 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 					pipe_ctx->stream_res.audio,
stream_res       2177 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	dce_set_blender_mode(dc->hwseq, pipe_ctx->stream_res.tg->inst, blender_mode);
stream_res       2178 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	pipe_ctx->stream_res.tg->funcs->set_blank(pipe_ctx->stream_res.tg, blank_target);
stream_res       2232 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			pipe_ctx->stream_res.tg->funcs->is_stereo_left_eye) {
stream_res       2234 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 				!pipe_ctx->stream_res.tg->funcs->is_stereo_left_eye(pipe_ctx->stream_res.tg);
stream_res       2298 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	gsl_params.gsl_master = grouped_pipes[0]->stream_res.tg->inst;
stream_res       2301 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		grouped_pipes[i]->stream_res.tg->funcs->setup_global_swap_lock(
stream_res       2302 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 					grouped_pipes[i]->stream_res.tg, &gsl_params);
stream_res       2308 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		grouped_pipes[i]->stream_res.tg->funcs->enable_reset_trigger(
stream_res       2309 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 				grouped_pipes[i]->stream_res.tg,
stream_res       2314 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[i]->stream_res.tg);
stream_res       2315 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		grouped_pipes[i]->stream_res.tg->funcs->disable_reset_trigger(
stream_res       2316 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 				grouped_pipes[i]->stream_res.tg);
stream_res       2323 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		grouped_pipes[i]->stream_res.tg->funcs->tear_down_global_swap_lock(grouped_pipes[i]->stream_res.tg);
stream_res       2341 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		grouped_pipes[i]->stream_res.tg->funcs->setup_global_swap_lock(
stream_res       2342 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 					grouped_pipes[i]->stream_res.tg, &gsl_params);
stream_res       2347 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		grouped_pipes[i]->stream_res.tg->funcs->enable_crtc_reset(
stream_res       2348 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 				grouped_pipes[i]->stream_res.tg,
stream_res       2354 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[i]->stream_res.tg);
stream_res       2357 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		grouped_pipes[i]->stream_res.tg->funcs->tear_down_global_swap_lock(grouped_pipes[i]->stream_res.tg);
stream_res        822 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 	pixel_clk_params->controller_id = pipe_ctx->stream_res.tg->inst + 1;
stream_res        846 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 	get_pixel_clock_parameters(pipe_ctx, &pipe_ctx->stream_res.pix_clk_params);
stream_res        849 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 		&pipe_ctx->stream_res.pix_clk_params,
stream_res       1061 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 	pipe_ctx->stream_res.tg = pool->timing_generators[underlay_idx];
stream_res       1065 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 	pipe_ctx->stream_res.opp = pool->opps[underlay_idx];
stream_res       1076 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 				pipe_ctx->stream_res.tg->inst,
stream_res       1084 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 		pipe_ctx->stream_res.tg->funcs->program_timing(pipe_ctx->stream_res.tg,
stream_res       1093 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 		pipe_ctx->stream_res.tg->funcs->enable_advanced_request(
stream_res       1094 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 				pipe_ctx->stream_res.tg,
stream_res       1106 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 		pipe_ctx->stream_res.tg->funcs->set_blank_color(
stream_res       1107 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 				pipe_ctx->stream_res.tg,
stream_res        427 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	struct timing_generator *tg = pipe_ctx->stream_res.tg;
stream_res        752 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	pipe_ctx->stream_res.tg->funcs->enable_optc_clock(pipe_ctx->stream_res.tg, true);
stream_res        756 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			&pipe_ctx->stream_res.pix_clk_params,
stream_res        762 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	pipe_ctx->stream_res.tg->funcs->program_timing(
stream_res        763 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			pipe_ctx->stream_res.tg,
stream_res        776 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	inst_offset = reg_offsets[pipe_ctx->stream_res.tg->inst].fmt;
stream_res        778 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	pipe_ctx->stream_res.opp->funcs->opp_program_fmt(
stream_res        779 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 				pipe_ctx->stream_res.opp,
stream_res        787 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	if (pipe_ctx->stream_res.tg->funcs->set_blank_color)
stream_res        788 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		pipe_ctx->stream_res.tg->funcs->set_blank_color(
stream_res        789 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 				pipe_ctx->stream_res.tg,
stream_res        792 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	if (pipe_ctx->stream_res.tg->funcs->is_blanked &&
stream_res        793 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			!pipe_ctx->stream_res.tg->funcs->is_blanked(pipe_ctx->stream_res.tg)) {
stream_res        794 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		pipe_ctx->stream_res.tg->funcs->set_blank(pipe_ctx->stream_res.tg, true);
stream_res        795 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		hwss_wait_for_blank_complete(pipe_ctx->stream_res.tg);
stream_res        796 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		false_optc_underflow_wa(dc, pipe_ctx->stream, pipe_ctx->stream_res.tg);
stream_res        800 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	if (false == pipe_ctx->stream_res.tg->funcs->enable_crtc(pipe_ctx->stream_res.tg)) {
stream_res        823 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	if (pipe_ctx->stream_res.stream_enc == NULL) {
stream_res        832 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		else if (pipe_ctx->stream_res.audio)
stream_res        835 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		if (pipe_ctx->stream_res.audio) {
stream_res        837 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			pipe_ctx->stream_res.audio->funcs->az_disable(pipe_ctx->stream_res.audio);
stream_res        844 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 						pipe_ctx->stream_res.audio, false);
stream_res        845 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 				pipe_ctx->stream_res.audio = NULL;
stream_res        855 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		pipe_ctx->stream_res.tg->funcs->disable_crtc(pipe_ctx->stream_res.tg);
stream_res        857 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		pipe_ctx->stream_res.tg->funcs->enable_optc_clock(pipe_ctx->stream_res.tg, false);
stream_res        858 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		if (pipe_ctx->stream_res.tg->funcs->set_drr)
stream_res        859 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			pipe_ctx->stream_res.tg->funcs->set_drr(
stream_res        860 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 					pipe_ctx->stream_res.tg, NULL);
stream_res        872 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 					pipe_ctx->pipe_idx, pipe_ctx->stream_res.tg->inst);
stream_res        984 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	struct output_pixel_processor *opp = pipe_ctx->stream_res.opp;
stream_res       1041 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	if (opp_id != 0xf && pipe_ctx->stream_res.opp->mpc_tree_params.opp_list == NULL)
stream_res       1042 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		pipe_ctx->stream_res.opp->funcs->opp_pipe_clock_control(
stream_res       1043 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 				pipe_ctx->stream_res.opp,
stream_res       1054 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	memset(&pipe_ctx->stream_res, 0, sizeof(pipe_ctx->stream_res));
stream_res       1137 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			pipe_ctx->stream_res.tg->funcs->is_tg_enabled(
stream_res       1138 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 				pipe_ctx->stream_res.tg))
stream_res       1146 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		pipe_ctx->stream_res.tg = tg;
stream_res       1159 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		pipe_ctx->stream_res.opp = dc->res_pool->opps[i];
stream_res       1168 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		pipe_ctx->stream_res.tg = NULL;
stream_res       1520 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		pipe->stream_res.tg->funcs->lock(pipe->stream_res.tg);
stream_res       1522 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		pipe->stream_res.tg->funcs->unlock(pipe->stream_res.tg);
stream_res       1577 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		grouped_pipes[i]->stream_res.tg->funcs->enable_reset_trigger(
stream_res       1578 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 				grouped_pipes[i]->stream_res.tg,
stream_res       1579 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 				grouped_pipes[0]->stream_res.tg->inst);
stream_res       1587 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[1]->stream_res.tg);
stream_res       1589 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		grouped_pipes[i]->stream_res.tg->funcs->disable_reset_trigger(
stream_res       1590 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 				grouped_pipes[i]->stream_res.tg);
stream_res       1605 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		if (grouped_pipes[i]->stream_res.tg->funcs->enable_crtc_reset)
stream_res       1606 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			grouped_pipes[i]->stream_res.tg->funcs->enable_crtc_reset(
stream_res       1607 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 					grouped_pipes[i]->stream_res.tg,
stream_res       1614 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[i]->stream_res.tg);
stream_res       1845 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	pipe_ctx->stream_res.opp->funcs->opp_pipe_clock_control(
stream_res       1846 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			pipe_ctx->stream_res.opp,
stream_res       2191 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	struct mpc_tree *mpc_tree_params = &(pipe_ctx->stream_res.opp->mpc_tree_params);
stream_res       2263 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	hubp->opp_id = pipe_ctx->stream_res.opp->inst;
stream_res       2320 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		hubp->funcs->hubp_vtg_sel(hubp, pipe_ctx->stream_res.tg->inst);
stream_res       2378 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 				pipe_ctx->stream_res.opp->inst);
stream_res       2416 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	struct stream_resource *stream_res = &pipe_ctx->stream_res;
stream_res       2432 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	if (stream_res->tg->funcs->set_blank_color)
stream_res       2433 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		stream_res->tg->funcs->set_blank_color(
stream_res       2434 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 				stream_res->tg,
stream_res       2438 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		if (stream_res->tg->funcs->set_blank)
stream_res       2439 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			stream_res->tg->funcs->set_blank(stream_res->tg, blank);
stream_res       2440 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		if (stream_res->abm) {
stream_res       2441 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			stream_res->abm->funcs->set_pipe(stream_res->abm, stream_res->tg->inst + 1);
stream_res       2442 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			stream_res->abm->funcs->set_abm_level(stream_res->abm, stream->abm_level);
stream_res       2445 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		if (stream_res->abm)
stream_res       2446 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			stream_res->abm->funcs->set_abm_immediate_disable(stream_res->abm);
stream_res       2447 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		if (stream_res->tg->funcs->set_blank)
stream_res       2448 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			stream_res->tg->funcs->set_blank(stream_res->tg, blank);
stream_res       2505 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		pipe_ctx->stream_res.tg->funcs->program_global_sync(
stream_res       2506 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 				pipe_ctx->stream_res.tg,
stream_res       2512 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		pipe_ctx->stream_res.tg->funcs->set_vtg_params(
stream_res       2513 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 				pipe_ctx->stream_res.tg, &pipe_ctx->stream->timing);
stream_res       2568 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	tg = top_pipe_to_program->stream_res.tg;
stream_res       2606 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			if (old_pipe_ctx->stream_res.tg == tg &&
stream_res       2613 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		     pipe_ctx->stream_res.tg != old_pipe_ctx->stream_res.tg) &&
stream_res       2615 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		    old_pipe_ctx->stream_res.tg == tg) {
stream_res       2768 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		pipe_ctx[i]->stream_res.tg->funcs->set_drr(
stream_res       2769 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			pipe_ctx[i]->stream_res.tg, &params);
stream_res       2771 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			pipe_ctx[i]->stream_res.tg->funcs->set_static_screen_control(
stream_res       2772 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 					pipe_ctx[i]->stream_res.tg,
stream_res       2786 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		pipe_ctx[i]->stream_res.tg->funcs->get_position(pipe_ctx[i]->stream_res.tg, position);
stream_res       2803 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		pipe_ctx[i]->stream_res.tg->funcs->
stream_res       2804 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			set_static_screen_control(pipe_ctx[i]->stream_res.tg, value);
stream_res       2858 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	pipe_ctx->stream_res.opp->funcs->opp_program_stereo(
stream_res       2859 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		pipe_ctx->stream_res.opp,
stream_res       2863 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	pipe_ctx->stream_res.tg->funcs->program_stereo(
stream_res       2864 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		pipe_ctx->stream_res.tg,
stream_res       2894 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	if (!pipe_ctx->stream_res.opp)
stream_res       2898 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		if (pipe_ctx->stream_res.opp->mpcc_disconnect_pending[mpcc_inst]) {
stream_res       2902 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 			pipe_ctx->stream_res.opp->mpcc_disconnect_pending[mpcc_inst] = false;
stream_res       2925 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	struct timing_generator *tg = pipe_ctx->stream_res.tg;
stream_res       2942 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 				!tg->funcs->is_stereo_left_eye(pipe_ctx->stream_res.tg);
stream_res       3114 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		tg = pipe_ctx->stream_res.tg;
stream_res       3193 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	struct timing_generator *tg = pipe_ctx->stream_res.tg;
stream_res       3204 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		pipe_ctx->stream_res.tg->funcs->setup_vertical_interrupt1(
stream_res       3212 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	struct timing_generator *tg = pipe_ctx->stream_res.tg;
stream_res       3239 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		pipe_ctx->stream_res.stream_enc->funcs->dp_unblank(pipe_ctx->stream_res.stream_enc, &params);
stream_res       3252 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		pipe_ctx->stream_res.stream_enc->funcs->send_immediate_sdp_message(
stream_res       3253 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 				pipe_ctx->stream_res.stream_enc,
stream_res        432 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer_debug.c 		pix_clk = dc->current_state->res_ctx.pipe_ctx[i].stream_res.pix_clk_params.requested_pix_clk_100hz / 10;
stream_res        993 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c 	pixel_clk_params->controller_id = pipe_ctx->stream_res.tg->inst + 1;
stream_res       1023 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c 	get_pixel_clock_parameters(pipe_ctx, &pipe_ctx->stream_res.pix_clk_params);
stream_res       1027 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c 		&pipe_ctx->stream_res.pix_clk_params,
stream_res       1106 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c 	idle_pipe->stream_res.tg = head_pipe->stream_res.tg;
stream_res       1107 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c 	idle_pipe->stream_res.abm = head_pipe->stream_res.abm;
stream_res       1108 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c 	idle_pipe->stream_res.opp = head_pipe->stream_res.opp;
stream_res        486 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	if (pipe_ctx->stream_res.gsl_group != 0)
stream_res        502 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	memset(&pipe_ctx->stream_res, 0, sizeof(pipe_ctx->stream_res));
stream_res        533 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	int opp_inst[MAX_PIPES] = { pipe_ctx->stream_res.opp->inst };
stream_res        545 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst;
stream_res        550 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.tg->funcs->set_odm_combine(
stream_res        551 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 				pipe_ctx->stream_res.tg,
stream_res        558 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	pipe_ctx->stream_res.tg->funcs->enable_optc_clock(pipe_ctx->stream_res.tg, true);
stream_res        562 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			&pipe_ctx->stream_res.pix_clk_params,
stream_res        568 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	pipe_ctx->stream_res.tg->funcs->program_timing(
stream_res        569 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			pipe_ctx->stream_res.tg,
stream_res        579 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		odm_pipe->stream_res.opp->funcs->opp_pipe_clock_control(
stream_res        580 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 				odm_pipe->stream_res.opp,
stream_res        583 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	pipe_ctx->stream_res.opp->funcs->opp_pipe_clock_control(
stream_res        584 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			pipe_ctx->stream_res.opp,
stream_res        590 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	if (false == pipe_ctx->stream_res.tg->funcs->enable_crtc(pipe_ctx->stream_res.tg)) {
stream_res        595 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	dcn20_hwss_wait_for_blank_complete(pipe_ctx->stream_res.opp);
stream_res        601 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	if (pipe_ctx->stream_res.tg->funcs->set_drr)
stream_res        602 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.tg->funcs->set_drr(
stream_res        603 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			pipe_ctx->stream_res.tg, &params);
stream_res        608 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	if (pipe_ctx->stream_res.tg->funcs->set_static_screen_control)
stream_res        609 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.tg->funcs->set_static_screen_control(
stream_res        610 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 				pipe_ctx->stream_res.tg, event_triggers);
stream_res        655 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	struct mpc *mpc = pipe_ctx->stream_res.opp->ctx->dc->res_pool->mpc;
stream_res        830 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	int opp_inst[MAX_PIPES] = { pipe_ctx->stream_res.opp->inst };
stream_res        833 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst;
stream_res        838 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.tg->funcs->set_odm_combine(
stream_res        839 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 				pipe_ctx->stream_res.tg,
stream_res        843 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.tg->funcs->set_odm_bypass(
stream_res        844 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 				pipe_ctx->stream_res.tg, &pipe_ctx->stream->timing);
stream_res        853 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	struct stream_resource *stream_res = &pipe_ctx->stream_res;
stream_res        872 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		if (stream_res->abm)
stream_res        873 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			stream_res->abm->funcs->set_abm_immediate_disable(stream_res->abm);
stream_res        881 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	stream_res->opp->funcs->opp_set_disp_pattern_generator(
stream_res        882 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			stream_res->opp,
stream_res        890 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		odm_pipe->stream_res.opp->funcs->opp_set_disp_pattern_generator(
stream_res        891 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 				odm_pipe->stream_res.opp,
stream_res        901 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		if (stream_res->abm) {
stream_res        902 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			stream_res->abm->funcs->set_pipe(stream_res->abm, stream_res->tg->inst + 1);
stream_res        903 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			stream_res->abm->funcs->set_abm_level(stream_res->abm, stream->abm_level);
stream_res        942 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	pipe_ctx->stream_res.opp->funcs->opp_pipe_clock_control(
stream_res        943 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			pipe_ctx->stream_res.opp,
stream_res       1039 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.tg->funcs->program_global_sync(
stream_res       1040 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 				pipe_ctx->stream_res.tg,
stream_res       1046 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.tg->funcs->set_vtg_params(
stream_res       1047 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 				pipe_ctx->stream_res.tg, &pipe_ctx->stream->timing);
stream_res       1073 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe->stream_res.tg->funcs->lock_doublebuffer_enable(
stream_res       1074 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 				pipe->stream_res.tg);
stream_res       1075 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe->stream_res.tg->funcs->lock(pipe->stream_res.tg);
stream_res       1077 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe->stream_res.tg->funcs->unlock(pipe->stream_res.tg);
stream_res       1078 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe->stream_res.tg->funcs->wait_for_state(pipe->stream_res.tg,
stream_res       1080 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe->stream_res.tg->funcs->wait_for_state(pipe->stream_res.tg,
stream_res       1082 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe->stream_res.tg->funcs->wait_for_state(pipe->stream_res.tg,
stream_res       1084 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe->stream_res.tg->funcs->lock_doublebuffer_disable(
stream_res       1085 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 				pipe->stream_res.tg);
stream_res       1128 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		if ((flip_immediate && pipe->stream_res.gsl_group == 0) ||
stream_res       1129 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		    (!flip_immediate && pipe->stream_res.gsl_group > 0))
stream_res       1134 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			pipe->stream_res.tg->funcs->triplebuffer_lock(pipe->stream_res.tg);
stream_res       1136 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			pipe->stream_res.tg->funcs->triplebuffer_unlock(pipe->stream_res.tg);
stream_res       1139 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			pipe->stream_res.tg->funcs->lock(pipe->stream_res.tg);
stream_res       1141 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			pipe->stream_res.tg->funcs->unlock(pipe->stream_res.tg);
stream_res       1173 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			pipe_ctx->stream_res.gsl_group =
stream_res       1174 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 				old_pipe_ctx->stream_res.gsl_group;
stream_res       1177 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	tg = top_pipe_to_program->stream_res.tg;
stream_res       1204 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			if (old_pipe_ctx->stream_res.tg == tg &&
stream_res       1211 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		     pipe_ctx->stream_res.tg != old_pipe_ctx->stream_res.tg) &&
stream_res       1213 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		     old_pipe_ctx->stream_res.tg == tg) {
stream_res       1331 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			pipe_ctx->stream_res.tg->funcs->program_global_sync(
stream_res       1332 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 					pipe_ctx->stream_res.tg,
stream_res       1338 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			pipe_ctx->stream_res.tg->funcs->set_vtg_params(
stream_res       1339 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 					pipe_ctx->stream_res.tg, &pipe_ctx->stream->timing);
stream_res       1433 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	if (pipe_ctx->stream_res.dsc) {
stream_res       1436 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		dcn20_dsc_pg_control(hws, pipe_ctx->stream_res.dsc->inst, true);
stream_res       1438 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			dcn20_dsc_pg_control(hws, odm_pipe->stream_res.dsc->inst, true);
stream_res       1450 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	if (pipe_ctx->stream_res.dsc) {
stream_res       1453 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		dcn20_dsc_pg_control(hws, pipe_ctx->stream_res.dsc->inst, false);
stream_res       1455 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			dcn20_dsc_pg_control(hws, odm_pipe->stream_res.dsc->inst, false);
stream_res       1602 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.stream_enc->funcs->dp_set_odm_combine(
stream_res       1603 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 				pipe_ctx->stream_res.stream_enc, params.opp_cnt > 1);
stream_res       1604 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.stream_enc->funcs->dp_unblank(pipe_ctx->stream_res.stream_enc, &params);
stream_res       1614 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	struct timing_generator *tg = pipe_ctx->stream_res.tg;
stream_res       1631 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	if (pipe_ctx->stream_res.stream_enc == NULL) {
stream_res       1640 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		else if (pipe_ctx->stream_res.audio)
stream_res       1644 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		if (pipe_ctx->stream_res.audio) {
stream_res       1646 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			pipe_ctx->stream_res.audio->funcs->az_disable(pipe_ctx->stream_res.audio);
stream_res       1653 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 						pipe_ctx->stream_res.audio, false);
stream_res       1654 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 				pipe_ctx->stream_res.audio = NULL;
stream_res       1659 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	else if (pipe_ctx->stream_res.dsc) {
stream_res       1669 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.tg->funcs->disable_crtc(pipe_ctx->stream_res.tg);
stream_res       1671 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.tg->funcs->enable_optc_clock(pipe_ctx->stream_res.tg, false);
stream_res       1672 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		if (pipe_ctx->stream_res.tg->funcs->set_odm_bypass)
stream_res       1673 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			pipe_ctx->stream_res.tg->funcs->set_odm_bypass(
stream_res       1674 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 					pipe_ctx->stream_res.tg, &pipe_ctx->stream->timing);
stream_res       1676 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		if (pipe_ctx->stream_res.tg->funcs->set_drr)
stream_res       1677 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			pipe_ctx->stream_res.tg->funcs->set_drr(
stream_res       1678 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 					pipe_ctx->stream_res.tg, NULL);
stream_res       1690 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 					pipe_ctx->pipe_idx, pipe_ctx->stream_res.tg->inst);
stream_res       1732 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	struct mpc_tree *mpc_tree_params = &(pipe_ctx->stream_res.opp->mpc_tree_params);
stream_res       1799 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	hubp->opp_id = pipe_ctx->stream_res.opp->inst;
stream_res       1844 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		if (pipe_ctx->stream_res.gsl_group > 0)
stream_res       1849 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.gsl_group = group_idx;
stream_res       1871 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		group_idx = pipe_ctx->stream_res.gsl_group;
stream_res       1875 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.gsl_group = 0;
stream_res       1899 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	if (pipe_ctx->stream_res.tg->funcs->set_gsl != NULL &&
stream_res       1900 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.tg->funcs->set_gsl_source_select != NULL) {
stream_res       1901 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.tg->funcs->set_gsl(
stream_res       1902 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			pipe_ctx->stream_res.tg,
stream_res       1905 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.tg->funcs->set_gsl_source_select(
stream_res       1906 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			pipe_ctx->stream_res.tg, group_idx,	enable ? 4 : 0);
stream_res       1931 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	struct timing_generator *tg = pipe_ctx->stream_res.tg;
stream_res       1939 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 						    pipe_ctx->stream_res.stream_enc->id, true);
stream_res       1961 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	if (pipe_ctx->stream_res.audio != NULL) {
stream_res       1963 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			pipe_ctx->stream_res.stream_enc->funcs->dp_audio_enable(pipe_ctx->stream_res.stream_enc);
stream_res       1972 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	struct stream_encoder     *stream_enc = pipe_ctx->stream_res.stream_enc;
stream_res       1979 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.encoder_info_frame.hdrsmd.valid = false;
stream_res       2061 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.tg = tg;
stream_res       2070 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.opp = NULL;
stream_res       2077 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.opp = dc->res_pool->opps[i];
stream_res       2098 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		pipe_ctx->stream_res.tg = NULL;
stream_res       1448 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	pixel_clk_params->controller_id = pipe_ctx->stream_res.tg->inst + 1;
stream_res       1481 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	get_pixel_clock_parameters(pipe_ctx, &pipe_ctx->stream_res.pix_clk_params);
stream_res       1485 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		&pipe_ctx->stream_res.pix_clk_params,
stream_res       1589 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		acquire_dsc(&dc_ctx->res_ctx, pool, &pipe_ctx->stream_res.dsc, i);
stream_res       1592 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		if (!pipe_ctx->stream_res.dsc) {
stream_res       1615 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 			if (pipe_ctx->stream_res.dsc)
stream_res       1616 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 				release_dsc(&new_ctx->res_ctx, dc->res_pool, &pipe_ctx->stream_res.dsc);
stream_res       1740 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	next_odm_pipe->stream_res.dsc = NULL;
stream_res       1787 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	next_odm_pipe->stream_res.opp = pool->opps[next_odm_pipe->pipe_idx];
stream_res       1790 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		acquire_dsc(res_ctx, pool, &next_odm_pipe->stream_res.dsc, next_odm_pipe->pipe_idx);
stream_res       1791 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		ASSERT(next_odm_pipe->stream_res.dsc);
stream_res       1792 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		if (next_odm_pipe->stream_res.dsc == NULL)
stream_res       1820 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	secondary_pipe->stream_res.dsc = NULL;
stream_res       1941 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		pipes[pipe_cnt].pipe.dest.otg_inst = res_ctx->pipe_ctx[i].stream_res.tg->inst;
stream_res       2281 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		if (!pipe_ctx->stream_res.dsc->funcs->dsc_validate_stream(pipe_ctx->stream_res.dsc, &dsc_cfg))
stream_res       2407 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 			if (odm_pipe->stream_res.dsc)
stream_res       2408 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 				release_dsc(&context->res_ctx, dc->res_pool, &odm_pipe->stream_res.dsc);
stream_res       2412 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 			memset(&odm_pipe->stream_res, 0, sizeof(odm_pipe->stream_res));
stream_res       2437 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		memset(&hsplit_pipe->stream_res, 0, sizeof(hsplit_pipe->stream_res));
stream_res       2537 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 		if (dc->debug.force_odm_combine & (1 << pipe->stream_res.tg->inst)) {
stream_res       2950 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	idle_pipe->stream_res.tg = head_pipe->stream_res.tg;
stream_res       2951 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 	idle_pipe->stream_res.opp = head_pipe->stream_res.opp;
stream_res        293 drivers/gpu/drm/amd/display/dc/inc/core_types.h 	struct stream_resource stream_res;
stream_res        215 drivers/gpu/drm/amd/display/dc/irq/dce110/irq_service_dce110.c 			core_dc->current_state->res_ctx.pipe_ctx[pipe_offset].stream_res.tg;