defconfig: arm64: msmcortex: enable display xlog debug for msmcobalt
Enable display driver xlog debugging feature. This feature enables MDSS registers dump during display driver errors, panic during fatal errors and logging of events in some key functions. Events are light weighted, logged in an internal ring buffer and buffer is only dumped during errors. CRs-Fixed: 1048182 Change-Id: I2da2eba03ef30f3942ba3f8644efab98635002da Signed-off-by: Ingrid Gallardo <ingridg@codeaurora.org>
This commit is contained in:
parent
1fe240c24b
commit
f1280b2770
2 changed files with 2 additions and 0 deletions
|
@ -380,6 +380,7 @@ CONFIG_FB_MSM_MDSS=y
|
|||
CONFIG_FB_MSM_MDSS_WRITEBACK=y
|
||||
CONFIG_FB_MSM_MDSS_HDMI_PANEL=y
|
||||
CONFIG_FB_MSM_MDSS_DP_PANEL=y
|
||||
CONFIG_FB_MSM_MDSS_XLOG_DEBUG=y
|
||||
CONFIG_LOGO=y
|
||||
# CONFIG_LOGO_LINUX_MONO is not set
|
||||
# CONFIG_LOGO_LINUX_VGA16 is not set
|
||||
|
|
|
@ -385,6 +385,7 @@ CONFIG_FB_MSM_MDSS=y
|
|||
CONFIG_FB_MSM_MDSS_WRITEBACK=y
|
||||
CONFIG_FB_MSM_MDSS_HDMI_PANEL=y
|
||||
CONFIG_FB_MSM_MDSS_DP_PANEL=y
|
||||
CONFIG_FB_MSM_MDSS_XLOG_DEBUG=y
|
||||
CONFIG_LOGO=y
|
||||
# CONFIG_LOGO_LINUX_MONO is not set
|
||||
# CONFIG_LOGO_LINUX_VGA16 is not set
|
||||
|
|
Loading…
Add table
Reference in a new issue