summaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorLiu Ying <victor.liu@nxp.com>2017-09-13 16:53:58 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:33:42 +0800
commit72b795023951abdf9a4197052104d208ffb5dc78 (patch)
treedafd29b7fe1558fb80454c24972049692dfd8e41 /include/video
parentd84d03e5fa4ca5ce106fa69752dfc8b0e54368fe (diff)
MLK-19413-11 gpu: imx: dpu: common: Add di_grp_id in display client pdev's data
This patch adds a new di_grp_id entry in display client pdev's data so that the relevant display platform driver may know the display group ID of the display device. 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 bf31e0d097c9..307f49694ef2 100644
--- a/include/video/dpu.h
+++ b/include/video/dpu.h
@@ -799,6 +799,7 @@ static inline struct dpu_plane_grp *plane_res_to_grp(struct dpu_plane_res *res)
struct dpu_client_platformdata {
const unsigned int stream_id;
+ unsigned int di_grp_id;
struct dpu_plane_grp *plane_grp;
struct device_node *of_node;