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

/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_utils.c408 static unsigned int find_planes_per_stream_and_stream_count(struct dml2_context *in_ctx, struct dml_display_cfg_st *dml_dispcfg, int *num_of_planes_per_stream) argument
414 num_of_planes_per_stream[stream_index] += 1;
428 int num_of_planes_per_stream[__DML_NUM_PLANES__] = { 0 }; local
432 num_of_streams = find_planes_per_stream_and_stream_count(in_ctx, dml_dispcfg, num_of_planes_per_stream);
439 dml_dispcfg->plane.DETSizeOverride[plane_index] = ((max_det_size / num_of_streams) / num_of_planes_per_stream[stream_index] / in_ctx->det_helper_scratch.dpps_per_surface[plane_index]);

Completed in 119 milliseconds