Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource_helpers.c642 bool drr_pipe_found = false; in dcn32_subvp_drr_admissable() local
664 drr_pipe_found = true; 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()
699 bool drr_pipe_found = false; in dcn32_subvp_vblank_admissable() local
722 drr_pipe_found = true; 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()