Home
last modified time | relevance | path

Searched refs:resource_get_odm_slice_count (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h440 int resource_get_odm_slice_count(const struct pipe_ctx *pipe);
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2047 int resource_get_odm_slice_count(const struct pipe_ctx *pipe) in resource_get_odm_slice_count() function
2089 count = resource_get_odm_slice_count(otg_master); in resource_get_odm_slice_dst_width()
2643 ASSERT(resource_get_odm_slice_count(otg_master) == 1); in resource_remove_otg_master_for_stream_output()
3048 if (!new_dpp_pipe || resource_get_odm_slice_count(dpp_pipe) > 1) in acquire_dpp_pipe_and_add_mpc_slice()
3108 resource_get_odm_slice_count(dpp_pipe) > 1) in release_dpp_pipe_and_remove_mpc_slice()
3135 cur_slice_count = resource_get_odm_slice_count(otg_master); in resource_update_pipes_for_stream_with_slice_count()
5246 dml2_options->callbacks.get_odm_slice_count = &resource_get_odm_slice_count; in resource_init_common_dml2_callbacks()
H A Ddc_state.c507 odm_slice_count = resource_get_odm_slice_count(otg_master_pipe); in dc_state_add_plane()
H A Ddc.c4561 odm_in_use = resource_get_odm_slice_count(pipe) > 1; in commit_minimal_transition_state()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource_helpers.c763 odm_slice_count = resource_get_odm_slice_count(pipe); in dcn32_update_dml_pipes_odm_policy_based_on_context()
H A Ddcn32_resource.c1899 odm_slice_count = resource_get_odm_slice_count(&res_ctx->pipe_ctx[subvp_main_pipe_index]); in dcn32_populate_dml_pipes_from_context()
1902 odm_slice_count = resource_get_odm_slice_count(pipe); in dcn32_populate_dml_pipes_from_context()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1982 } else if (resource_get_odm_slice_count(pipe) > 1) { in dcn20_validate_apply_pipe_split_flags()
1990 if (resource_get_odm_slice_count(pipe) == 2) { in dcn20_validate_apply_pipe_split_flags()
2000 } else if (resource_get_odm_slice_count(pipe) == 4) { in dcn20_validate_apply_pipe_split_flags()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2252 resource_get_odm_slice_count(old_pipe) < resource_get_odm_slice_count(pipe) && in dcn20_post_unlock_program_front_end()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1635 params.opp_cnt = resource_get_odm_slice_count(pipe_ctx); in dcn401_unblank_stream()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1415 switch (resource_get_odm_slice_count(&res_ctx->pipe_ctx[i])) { in dcn20_populate_dml_pipes_from_context()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1184 count = resource_get_odm_slice_count(otg_master); in init_pipe_slice_table_from_context()