Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c358 dc->caps.dmub_caps.psr = dc->ctx->dmub_srv->dmub->feature_caps.psr; in dcn401_init_hw()
359 …dc->caps.dmub_caps.mclk_sw = dc->ctx->dmub_srv->dmub->feature_caps.fw_assisted_mclk_switch_ver > 0; in dcn401_init_hw()
360 dc->caps.dmub_caps.fams_ver = dc->ctx->dmub_srv->dmub->feature_caps.fw_assisted_mclk_switch_ver; in dcn401_init_hw()
364 dc->caps.dmub_caps.fams_ver == dc->debug.fams_version.ver; in dcn401_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h340 struct dc_dmub_caps dmub_caps; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c632 (!dcn32_is_psr_capable(pipe) || (context->stream_count == 1 && dc->caps.dmub_caps.subvp_psr)) && in dcn32_assign_subvp_pipe()
1487 …if (!dc->debug.force_disable_subvp && !dc->caps.dmub_caps.gecc_enable && dcn32_all_pipes_have_stre… in dcn32_full_validate_bw_helper()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c2010 if (!dc->caps.dmub_caps.mclk_sw) in dcn30_can_support_mclk_switch_using_fw_based_vblank_stretch()