[Description]
- If we find that applying FAMS doesn't reduce the voltage level,
  we will not use it
- Ensure to clear the stream flags indicating FAMS if we hit this
  case
Reviewed-by: Jun Lei <Jun.Lei@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Alvin Lee <Alvin.Lee2@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
                                 * voltage level)
                                 */
                                context->bw_ctx.bw.dcn.clk.fw_based_mclk_switching = false;
+                               for (i = 0; i < context->stream_count; i++) {
+                                       if (context->streams[i])
+                                               context->streams[i]->fpo_in_use = false;
+                               }
                                context->bw_ctx.dml.soc.fclk_change_latency_us = dc->clk_mgr->bw_params->wm_table.nv_entries[WM_A].dml_input.fclk_change_latency_us;
                                dcn32_internal_validate_bw(dc, context, pipes, &pipe_cnt, &vlevel, false);
                        }