Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_optc.c225 if (dc->caps.dmub_caps.mclk_sw && !dc->debug.disable_fams) in optc32_setup_manual_trigger()
H A Ddcn32_hwseq.c970 dc->caps.dmub_caps.psr = dc->ctx->dmub_srv->dmub->feature_caps.psr; in dcn32_init_hw()
971 dc->caps.dmub_caps.subvp_psr = dc->ctx->dmub_srv->dmub->feature_caps.subvp_psr_support; in dcn32_init_hw()
972 dc->caps.dmub_caps.gecc_enable = dc->ctx->dmub_srv->dmub->feature_caps.gecc_enable; in dcn32_init_hw()
973 dc->caps.dmub_caps.mclk_sw = dc->ctx->dmub_srv->dmub->feature_caps.fw_assisted_mclk_switch; in dcn32_init_hw()
H A Ddcn32_resource_helpers.c560 if (!dc->caps.dmub_caps.mclk_sw) in dcn32_can_support_mclk_switch_using_fw_based_vblank_stretch()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_hwseq.c273 dc->caps.dmub_caps.psr = dc->ctx->dmub_srv->dmub->feature_caps.psr; in dcn31_init_hw()
274 dc->caps.dmub_caps.mclk_sw = dc->ctx->dmub_srv->dmub->feature_caps.fw_assisted_mclk_switch; in dcn31_init_hw()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_optc.c308 if (dc->caps.dmub_caps.mclk_sw && !dc->debug.disable_fams) in optc3_set_vtotal_min_max()
H A Ddcn30_hwseq.c617 dc->caps.dmub_caps.psr = dc->ctx->dmub_srv->dmub->feature_caps.psr; in dcn30_init_hw()
618 dc->caps.dmub_caps.mclk_sw = dc->ctx->dmub_srv->dmub->feature_caps.fw_assisted_mclk_switch; in dcn30_init_hw()
H A Ddcn30_resource.c1974 if (!dc->caps.dmub_caps.mclk_sw) in dcn30_can_support_mclk_switch_using_fw_based_vblank_stretch()
/openbsd/sys/dev/pci/drm/amd/display/dc/
H A Ddc.h259 struct dc_dmub_caps dmub_caps; member
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c701 (!dcn32_is_psr_capable(pipe) || (context->stream_count == 1 && dc->caps.dmub_caps.subvp_psr)) && in dcn32_assign_subvp_pipe()
1189 …if (!dc->debug.force_disable_subvp && !dc->caps.dmub_caps.gecc_enable && dcn32_all_pipes_have_stre… in dcn32_full_validate_bw_helper()