xf86CrtcRotate isn't work property. avoid calling this function. we will fix later
[platform/adaptation/samsung_exynos/xf86-video-exynos.git] / src / crtcconfig / sec_display.c
index bf65c55..b7a3e06 100644 (file)
@@ -261,13 +261,12 @@ SECCrtcConfigResize(ScrnInfoPtr pScrn, int width, int height)
                width, height);
 #ifdef NO_CRTC_MODE
     pSec->isCrtcOn = secCrtcCheckInUseAll(pScrn);
-#else
+#endif
     if (pScrn->virtualX == width &&
         pScrn->virtualY == height)
     {
         return TRUE;
     }
-#endif
     secFbResize(pSec->pFb, width, height);
 
     /* set  the new size of pScrn */