Home
last modified time | relevance | path

Searched refs:resource_get_mpc_slice_count (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h442 int resource_get_mpc_slice_count(const struct pipe_ctx *pipe);
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_spl_translate.c119 resource_get_mpc_slice_count(pipe_ctx); in translate_SPL_in_params_from_pipe_ctx()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1936 if (resource_get_mpc_slice_count(pipe) == 2) { in dcn20_validate_apply_pipe_split_flags()
1944 } else if (resource_get_mpc_slice_count(pipe) == 4) { in dcn20_validate_apply_pipe_split_flags()
1981 } else if (resource_get_mpc_slice_count(pipe) > 1) { in dcn20_validate_apply_pipe_split_flags()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c899 int mpc_slice_count = resource_get_mpc_slice_count(pipe_ctx); in calculate_mpc_slice_in_timing_active()
2082 int resource_get_mpc_slice_count(const struct pipe_ctx *pipe) in resource_get_mpc_slice_count() function
3385 cur_slice_count = resource_get_mpc_slice_count(dpp_pipes[0]); in resource_update_pipes_for_plane_with_slice_count()
5547 dml2_options->callbacks.get_mpc_slice_count = &resource_get_mpc_slice_count; in resource_init_common_dml2_callbacks()