Loading drivers/gpu/drm/msm/Kconfig +0 −9 Original line number Diff line number Diff line Loading @@ -210,15 +210,6 @@ config DRM_SDE_WB the output image is written back to memory in the format selected by the connector's mode and property settings. 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). config DRM_SDE_RSC bool "Enable sde resource state coordinator(rsc) driver" depends on DRM_MSM && DRM_MSM_SDE Loading drivers/gpu/drm/msm/sde_dbg.h +1 −5 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. */ #ifndef SDE_DBG_H_ Loading Loading @@ -42,11 +42,7 @@ enum sde_dbg_dump_flag { SDE_DBG_DUMP_IN_MEM = BIT(1), }; #ifdef CONFIG_DRM_SDE_EVTLOG_DEBUG #define SDE_EVTLOG_DEFAULT_ENABLE (SDE_EVTLOG_CRITICAL | SDE_EVTLOG_IRQ) #else #define SDE_EVTLOG_DEFAULT_ENABLE 0 #endif /* * evtlog will print this number of entries when it is called through Loading Loading
drivers/gpu/drm/msm/Kconfig +0 −9 Original line number Diff line number Diff line Loading @@ -210,15 +210,6 @@ config DRM_SDE_WB the output image is written back to memory in the format selected by the connector's mode and property settings. 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). config DRM_SDE_RSC bool "Enable sde resource state coordinator(rsc) driver" depends on DRM_MSM && DRM_MSM_SDE Loading
drivers/gpu/drm/msm/sde_dbg.h +1 −5 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. */ #ifndef SDE_DBG_H_ Loading Loading @@ -42,11 +42,7 @@ enum sde_dbg_dump_flag { SDE_DBG_DUMP_IN_MEM = BIT(1), }; #ifdef CONFIG_DRM_SDE_EVTLOG_DEBUG #define SDE_EVTLOG_DEFAULT_ENABLE (SDE_EVTLOG_CRITICAL | SDE_EVTLOG_IRQ) #else #define SDE_EVTLOG_DEFAULT_ENABLE 0 #endif /* * evtlog will print this number of entries when it is called through Loading