Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0112a2ad authored by raghavendra ambadas's avatar raghavendra ambadas Committed by Gerrit - the friendly Code Review server
Browse files

msm: mdss: Disable ECG feature for all chipsets



Disbale ECG feature for all chipsets by default, for command
mode panels when the FPS is less than 30, NOC errors are seen
when some MDP registers are accessed after clocks are turned off
from mdss driver.

Change-Id: Ic90e995d1729411c0b784edab3893ae96b78320a
Signed-off-by: default avatarRaghavendra Ambadas <rambad@codeaurora.org>
parent d0f8458e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1763,8 +1763,8 @@ static void mdss_mdp_hw_rev_caps_init(struct mdss_data_type *mdata)
	mdata->hflip_buffer_reused = true;
	/* prevent disable of prefill calculations */
	mdata->min_prefill_lines = 0xffff;
	/* clock gating feature is enabled by default */
	mdata->enable_gate = true;
	/* clock gating feature is disabled by default */
	mdata->enable_gate = false;
	mdata->pixel_ram_size = 0;
	mem_protect_sd_ctrl_id = MEM_PROTECT_SD_CTRL_FLAT;