Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource_helpers.c648 uint8_t subvp_count = 0; in dcn32_subvp_drr_admissable() local
662 subvp_count++; in dcn32_subvp_drr_admissable()
681 …if (subvp_count == 1 && !subvp_disallow && non_subvp_pipes == 1 && drr_pipe_found && !drr_psr_capa… in dcn32_subvp_drr_admissable()
708 uint8_t subvp_count = 0; in dcn32_subvp_vblank_admissable() local
723 subvp_count++; in dcn32_subvp_vblank_admissable()
742 if (subvp_count == 1 && non_subvp_pipes == 1 && !drr_pipe_found && !vblank_psr_capable && in dcn32_subvp_vblank_admissable()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_mall_phantom.c607 uint8_t subvp_count = 0; in dml2_svp_validate_static_schedulability() local
619 subvp_count++; in dml2_svp_validate_static_schedulability()
631 if (subvp_count == 2) { in dml2_svp_validate_static_schedulability()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c990 uint8_t subvp_count = 0; in subvp_subvp_admissable() local
1011 subvp_count++; in subvp_subvp_admissable()
1015 if (subvp_count == 2 && ((min_refresh < 120 && max_refresh < 120) || in subvp_subvp_admissable()
1044 uint8_t subvp_count = 0; in subvp_validate_static_schedulability() local
1057 subvp_count++; in subvp_validate_static_schedulability()
1072 if (subvp_count == 2) { in subvp_validate_static_schedulability()
1075 } else if (subvp_count == 1 && non_subvp_pipes == 0) { in subvp_validate_static_schedulability()
1078 } else if (subvp_count == 1 && non_subvp_pipes == 1) { in subvp_validate_static_schedulability()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c883 uint8_t subvp_count = 0; in dc_dmub_setup_subvp_dmub_command() local
904 subvp_pipes[subvp_count++] = pipe; in dc_dmub_setup_subvp_dmub_command()
933 if (subvp_count == 2) { in dc_dmub_setup_subvp_dmub_command()