disp: msm: add connector API to disable cont_splash resource votes
The panel regulator votes are added by default during dsi probe to make sure sync state driver doesn't disable these regulators for cont_splash use case. These regulator votes need to be removed when cont_splash feature is disabled. Add a new connector API to handle this. CRs-Fixed: 2734419 Change-Id: Ie54c8f246877a042afacddaeae8b90440652116f Signed-off-by: Chandan Uddaraju <chandanu@codeaurora.org>
This commit is contained in:
@@ -737,6 +737,14 @@ enum dsi_pixel_format dsi_display_get_dst_format(
|
||||
* Return: Zero on Success
|
||||
*/
|
||||
int dsi_display_cont_splash_config(void *display);
|
||||
|
||||
/**
|
||||
* dsi_display_cont_splash_res_disable() - Disable resource votes added in probe
|
||||
* @display: Pointer to dsi display
|
||||
* Returns: Zero on success
|
||||
*/
|
||||
int dsi_display_cont_splash_res_disable(void *display);
|
||||
|
||||
/*
|
||||
* dsi_display_get_panel_vfp - get panel vsync
|
||||
* @display: Pointer to private display structure
|
||||
|
Fai riferimento in un nuovo problema
Block a user