sdm: disable safe mode on successful commit

When commit fails with Fast Path composition, safe mode is
enabled always later. Add change to disable safe mode on the
next successful commit.

Change-Id: I130b140ef820ca44a1edaa4d48277f6d542b8343
CRs-Fixed: 2583541
diff --git a/sdm/libs/core/display_base.cpp b/sdm/libs/core/display_base.cpp
index 8f60f08..b355749 100644
--- a/sdm/libs/core/display_base.cpp
+++ b/sdm/libs/core/display_base.cpp
@@ -438,6 +438,7 @@
     return error;
   }
 
+  comp_manager_->SetSafeMode(false);
 
   DLOGI_IF(kTagDisplay, "Exiting commit for display: %d-%d", display_id_, display_type_);