summaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorLiu Ying <victor.liu@nxp.com>2019-11-12 17:51:40 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:58:26 +0800
commit40b282a22300c62c373e76eea48176554738147a (patch)
treec3274e796211445f2ffd3dc6149075bc570a7b99 /include/video
parentc735596b0629a56aafab64ac599ec44d8f084d61 (diff)
gpu: imx: dpu: common: Provide store9 to client pdev via pdata
Store9 unit can be shared bewteen display engine(for sync mode fixup) and blit engine. It's proper to get the store resource in the DPU common driver and then provide it to client platform device via platform data. Signed-off-by: Liu Ying <victor.liu@nxp.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/dpu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/video/dpu.h b/include/video/dpu.h
index 96a53c7688bd..7dacf2d44608 100644
--- a/include/video/dpu.h
+++ b/include/video/dpu.h
@@ -697,6 +697,9 @@ struct dpu_client_platformdata {
unsigned int di_grp_id;
struct dpu_plane_grp *plane_grp;
+ /* Store9 could be shared bewteen display engine and blit engine */
+ struct dpu_store *st9;
+
struct device_node *of_node;
};
#endif /* __DRM_DPU_H__ */