Merge tag 'drm-misc-next-fixes-2021-09-09' of git://anongit.freedesktop.org/drm/drm...
[linux-2.6-microblaze.git] / drivers / gpu / drm / msm / dsi / dsi_cfg.h
index ade9b60..41e99a9 100644 (file)
@@ -24,6 +24,7 @@
 #define MSM_DSI_6G_VER_MINOR_V2_3_0    0x20030000
 #define MSM_DSI_6G_VER_MINOR_V2_4_0    0x20040000
 #define MSM_DSI_6G_VER_MINOR_V2_4_1    0x20040001
+#define MSM_DSI_6G_VER_MINOR_V2_5_0    0x20050000
 
 #define MSM_DSI_V2_VER_MINOR_8064      0x0
 
@@ -47,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, bool is_dual_dsi);
+       int (*calc_clk_rate)(struct msm_dsi_host *msm_host, bool is_bonded_dsi);
 };
 
 struct msm_dsi_cfg_handler {