860 void dcn10_verify_allow_pstate_change_high(struct dc *dc) 861 { 862 static bool should_log_hw_state; /* prevent hw state log by default */ 863 864 if (!hubbub1_verify_allow_pstate_change_high(dc->res_pool->hubbub)) { 865 if (should_log_hw_state) { 866 dcn10_log_hw_state(dc, NULL); 867 } 868 BREAK_TO_DEBUGGER(); 869 if (dcn10_hw_wa_force_recovery(dc)) { 870 /*check again*/ 871 if (!hubbub1_verify_allow_pstate_change_high(dc->res_pool->hubbub)) 872 BREAK_TO_DEBUGGER(); 873 } 874 } 875 }