Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h383 * Get an array of DPP pipes in dpp_pipes ordered with index low to high for OPP
390 struct pipe_ctx *dpp_pipes[MAX_PIPES]);
393 * Get an array of DPP pipes in dpp_pipes ordered with index low to high for
399 struct pipe_ctx *dpp_pipes[MAX_PIPES]);
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1935 struct pipe_ctx *dpp_pipes[MAX_PIPES]) in resource_get_opp_heads_for_otg_master()
1946 dpp_pipes[i++] = pipe; in resource_get_dpp_pipes_for_opp_head()
1954 struct pipe_ctx *dpp_pipes[MAX_PIPES]) in resource_get_dpp_pipes_for_opp_head()
1971 dpp_pipes[i++] = pipe; in resource_get_dpp_pipes_for_plane()
1976 dpp_pipes[i++] = pipe; in resource_get_dpp_pipes_for_plane()
2297 struct pipe_ctx *dpp_pipes[MAX_PIPES]; in resource_log_pipe()
2311 dpp_pipes); in resource_log_pipe_for_stream()
2313 is_primary = !dpp_pipes[dpp_idx]->top_pipe || in resource_log_pipe_for_stream()
2314 dpp_pipes[dpp_idx]->top_pipe->plane_state != dpp_pipes[dpp_id in resource_log_pipe_for_stream()
2304 struct pipe_ctx *dpp_pipes[MAX_PIPES]; resource_log_pipe_for_stream() local
3171 struct pipe_ctx *dpp_pipes[MAX_PIPES] = {0}; resource_update_pipes_for_plane_with_slice_count() local
[all...]
/linux/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.c918 struct pipe_ctx *dpp_pipes[MAX_PIPES] = {0}; in get_source_mpc_factor() local
920 &state->res_ctx, dpp_pipes); in get_source_mpc_factor()
923 return ctx->config.callbacks.get_mpc_slice_count(dpp_pipes[0]); in get_source_mpc_factor()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1171 struct pipe_ctx *dpp_pipes[MAX_PIPES]; in init_pipe_slice_table_from_context()
1188 &context->res_ctx, dpp_pipes); in init_pipe_slice_table_from_context()
1190 if (dpp_pipes[j]->plane_state) in init_pipe_slice_table_from_context()
1191 update_slice_table_for_plane(table, dpp_pipes[j], in init_pipe_slice_table_from_context()
1192 dpp_pipes[j]->plane_state, 1); in init_pipe_slice_table_from_context()
1170 struct pipe_ctx *dpp_pipes[MAX_PIPES]; init_pipe_slice_table_from_context() local