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

Commit 1b09f30a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm: add kconfig for enabling event log"

parents 2e9aaf32 9533bc01
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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).