Searched refs:opp_heads (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 617 struct pipe_ctx *opp_heads[MAX_PIPES], in enable_stream_timing_calc() 629 *opp_cnt = resource_get_opp_heads_for_otg_master(pipe_ctx, &context->res_ctx, opp_heads); in enable_stream_timing_calc() 631 opp_inst[i] = opp_heads[i]->stream_res.opp->inst; in enable_stream_timing_calc() 662 struct pipe_ctx *opp_heads[MAX_PIPES] = {0}; in dcn401_enable_stream_timing() local 675 &opp_cnt, opp_heads, &manual_mode, ¶ms, &event_triggers); in dcn401_enable_stream_timing() 737 opp_heads[i]->stream_res.opp->funcs->opp_pipe_clock_control( in dcn401_enable_stream_timing() 738 opp_heads[i]->stream_res.opp, in dcn401_enable_stream_timing() 740 opp_heads[i]->stream_res.opp->funcs->opp_program_left_edge_extra_pixel( in dcn401_enable_stream_timing() 741 opp_heads[i]->stream_res.opp, in dcn401_enable_stream_timing() 743 resource_is_pipe_type(opp_heads[i], OTG_MASTER)); in dcn401_enable_stream_timing() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_resource.c | 1461 struct pipe_ctx *opp_heads[MAX_PIPES]; in resource_build_test_pattern_params() local 1478 odm_cnt = resource_get_opp_heads_for_otg_master(otg_master, res_ctx, opp_heads); in resource_build_test_pattern_params() 1481 odm_slice_src = resource_get_odm_slice_src_rect(opp_heads[i]); in resource_build_test_pattern_params() 1482 params = &opp_heads[i]->stream_res.test_pattern_params; in resource_build_test_pattern_params() 2020 struct pipe_ctx *opp_heads[MAX_PIPES]) in resource_get_opp_heads_for_otg_master() 2037 opp_heads[i++] = opp_head; in resource_get_opp_heads_for_otg_master() 2432 struct pipe_ctx *opp_heads[MAX_PIPES]; in resource_log_pipe_for_stream() local 2439 &state->res_ctx, opp_heads); in resource_log_pipe_for_stream() 2442 if (opp_heads[slice_idx]->plane_state) { in resource_log_pipe_for_stream() 2444 opp_heads[slice_idx], in resource_log_pipe_for_stream() [all …]
|