hwc: set the available properties 86/192986/1
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 13 Nov 2018 10:46:44 +0000 (19:46 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 13 Nov 2018 10:46:44 +0000 (19:46 +0900)
Change-Id: Ie5580f87df1723b57d5ca9553bcf26e234aaf8bb

src/tdm_sprd_hwc.c

index 40c3889..fa30c13 100644 (file)
@@ -287,7 +287,8 @@ sprd_hwc_get_available_properties(tdm_hwc *hwc, const tdm_prop **props, int *cou
 
        RETURN_VAL_IF_FAIL(hwc_data != NULL, TDM_ERROR_INVALID_PARAMETER);
 
-       // TODO:
+       *props = NULL;
+       *count = 0;
 
        return TDM_ERROR_NONE;
 }