e_hwc_windows: remove unnecessary the norender checking 39/271939/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Thu, 3 Mar 2022 02:06:29 +0000 (11:06 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Thu, 3 Mar 2022 10:15:30 +0000 (19:15 +0900)
norender is checked before _e_hwc_windows_evaluate
in e_hwc_windows_commit

Change-Id: I10e15872a8a16c3883b557f09e47e9dce4e98834

src/bin/e_hwc_windows.c

index 1a8c31a..97fdb2f 100644 (file)
@@ -3026,12 +3026,6 @@ _e_hwc_windows_evaluate(E_Hwc *hwc, E_Output_Display_Mode display_mode)
         goto re_evaluate;
      }
 
-   if (e_hwc_norender_get(hwc) > 0)
-     {
-        EHWSTRACE(" Not accpet validation NoRender get.", NULL, hwc);
-        goto re_evaluate;
-     }
-
    if (hwc_mode == E_HWC_MODE_FULL)
      {
         if (((E_Hwc_Window *)hwc->target_hwc_window)->current.buffer.tsurface)