mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/msm/dsi: adjust dsi timing for dual dsi mode
For dual dsi mode, the horizontal timing needs to be divided by half since both the dsi controllers will be driving this panel. Adjust the pixel clock and DSI timing accordingly. Changes in v3: - Added Archit's R-b - Rebase on dsi cleanup set in msm-next Cc: Sibi Sankar <sibis@codeaurora.org> Reviewed-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Chandan Uddaraju <chandanu@codeaurora.org> Signed-off-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
committed by
Sean Paul
parent
2a8536f6e8
commit
ed9976a09b
@@ -48,7 +48,7 @@ struct msm_dsi_host_cfg_ops {
|
||||
void* (*tx_buf_get)(struct msm_dsi_host *msm_host);
|
||||
void (*tx_buf_put)(struct msm_dsi_host *msm_host);
|
||||
int (*dma_base_get)(struct msm_dsi_host *msm_host, uint64_t *iova);
|
||||
int (*calc_clk_rate)(struct msm_dsi_host *msm_host);
|
||||
int (*calc_clk_rate)(struct msm_dsi_host *msm_host, bool is_dual_dsi);
|
||||
};
|
||||
|
||||
struct msm_dsi_cfg_handler {
|
||||
|
||||
Reference in New Issue
Block a user