summaryrefslogtreecommitdiffstats
path: root/gralloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gralloc.c')
-rw-r--r--gralloc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gralloc.c b/gralloc.c
index 44dc248..873945d 100644
--- a/gralloc.c
+++ b/gralloc.c
@@ -352,6 +352,9 @@ struct drm_module_t HAL_MODULE_INFO_SYM = {
.unlock = drm_mod_unlock,
.perform = drm_mod_perform
},
+ .hwc_reserve_plane = gralloc_drm_reserve_plane,
+ .hwc_disable_planes = gralloc_drm_disable_planes,
+
.mutex = PTHREAD_MUTEX_INITIALIZER,
.drm = NULL
};