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/
H A Ddml2_mall_phantom.c606 uint8_t subvp_count = 0; in dml2_svp_validate_static_schedulability() local
618 subvp_count++; in dml2_svp_validate_static_schedulability()
630 if (subvp_count == 2) { in dml2_svp_validate_static_schedulability()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c988 uint8_t subvp_count = 0; in subvp_subvp_admissable() local
1009 subvp_count++; in subvp_subvp_admissable()
1013 if (subvp_count == 2 && ((min_refresh < 120 && max_refresh < 120) || in subvp_subvp_admissable()
1042 uint8_t subvp_count = 0; in subvp_validate_static_schedulability() local
1055 subvp_count++; in subvp_validate_static_schedulability()
1070 if (subvp_count == 2) { in subvp_validate_static_schedulability()
1073 } else if (subvp_count == 1 && non_subvp_pipes == 0) { in subvp_validate_static_schedulability()
1076 } 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.c861 uint8_t subvp_count = 0; in dc_dmub_setup_subvp_dmub_command() local
882 subvp_pipes[subvp_count++] = pipe; in dc_dmub_setup_subvp_dmub_command()
912 if (subvp_count == 2) { in dc_dmub_setup_subvp_dmub_command()