drm/msm: add kconfig for enabling event log
Add Kconfig entry for enabling the SDE event logm which enables event logging by default on boot. Change-Id: I8d6efac588b9f8c818d6385b8399660a8a47c6de Signed-off-by: Lloyd Atkinson <latkinso@codeaurora.org> Signed-off-by: Abhinav Kumar <abhinavk@codeaurora.org>
This commit is contained in:
parent
3d062c91d6
commit
04639dcc26
1 changed files with 10 additions and 0 deletions
|
@ -98,3 +98,13 @@ config DRM_SDE_HDMI
|
|||
default y
|
||||
help
|
||||
Choose this option if HDMI connector support is needed in SDE driver.
|
||||
|
||||
config DRM_SDE_EVTLOG_DEBUG
|
||||
bool "Enable event logging in MSM DRM"
|
||||
depends on DRM_MSM
|
||||
help
|
||||
The SDE DRM debugging provides support to enable display debugging
|
||||
features to: dump SDE registers during driver errors, panic
|
||||
driver during fatal errors and enable some display-driver logging
|
||||
into an internal buffer (this avoids logging overhead).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue