Home
last modified time | relevance | path

Searched refs:opp_heads (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
Ddcn401_hwseq.c772 struct pipe_ctx *opp_heads[MAX_PIPES], in enable_stream_timing_calc()
783 *opp_cnt = resource_get_opp_heads_for_otg_master(pipe_ctx, &context->res_ctx, opp_heads); in enable_stream_timing_calc()
785 opp_inst[i] = opp_heads[i]->stream_res.opp->inst; in enable_stream_timing_calc()
816 struct pipe_ctx *opp_heads[MAX_PIPES] = {0}; in dcn401_enable_stream_timing() local
828 &opp_cnt, opp_heads, &manual_mode, &params, &event_triggers); in dcn401_enable_stream_timing()
876 opp_heads[i]->stream_res.opp->funcs->opp_pipe_clock_control( in dcn401_enable_stream_timing()
877 opp_heads[i]->stream_res.opp, in dcn401_enable_stream_timing()
879 opp_heads[i]->stream_res.opp->funcs->opp_program_left_edge_extra_pixel( in dcn401_enable_stream_timing()
880 opp_heads[i]->stream_res.opp, in dcn401_enable_stream_timing()
882 resource_is_pipe_type(opp_heads[i], OTG_MASTER)); in dcn401_enable_stream_timing()
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1435 struct pipe_ctx *opp_heads[MAX_PIPES]; in resource_build_test_pattern_params() local
1452 odm_cnt = resource_get_opp_heads_for_otg_master(otg_master, res_ctx, opp_heads); in resource_build_test_pattern_params()
1455 odm_slice_src = resource_get_odm_slice_src_rect(opp_heads[i]); in resource_build_test_pattern_params()
1456 params = &opp_heads[i]->stream_res.test_pattern_params; in resource_build_test_pattern_params()
1910 struct pipe_ctx *opp_heads[MAX_PIPES]) in resource_get_opp_heads_for_otg_master()
1927 opp_heads[i++] = opp_head; in resource_get_opp_heads_for_otg_master()
2296 struct pipe_ctx *opp_heads[MAX_PIPES]; in resource_log_pipe_for_stream() local
2304 &state->res_ctx, opp_heads); in resource_log_pipe_for_stream()
2307 if (opp_heads[slice_idx]->plane_state) { in resource_log_pipe_for_stream()
2309 opp_heads[slice_idx], in resource_log_pipe_for_stream()
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddml2_wrapper.h99 struct pipe_ctx *opp_heads[MAX_PIPES]);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/
Dresource.h380 struct pipe_ctx *opp_heads[MAX_PIPES]);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
Ddcn20_hwseq.c834 struct pipe_ctx *opp_heads[MAX_PIPES]; in dcn20_enable_stream_timing() local
852 opp_cnt = resource_get_opp_heads_for_otg_master(pipe_ctx, &context->res_ctx, opp_heads); in dcn20_enable_stream_timing()
854 opp_inst[i] = opp_heads[i]->stream_res.opp->inst; in dcn20_enable_stream_timing()
932 opp_heads[i]->stream_res.opp->funcs->opp_pipe_clock_control( in dcn20_enable_stream_timing()
933 opp_heads[i]->stream_res.opp, in dcn20_enable_stream_timing()
935 opp_heads[i]->stream_res.opp->funcs->opp_program_left_edge_extra_pixel( in dcn20_enable_stream_timing()
936 opp_heads[i]->stream_res.opp, in dcn20_enable_stream_timing()
938 resource_is_pipe_type(opp_heads[i], OTG_MASTER)); in dcn20_enable_stream_timing()