mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Merge "drm/msm/dsi-staging: tie up dsi irq control to core clock" into dev/msm-4.14-display
This commit is contained in:
commit
3d8bbf36ef
@ -3006,9 +3006,6 @@ int dsi_post_clkon_cb(void *priv,
|
||||
__func__, rc);
|
||||
goto error;
|
||||
}
|
||||
|
||||
/* enable dsi to serve irqs */
|
||||
dsi_display_ctrl_irq_update(display, true);
|
||||
}
|
||||
|
||||
if ((clk & DSI_LINK_CLK) && (l_type & DSI_LINK_HS_CLK)) {
|
||||
@ -3030,6 +3027,11 @@ int dsi_post_clkon_cb(void *priv,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* enable dsi to serve irqs */
|
||||
if (clk & DSI_CORE_CLK)
|
||||
dsi_display_ctrl_irq_update(display, true);
|
||||
|
||||
error:
|
||||
return rc;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user