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.h433 int resource_get_mpc_slice_count(const struct pipe_ctx *pipe);
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_spl_translate.c120 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.c1935 if (resource_get_mpc_slice_count(pipe) == 2) { in dcn20_validate_apply_pipe_split_flags()
1943 } else if (resource_get_mpc_slice_count(pipe) == 4) { in dcn20_validate_apply_pipe_split_flags()
1980 } 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.c893 int mpc_slice_count = resource_get_mpc_slice_count(pipe_ctx); in calculate_mpc_slice_in_timing_active()
2034 int resource_get_mpc_slice_count(const struct pipe_ctx *pipe) in resource_get_mpc_slice_count() function
3176 cur_slice_count = resource_get_mpc_slice_count(dpp_pipes[0]); in resource_update_pipes_for_plane_with_slice_count()
5285 dml2_options->callbacks.get_mpc_slice_count = &resource_get_mpc_slice_count; in resource_init_common_dml2_callbacks()