summaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorLiu Ying <victor.liu@nxp.com>2018-06-27 16:29:51 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:33:43 +0800
commit2a1e654f53a48dbee1ebcb9613dbb8506ba645bb (patch)
tree414f6f1bf5e97078244b1361bb83b3f790900759 /include/video
parent2192e34d671698e73bfabb536faa8a5b1ec9c377 (diff)
MLK-19413-23 gpu: imx: dpu: Add constframe_framedimenstions_copy_prim() helper support
This patch adds constframe_framedimenstions_copy_prim() helper support so that callers may may copy frame dimensions from a primary constframe to the relevant secondary constframe. Signed-off-by: Liu Ying <victor.liu@nxp.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/dpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/dpu.h b/include/video/dpu.h
index 7ac895d20eff..c23a14e7e6c1 100644
--- a/include/video/dpu.h
+++ b/include/video/dpu.h
@@ -506,6 +506,7 @@ struct dpu_constframe;
void constframe_shden(struct dpu_constframe *cf, bool enable);
void constframe_framedimensions(struct dpu_constframe *cf, unsigned int w,
unsigned int h);
+void constframe_framedimensions_copy_prim(struct dpu_constframe *cf);
void constframe_constantcolor(struct dpu_constframe *cf, unsigned int r,
unsigned int g, unsigned int b, unsigned int a);
void constframe_controltrigger(struct dpu_constframe *cf, bool trigger);