disp: msm: Install demura properties on connector

If DPU hardware supports demura feature, install the connector
properties related to demura feature.

Change-Id: Ieaddfc695e9f57e3c45e2bc0bd2c2e103f895ba8
Signed-off-by: Gopikrishnaiah Anandan <agopik@codeaurora.org>
This commit is contained in:
Gopikrishnaiah Anandan
2019-08-07 17:59:14 -07:00
parent f97e75d7ab
commit 718e224640
8 changed files with 100 additions and 3 deletions

View File

@@ -275,6 +275,9 @@ struct dsi_display {
u32 clk_gating_config;
bool queue_cmd_waits;
struct workqueue_struct *dma_cmd_workq;
/* panel id of the display */
u64 panel_id;
};
int dsi_display_dev_probe(struct platform_device *pdev);