Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2157 int resource_get_odm_slice_count(const struct pipe_ctx *pipe) in resource_get_odm_slice_count() function
2199 count = resource_get_odm_slice_count(otg_master); in resource_get_odm_slice_dst_width()
2963 ASSERT(resource_get_odm_slice_count(otg_master) == 1); in resource_remove_otg_master_for_stream_output()
3374 if (!new_dpp_pipe || resource_get_odm_slice_count(dpp_pipe) > 1) in acquire_dpp_pipe_and_add_mpc_slice()
3434 resource_get_odm_slice_count(dpp_pipe) > 1) in release_dpp_pipe_and_remove_mpc_slice()
3461 cur_slice_count = resource_get_odm_slice_count(otg_master); in resource_update_pipes_for_stream_with_slice_count()
5668 dml2_options->callbacks.get_odm_slice_count = &resource_get_odm_slice_count; in resource_init_common_dml2_callbacks()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c2005 } else if (resource_get_odm_slice_count(pipe) > 1) { in dcn20_validate_apply_pipe_split_flags()
2013 if (resource_get_odm_slice_count(pipe) == 2) { in dcn20_validate_apply_pipe_split_flags()
2023 } else if (resource_get_odm_slice_count(pipe) == 4) { in dcn20_validate_apply_pipe_split_flags()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1975 odm_slice_count = resource_get_odm_slice_count(&res_ctx->pipe_ctx[subvp_main_pipe_index]); in dcn32_populate_dml_pipes_from_context()
1978 odm_slice_count = resource_get_odm_slice_count(pipe); in dcn32_populate_dml_pipes_from_context()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1676 params.opp_cnt = resource_get_odm_slice_count(pipe_ctx); in dcn401_unblank_stream()
2548 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/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.c1186 count = resource_get_odm_slice_count(otg_master); in init_pipe_slice_table_from_context()