hwc: change the prefix of the tdm window constraint 80/194080/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 29 Nov 2018 01:22:13 +0000 (10:22 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 29 Nov 2018 01:22:13 +0000 (10:22 +0900)
Change-Id: Iea9dfc0a82b41002d40f6739c69d7f8b6c40872c

src/tdm_sprd_hwc.c

index 75d7141..d102927 100644 (file)
@@ -266,7 +266,7 @@ _sprd_hwc_apply_policy(tdm_sprd_hwc_data *hwc_data , tdm_hwc_window **composited
                                break;
 
                        /* set the buffer_queue constraint */
-                       composited_list[next_idx]->constraints = TDM_CONSTRAINT_BUFFER_QUEUE;
+                       composited_list[next_idx]->constraints = TDM_HWC_WIN_CONSTRAINT_BUFFER_QUEUE;
 
                        /* set clients below when the hwc_window does not have the reserved buffer */
                        if (!_sprd_hwc_window_has_reserved_buffer(composited_list[next_idx])) {