disable TDM_HWC
[platform/adaptation/nexell/libtdm-nexell.git] / src / tdm_nexell.c
index 23c95d3..b1c9b85 100644 (file)
@@ -11,6 +11,7 @@
 #include <tbm_drm_helper.h>
 
 //#define ENABLE_PP
+#define TDM_NEXELL_ENABLE_HWC 0 // disable tdm_hwc
 
 #define TDM_NEXELL_NAME "vigs"
 
@@ -282,7 +283,7 @@ tdm_nexell_init(tdm_display *dpy, tdm_error *error)
        }
 
        /* enable the tdm_hwc */
-       nexell_data->hwc_mode = 1;
+       nexell_data->hwc_mode = TDM_NEXELL_ENABLE_HWC;
 
        LIST_INITHEAD(&nexell_data->output_list);
        LIST_INITHEAD(&nexell_data->buffer_list);