Home
last modified time | relevance | path

Searched refs:dpp_idx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2305 int slice_idx, dpp_idx, plane_idx, slice_count, dpp_count; in resource_log_pipe_for_stream() local
2318 for (dpp_idx = 0; dpp_idx < dpp_count; dpp_idx++) { in resource_log_pipe_for_stream()
2319 is_primary = !dpp_pipes[dpp_idx]->top_pipe || in resource_log_pipe_for_stream()
2320 dpp_pipes[dpp_idx]->top_pipe->plane_state != dpp_pipes[dpp_idx]->plane_state; in resource_log_pipe_for_stream()
2323 resource_log_pipe(dc, dpp_pipes[dpp_idx], in resource_log_pipe_for_stream()
5334 for (int dpp_idx = 0; dpp_idx < dpp_count; dpp_idx++) in resource_calculate_det_for_stream() local
5335 det_segments += dpp_pipes[dpp_idx]->hubp_regs.det_size; in resource_calculate_det_for_stream()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1683 for (int dpp_idx = 0; dpp_idx < dpp_count; dpp_idx++) { in dcn401_wait_for_det_buffer_update_under_otg_master() local
1684 struct pipe_ctx *dpp_pipe = dpp_pipes[dpp_idx]; in dcn401_wait_for_det_buffer_update_under_otg_master()