Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_utils.c465 …struct dml2_context *in_ctx, struct dml_display_cfg_st *dml_dispcfg, int *num_of_planes_per_stream) in find_planes_per_stream_and_stream_count() argument
471 num_of_planes_per_stream[stream_index] += 1; in find_planes_per_stream_and_stream_count()
485 int num_of_planes_per_stream[__DML_NUM_PLANES__] = { 0 }; in dml2_apply_det_buffer_allocation_policy() local
489 …f_streams = find_planes_per_stream_and_stream_count(in_ctx, dml_dispcfg, num_of_planes_per_stream); in dml2_apply_det_buffer_allocation_policy()
496 …TSizeOverride[plane_index] = ((max_det_size / num_of_streams) / num_of_planes_per_stream[stream_in… in dml2_apply_det_buffer_allocation_policy()