disp: msm: dsi: Add support for parsing mdp_intf base address from dt
Currently, mdp_intf_line_count and mdp_intf_tear_line_count register addresses are defined in dsi_ctrl_hw for debug feature. But mdp_intf base address is target specific and independent of dsi controller version. This change adds support for parsing the mdp intf base address from dt, thereby remapping using base + offset addressing. Change-Id: Ibb72dfe84a786a5c8b95f6a400e8333f6b46814a Signed-off-by: Lipsa Rout <lrout@codeaurora.org>
这个提交包含在:
@@ -283,7 +283,5 @@ void dsi_ctrl_hw_22_configure_cmddma_window(struct dsi_ctrl_hw *ctrl,
|
||||
u32 line_no, u32 window);
|
||||
void dsi_ctrl_hw_22_reset_trigger_controls(struct dsi_ctrl_hw *ctrl,
|
||||
struct dsi_host_common_cfg *cfg);
|
||||
int dsi_ctrl_hw_22_map_mdp_regs(struct platform_device *pdev,
|
||||
struct dsi_ctrl_hw *ctrl);
|
||||
u32 dsi_ctrl_hw_22_log_line_count(struct dsi_ctrl_hw *ctrl, bool cmd_mode);
|
||||
#endif /* _DSI_CATALOG_H_ */
|
||||
|
在新工单中引用
屏蔽一个用户