summaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorLiu Ying <victor.liu@nxp.com>2017-09-13 16:53:58 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:58:17 +0800
commit53c5342fbc20717e16e07ff6de5f1d618b26c24c (patch)
tree873d5b3f8f5b7ad967dd19ffb4777654dbbe7ca8 /include/video
parentee63aa8251c02ea434fb874dc7a5ffbff4c24472 (diff)
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 5a1bd562599a..504adb6214d3 100644
--- a/include/video/dpu.h
+++ b/include/video/dpu.h
@@ -674,6 +674,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;