Searched refs:slice_idx (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 2252 int stream_idx, int slice_idx, int plane_idx, int slice_count, in resource_log_pipe() argument 2257 if (slice_idx == 0 && plane_idx == 0 && is_primary) { in resource_log_pipe() 2260 plane_idx, slice_idx, stream_idx); in resource_log_pipe() 2265 } else if (slice_idx == 0 && plane_idx == -1) { in resource_log_pipe() 2268 slice_idx, stream_idx); in resource_log_pipe() 2273 } else if (slice_idx != 0 && plane_idx == 0 && is_primary) { in resource_log_pipe() 2276 plane_idx, slice_idx); in resource_log_pipe() 2280 } else if (slice_idx != 0 && plane_idx == -1) { in resource_log_pipe() 2282 DC_LOG_DC(" | slice%d | |", slice_idx); in resource_log_pipe() 2286 } else if (slice_idx == slice_count - 1) { in resource_log_pipe() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
H A D | dcn401_hwseq.c | 1677 for (int slice_idx = 0; slice_idx < slice_count; slice_idx++) { in dcn401_wait_for_det_buffer_update_under_otg_master() local 1678 if (opp_heads[slice_idx]->plane_state) { in dcn401_wait_for_det_buffer_update_under_otg_master() 1680 opp_heads[slice_idx], in dcn401_wait_for_det_buffer_update_under_otg_master() 1691 if (hubbub && opp_heads[slice_idx]->plane_res.hubp && hubbub->funcs->wait_for_det_update) in dcn401_wait_for_det_buffer_update_under_otg_master() 1692 hubbub->funcs->wait_for_det_update(hubbub, opp_heads[slice_idx]->plane_res.hubp->inst); in dcn401_wait_for_det_buffer_update_under_otg_master()
|