Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2045 struct pipe_ctx *dpp_pipes[MAX_PIPES]) in resource_get_dpp_pipes_for_opp_head()
2056 dpp_pipes[i++] = pipe; in resource_get_dpp_pipes_for_opp_head()
2064 struct pipe_ctx *dpp_pipes[MAX_PIPES]) in resource_get_dpp_pipes_for_plane()
2081 dpp_pipes[i++] = pipe; in resource_get_dpp_pipes_for_plane()
2086 dpp_pipes[i++] = pipe; in resource_get_dpp_pipes_for_plane()
2433 struct pipe_ctx *dpp_pipes[MAX_PIPES]; in resource_log_pipe_for_stream() local
2446 dpp_pipes); in resource_log_pipe_for_stream()
2448 is_primary = !dpp_pipes[dpp_idx]->top_pipe || in resource_log_pipe_for_stream()
2449 dpp_pipes[dpp_idx]->top_pipe->plane_state != dpp_pipes[dpp_idx]->plane_state; in resource_log_pipe_for_stream()
2452 resource_log_pipe(dc, dpp_pipes[dpp_idx], in resource_log_pipe_for_stream()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_dc_resource_mgmt.c926 struct pipe_ctx *dpp_pipes[MAX_PIPES] = {0}; in get_source_mpc_factor() local
928 if (ctx->config.callbacks.get_dpp_pipes_for_plane(plane, &state->res_ctx, dpp_pipes) <= 0) in get_source_mpc_factor()
931 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.c1173 struct pipe_ctx *dpp_pipes[MAX_PIPES]; in init_pipe_slice_table_from_context() local
1190 &context->res_ctx, dpp_pipes); in init_pipe_slice_table_from_context()
1192 if (dpp_pipes[j]->plane_state) in init_pipe_slice_table_from_context()
1193 update_slice_table_for_plane(table, dpp_pipes[j], in init_pipe_slice_table_from_context()
1194 dpp_pipes[j]->plane_state, 1); in init_pipe_slice_table_from_context()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1727 struct pipe_ctx *dpp_pipes[MAX_PIPES]; in dcn401_wait_for_det_buffer_update_under_otg_master() local
1742 dpp_pipes); in dcn401_wait_for_det_buffer_update_under_otg_master()
1744 struct pipe_ctx *dpp_pipe = dpp_pipes[dpp_idx]; in dcn401_wait_for_det_buffer_update_under_otg_master()