Searched refs:opp_heads (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 695 struct pipe_ctx *opp_heads[MAX_PIPES], in enable_stream_timing_calc() 739 struct pipe_ctx *opp_heads[MAX_PIPES] = {0}; in dcn401_enable_stream_timing() local 812 opp_heads[i]->stream_res.opp, in dcn401_enable_stream_timing() 815 opp_heads[i]->stream_res.opp, in dcn401_enable_stream_timing() 1533 struct pipe_ctx *opp_heads[MAX_PIPES]; in dcn401_update_odm() local 1557 opp_heads[i]->stream_res.opp, in dcn401_update_odm() 1560 opp_heads[i]->stream_res.opp, in dcn401_update_odm() 1623 struct pipe_ctx *opp_heads[MAX_PIPES]; in dcn401_wait_for_det_buffer_update_under_otg_master() local 1632 &context->res_ctx, opp_heads); in dcn401_wait_for_det_buffer_update_under_otg_master() 1635 if (opp_heads[slice_idx]->plane_state) { in dcn401_wait_for_det_buffer_update_under_otg_master() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_resource.c | 1433 struct pipe_ctx *opp_heads[MAX_PIPES]; in resource_build_test_pattern_params() local 1989 struct pipe_ctx *opp_heads[MAX_PIPES]) in resource_get_opp_heads_for_otg_master() 2006 opp_heads[i++] = opp_head; in resource_get_opp_heads_for_otg_master() 2376 struct pipe_ctx *opp_heads[MAX_PIPES]; in resource_log_pipe_for_stream() local 2384 &state->res_ctx, opp_heads); in resource_log_pipe_for_stream() 2389 opp_heads[slice_idx], in resource_log_pipe_for_stream() 2999 struct pipe_ctx *opp_heads[MAX_PIPES]; in acquire_secondary_dpp_pipes_and_add_plane() local 3009 &new_ctx->res_ctx, opp_heads); in acquire_secondary_dpp_pipes_and_add_plane() 3019 opp_heads[i]); in acquire_secondary_dpp_pipes_and_add_plane() 5610 &state->res_ctx, opp_heads); in resource_calculate_det_for_stream() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/ |
| H A D | dml2_wrapper.h | 99 struct pipe_ctx *opp_heads[MAX_PIPES]);
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | resource.h | 381 struct pipe_ctx *opp_heads[MAX_PIPES]);
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
| H A D | dcn20_hwseq.c | 834 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()
|