disp: msm: sde: add new interface for RFI feature

Add a new connector range property and a new entry to the panel
capability blob to publish the list of supported RFI frequencies.
In addition, add the required functions to set, validate and update
DSI bit clock rate value to trigger an internal seamless mode switch
and reconfigure DSI clock and PLL.

Change-Id: I7d19cc369f8c5528709f2f20a51ef02180ebdea4
Signed-off-by: Amine Najahi <anajahi@codeaurora.org>
此提交包含在:
Amine Najahi
2021-02-16 16:53:04 -05:00
提交者 Gerrit - the friendly Code Review server
父節點 4c41c05d7c
當前提交 d4def5bd8c
共有 11 個檔案被更改,包括 278 行新增44 行删除

查看文件

@@ -292,6 +292,9 @@ static inline bool msm_is_private_mode_changed(
if (msm_is_mode_seamless_poms(msm_mode))
return true;
if (msm_is_mode_seamless_dyn_clk(msm_mode))
return true;
return false;
}