Searched refs:max_num_dpp (Results 26 - 38 of 38) sorted by relevance

12

/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c967 loaded_ip->max_num_dpp = pool->pipe_count;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c912 loaded_ip->max_num_dpp = pool->pipe_count;
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h352 dml_uint_t max_num_dpp; member in struct:ip_params_st
H A Ddisplay_mode_core.c6726 mode_lib->ms.ip.max_num_dpp,
7048 mode_lib->ms.ip.max_num_dpp,
7070 mode_lib->ms.ip.max_num_dpp,
7142 } else if (mode_lib->ms.TotalNumberOfActiveDPP[j] < (dml_uint_t) mode_lib->ms.ip.max_num_dpp) {
7170 while (!(mode_lib->ms.TotalNumberOfActiveDPP[j] >= (dml_uint_t) mode_lib->ms.ip.max_num_dpp || mode_lib->ms.TotalNumberOfSingleDPPSurfaces[j] == 0)) {
7232 if (mode_lib->ms.TotalNumberOfActiveDPP[j] > (dml_uint_t) mode_lib->ms.ip.max_num_dpp) {
8257 mode_lib->ms.ip.max_num_dpp,
/linux-master/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.c425 mode_lib->vba.MaxNumDPP = ip->max_num_dpp;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c2131 dc->dcn_ip->max_num_dpp = pool->base.pipe_count;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2029 * value will be changed, update max_num_dpp and max_num_otg for dml.
2031 dcn3_2_ip.max_num_dpp = num_pipes;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1678 * value will be changed, update max_num_dpp and max_num_otg for dml.
1680 dcn3_21_ip.max_num_dpp = num_pipes;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c2111 dc->dcn_ip->max_num_dpp = pool->base.pipe_count;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c2399 loaded_ip->max_num_dpp = pool->base.pipe_count;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c466 if (v->total_number_of_active_dpp[i][j] > v->max_num_dpp) {
508 if (v->total_number_of_active_dpp[i][j] <= v->max_num_dpp) {
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2266 ASSERT(dc->dcn_ip->max_num_dpp);
2267 for (i = 0; i < dc->dcn_ip->max_num_dpp; i++)
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c88 .max_num_dpp = 4,

Completed in 286 milliseconds

12