Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Dclk_mgr_internal.h282 static inline bool should_update_pstate_support(bool safe_to_lower, bool calc_support, bool cur_sup… in should_update_pstate_support() argument
284 if (cur_support != calc_support) { in should_update_pstate_support()
285 if (calc_support == true && safe_to_lower) in should_update_pstate_support()
287 else if (calc_support == false && !safe_to_lower) in should_update_pstate_support()