Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn401/
H A Ddcn401_clk_mgr.c148 bool is_df_throttle_opt_enabled = false; in dcn401_is_df_throttle_opt_enabled() local
152 is_df_throttle_opt_enabled = !clk_mgr->base.ctx->dc->debug.force_subvp_df_throttle; in dcn401_is_df_throttle_opt_enabled()
155 is_df_throttle_opt_enabled &= clk_mgr->smu_present; in dcn401_is_df_throttle_opt_enabled()
157 return is_df_throttle_opt_enabled; in dcn401_is_df_throttle_opt_enabled()
775 bool is_df_throttle_opt_enabled = is_idle_dpm_enabled && in dcn401_build_update_bandwidth_clocks_sequence() local
989 if ((update_subvp_prefetch_dramclk || update_subvp_prefetch_fclk) && is_df_throttle_opt_enabled) { in dcn401_build_update_bandwidth_clocks_sequence()