summaryrefslogtreecommitdiffstats
path: root/video/out/wldmabuf/context_wldmabuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/wldmabuf/context_wldmabuf.c')
-rw-r--r--video/out/wldmabuf/context_wldmabuf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/wldmabuf/context_wldmabuf.c b/video/out/wldmabuf/context_wldmabuf.c
index a22cb2bf44..0a5999ad73 100644
--- a/video/out/wldmabuf/context_wldmabuf.c
+++ b/video/out/wldmabuf/context_wldmabuf.c
@@ -39,6 +39,7 @@ static bool init(struct ra_ctx *ctx)
const struct ra_ctx_fns ra_ctx_wldmabuf = {
.type = "none",
.name = "wldmabuf",
+ .hidden = true,
.init = init,
.uninit = uninit,
};