summaryrefslogtreecommitdiff
path: root/display/qxldd.h
diff options
context:
space:
mode:
Diffstat (limited to 'display/qxldd.h')
-rw-r--r--display/qxldd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/display/qxldd.h b/display/qxldd.h
index 206b994..1a9bfe6 100644
--- a/display/qxldd.h
+++ b/display/qxldd.h
@@ -185,6 +185,7 @@ typedef struct DevRes {
HSEMAPHORE print_sem;
HSEMAPHORE cmd_sem;
+ HSEMAPHORE surface_sem; /* Protects surfaces allocation */
CacheImage cache_image_pool[IMAGE_POOL_SIZE];
Ring cache_image_lru;