Home
last modified time | relevance | path

Searched refs:is_idle_dpm_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.c771 bool is_idle_dpm_enabled = dcn401_is_ppclk_dpm_enabled(clk_mgr_internal, PPCLK_UCLK) && in dcn401_build_update_bandwidth_clocks_sequence() local
775 bool is_df_throttle_opt_enabled = is_idle_dpm_enabled && in dcn401_build_update_bandwidth_clocks_sequence()
973 if ((update_active_uclk || update_active_fclk) && is_idle_dpm_enabled) { in dcn401_build_update_bandwidth_clocks_sequence()
981 if ((update_idle_uclk || update_idle_fclk) && is_idle_dpm_enabled) { in dcn401_build_update_bandwidth_clocks_sequence()
998 if (!is_idle_dpm_enabled) { in dcn401_build_update_bandwidth_clocks_sequence()