Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource_helpers.c640 uint8_t subvp_count = 0; in dcn32_subvp_drr_admissable() local
652 subvp_count++; in dcn32_subvp_drr_admissable()
670 if (subvp_count == 1 && non_subvp_pipes == 1 && drr_pipe_found && !drr_psr_capable && in dcn32_subvp_drr_admissable()
697 uint8_t subvp_count = 0; in dcn32_subvp_vblank_admissable() local
710 subvp_count++; in dcn32_subvp_vblank_admissable()
728 if (subvp_count == 1 && non_subvp_pipes == 1 && !drr_pipe_found && !vblank_psr_capable && in dcn32_subvp_vblank_admissable()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c718 uint8_t subvp_count = 0; in dc_dmub_setup_subvp_dmub_command() local
738 subvp_pipes[subvp_count++] = pipe; in dc_dmub_setup_subvp_dmub_command()
768 if (subvp_count == 2) { in dc_dmub_setup_subvp_dmub_command()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1045 uint8_t subvp_count = 0; in subvp_subvp_admissable() local
1066 subvp_count++; in subvp_subvp_admissable()
1070 if (subvp_count == 2 && ((min_refresh < 120 && max_refresh < 120) || in subvp_subvp_admissable()
1099 uint8_t subvp_count = 0; in subvp_validate_static_schedulability() local
1111 subvp_count++; in subvp_validate_static_schedulability()
1127 if (subvp_count == 2) { in subvp_validate_static_schedulability()
1130 } else if (subvp_count == 1 && non_subvp_pipes == 0) { in subvp_validate_static_schedulability()
1133 } else if (subvp_count == 1 && non_subvp_pipes == 1) { in subvp_validate_static_schedulability()