Home
last modified time | relevance | path

Searched refs:dpp_pipes (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h391 struct pipe_ctx *dpp_pipes[MAX_PIPES]);
400 struct pipe_ctx *dpp_pipes[MAX_PIPES]);
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2014 struct pipe_ctx *dpp_pipes[MAX_PIPES]) in resource_get_dpp_pipes_for_opp_head()
2025 dpp_pipes[i++] = pipe; in resource_get_dpp_pipes_for_opp_head()
2033 struct pipe_ctx *dpp_pipes[MAX_PIPES]) in resource_get_dpp_pipes_for_plane()
2050 dpp_pipes[i++] = pipe; in resource_get_dpp_pipes_for_plane()
2055 dpp_pipes[i++] = pipe; in resource_get_dpp_pipes_for_plane()
2377 struct pipe_ctx *dpp_pipes[MAX_PIPES]; in resource_log_pipe_for_stream() local
2391 dpp_pipes); in resource_log_pipe_for_stream()
2394 dpp_pipes[dpp_idx]->top_pipe->plane_state != dpp_pipes[dpp_idx]->plane_state; in resource_log_pipe_for_stream()
3409 &new_ctx->res_ctx, dpp_pipes); in resource_update_pipes_for_plane_with_slice_count()
3423 dpp_pipes[0], new_ctx, pool); in resource_update_pipes_for_plane_with_slice_count()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.h102 struct pipe_ctx *dpp_pipes[MAX_PIPES]);
H A Ddml2_dc_resource_mgmt.c913 struct pipe_ctx *dpp_pipes[MAX_PIPES] = {0}; in get_source_mpc_factor() local
915 &state->res_ctx, dpp_pipes); in get_source_mpc_factor()
918 return ctx->config.callbacks.get_mpc_slice_count(dpp_pipes[0]); in get_source_mpc_factor()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1172 struct pipe_ctx *dpp_pipes[MAX_PIPES]; in init_pipe_slice_table_from_context() local
1189 &context->res_ctx, dpp_pipes); in init_pipe_slice_table_from_context()
1191 if (dpp_pipes[j]->plane_state) in init_pipe_slice_table_from_context()
1192 update_slice_table_for_plane(table, dpp_pipes[j], in init_pipe_slice_table_from_context()
1193 dpp_pipes[j]->plane_state, 1); in init_pipe_slice_table_from_context()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1624 struct pipe_ctx *dpp_pipes[MAX_PIPES]; in dcn401_wait_for_det_buffer_update_under_otg_master() local
1639 dpp_pipes); in dcn401_wait_for_det_buffer_update_under_otg_master()
1641 struct pipe_ctx *dpp_pipe = dpp_pipes[dpp_idx]; in dcn401_wait_for_det_buffer_update_under_otg_master()