Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2100 int resource_get_odm_slice_count(const struct pipe_ctx *pipe) in resource_get_odm_slice_count() function
2142 count = resource_get_odm_slice_count(otg_master); in resource_get_odm_slice_dst_width()
2853 ASSERT(resource_get_odm_slice_count(otg_master) == 1); in resource_remove_otg_master_for_stream_output()
3263 if (!new_dpp_pipe || resource_get_odm_slice_count(dpp_pipe) > 1) in acquire_dpp_pipe_and_add_mpc_slice()
3323 resource_get_odm_slice_count(dpp_pipe) > 1) in release_dpp_pipe_and_remove_mpc_slice()
3350 cur_slice_count = resource_get_odm_slice_count(otg_master); in resource_update_pipes_for_stream_with_slice_count()
5549 dml2_options->callbacks.get_odm_slice_count = &resource_get_odm_slice_count; in resource_init_common_dml2_callbacks()
H A Ddc_state.c506 odm_slice_count = resource_get_odm_slice_count(otg_master_pipe); in dc_state_add_plane()
H A Ddc.c4903 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.c1937 odm_slice_count = resource_get_odm_slice_count(&res_ctx->pipe_ctx[subvp_main_pipe_index]); in dcn32_populate_dml_pipes_from_context()
1940 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.c1953 } else if (resource_get_odm_slice_count(pipe) > 1) { in dcn20_validate_apply_pipe_split_flags()
1961 if (resource_get_odm_slice_count(pipe) == 2) { in dcn20_validate_apply_pipe_split_flags()
1971 } else if (resource_get_odm_slice_count(pipe) == 4) { in dcn20_validate_apply_pipe_split_flags()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1602 params.opp_cnt = resource_get_odm_slice_count(pipe_ctx); in dcn401_unblank_stream()
2292 resource_get_odm_slice_count(old_pipe) < resource_get_odm_slice_count(pipe) && in dcn401_post_unlock_program_front_end()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2287 resource_get_odm_slice_count(old_pipe) < resource_get_odm_slice_count(pipe) && in dcn20_post_unlock_program_front_end()