Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_dc_resource_mgmt.c563 unsigned int odm_slice, in add_plane_to_blend_tree() argument
570 top_pipe->bottom_pipe = &state->res_ctx.pipe_ctx[pipe_pool->pipes_assigned_to_plane[odm_slice][i]]; in add_plane_to_blend_tree()
572 pipe_pool->pipe_used[odm_slice][i] = true; in add_plane_to_blend_tree()
574 state->res_ctx.pipe_ctx[pipe_pool->pipes_assigned_to_plane[odm_slice][i]].top_pipe = top_pipe; in add_plane_to_blend_tree()
575 state->res_ctx.pipe_ctx[pipe_pool->pipes_assigned_to_plane[odm_slice][i]].bottom_pipe = NULL; in add_plane_to_blend_tree()
577 top_pipe = &state->res_ctx.pipe_ctx[pipe_pool->pipes_assigned_to_plane[odm_slice][i]]; in add_plane_to_blend_tree()
616 int odm_slice; in assign_pipes_to_stream() local
630 for (odm_slice = 0; odm_slice < odm_factor; odm_slice in assign_pipes_to_stream()
654 int odm_slice, mpc_slice; assign_pipes_to_plane() local
719 remove_pipes_from_blend_trees(struct dml2_context * ctx,struct dc_state * state,struct dc_plane_pipe_pool * pipe_pool,unsigned int odm_slice) remove_pipes_from_blend_trees() argument
[all...]
/linux/drivers/gpu/drm/amd/display/dc/sspl/
H A Ddc_spl.c398 struct spl_rect odm_slice; in spl_calculate_recout() local
408 odm_slice = calculate_odm_slice_in_timing_active(spl_in); in spl_calculate_recout()
409 overlapping_area = intersect_rec(&mpc_slice_of_plane_clip, &odm_slice); in spl_calculate_recout()
418 -odm_slice.x, -odm_slice.y); in spl_calculate_recout()
611 struct spl_rect odm_slice = calculate_odm_slice_in_timing_active(spl_in); in spl_calculate_inits_and_viewports() local
618 &spl_scratch->scl_data.recout, odm_slice.x, odm_slice.y); in spl_calculate_inits_and_viewports()