Import S928BXXU3AXH7 display-driver changes

This commit is contained in:
David Wronek
2024-10-06 19:51:20 +02:00
parent 336a9b0781
commit f6312f1936
147 changed files with 501358 additions and 40 deletions

View File

@@ -419,4 +419,13 @@ int dsi_phy_dynclk_configure(struct msm_dsi_phy *phy);
* @phy: DSI PHY handle
*/
void dsi_phy_pll_parse_dfps_data(struct msm_dsi_phy *phy);
#if IS_ENABLED(CONFIG_DISPLAY_SAMSUNG)
void dsi_phy_store_str(struct msm_dsi_phy *phy, u32 *val);
u32 dsi_phy_show_str(struct msm_dsi_phy *phy);
void dsi_phy_store_vreg(struct msm_dsi_phy *phy, u32 *val);
u32 dsi_phy_show_vreg(struct msm_dsi_phy *phy);
void dsi_phy_store_emphasis(struct msm_dsi_phy *phy, u32 *val);
#endif
#endif /* _DSI_PHY_H_ */