summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSooChan Lim <sc1.lim@samsung.com>2018-11-13 19:46:44 +0900
committerSooChan Lim <sc1.lim@samsung.com>2018-11-13 19:46:44 +0900
commitc840b6aab040108b61abde8fae3bd77bec1a2737 (patch)
tree9fb847f58b53c09ce323003c6e53d5624b5c7369
parentc189ff523d0433706cd80b0bd0270fc898f1013c (diff)
downloadlibtdm-sprd-c840b6aab040108b61abde8fae3bd77bec1a2737.tar.gz
libtdm-sprd-c840b6aab040108b61abde8fae3bd77bec1a2737.tar.bz2
libtdm-sprd-c840b6aab040108b61abde8fae3bd77bec1a2737.zip
hwc: set the available properties
Change-Id: Ie5580f87df1723b57d5ca9553bcf26e234aaf8bb
-rw-r--r--src/tdm_sprd_hwc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tdm_sprd_hwc.c b/src/tdm_sprd_hwc.c
index 40c3889..fa30c13 100644
--- a/src/tdm_sprd_hwc.c
+++ b/src/tdm_sprd_hwc.c
@@ -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;
}