Searched refs:resource_get_num_mpc_splits (Results 1 – 3 of 3) sorted by relevance
343 int resource_get_num_mpc_splits(const struct pipe_ctx *pipe);
1951 if (resource_get_num_mpc_splits(pipe) == 1) { in dcn20_validate_apply_pipe_split_flags()1959 } else if (resource_get_num_mpc_splits(pipe) == 3) { in dcn20_validate_apply_pipe_split_flags()1996 } else if (resource_get_num_mpc_splits(pipe)) { in dcn20_validate_apply_pipe_split_flags()
735 int resource_get_num_mpc_splits(const struct pipe_ctx *pipe) in resource_get_num_mpc_splits() function965 int mpc_slice_count = resource_get_num_mpc_splits(pipe_ctx) + 1; in calculate_mpc_slice_in_timing_active()1747 return resource_get_num_mpc_splits(pipe_ctx) > 0; in resource_is_for_mpcc_combine()