From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9CBB4CCD1AA for ; Tue, 21 Oct 2025 12:42:47 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6040910E5DB; Tue, 21 Oct 2025 12:42:47 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=lankhorst.se header.i=@lankhorst.se header.b="Mawx2rYR"; dkim-atps=neutral Received: from lankhorst.se (lankhorst.se [141.105.120.124]) by gabe.freedesktop.org (Postfix) with ESMTPS id C2AE910E30F for ; Tue, 21 Oct 2025 12:42:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lankhorst.se; s=default; t=1761050560; bh=NKvdNvZNKRLH1V3yGdB5YYxyt86gsBcBqtgLxzc3FcQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Mawx2rYRtfYbcaGonyUluhKB3RL/6mVk63xSfqsqqWdL4pg8xKX0Ran4fFbSleJ+s ZKEQ98UcBA6i3+ES6I9dI82V0uRw/CEmXy9Lgd8nOAMcblo6ef9/nHO54vvCxfc8cX SSVpowLUVo84JQnqSuJy0ZssWr4Jfw23H2FHeo6Ecl2pnk6HwMxO/BRorf6zEpDQxx nbeu5XowEna0KNu4Xh8+aCtY+4aK5qbrYbBkndQqueGK1gG/IrE7x9cpcXYJqj+ABl Z58/nMIt/1MwdhVL/azhx4RxgcrK1Wxu3XOJVwfqTp1H5xuj1BbOSjYKjsz8oJBhlg jdo5Y6uPx4kbw== From: Maarten Lankhorst To: intel-xe@lists.freedesktop.org Subject: [FOR CI 5/5] [FOR-CI] PREEMPT_RT injection Date: Tue, 21 Oct 2025 14:43:09 +0200 Message-ID: <20251021124309.130121-6-dev@lankhorst.se> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20251021124309.130121-1-dev@lankhorst.se> References: <20251021124309.130121-1-dev@lankhorst.se> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/Kconfig.debug | 15 --------------- drivers/gpu/drm/xe/Kconfig.debug | 5 +++++ kernel/Kconfig.preempt | 3 +-- 3 files changed, 6 insertions(+), 17 deletions(-) diff --git a/drivers/gpu/drm/i915/Kconfig.debug b/drivers/gpu/drm/i915/Kconfig.debug index 3562a02ef7adc..0ab10ff41e38d 100644 --- a/drivers/gpu/drm/i915/Kconfig.debug +++ b/drivers/gpu/drm/i915/Kconfig.debug @@ -233,21 +233,6 @@ config DRM_I915_LOW_LEVEL_TRACEPOINTS If in doubt, say "N". -config DRM_I915_DEBUG_VBLANK_EVADE - bool "Enable extra debug warnings for vblank evasion" - depends on DRM_I915 - default n - help - Choose this option to turn on extra debug warnings for the - vblank evade mechanism. This gives a warning every time the - the deadline allotted for the vblank evade critical section - is exceeded, even if there isn't an actual risk of missing - the vblank. - - Recommended for driver developers only. - - If in doubt, say "N". - config DRM_I915_DEBUG_RUNTIME_PM bool "Enable extra state checking for runtime PM" depends on DRM_I915 diff --git a/drivers/gpu/drm/xe/Kconfig.debug b/drivers/gpu/drm/xe/Kconfig.debug index 01227c77f6d70..1d5f11c6e88f3 100644 --- a/drivers/gpu/drm/xe/Kconfig.debug +++ b/drivers/gpu/drm/xe/Kconfig.debug @@ -30,6 +30,11 @@ config DRM_XE_DEBUG If in doubt, say "N". +config DRM_I915_DEBUG_VBLANK_EVADE + def_bool y + depends on DRM_XE + + config DRM_XE_DEBUG_VM bool "Enable extra VM debugging info" default n diff --git a/kernel/Kconfig.preempt b/kernel/Kconfig.preempt index da326800c1c9b..5e5bba2fd0e9a 100644 --- a/kernel/Kconfig.preempt +++ b/kernel/Kconfig.preempt @@ -87,8 +87,7 @@ config PREEMPT_LAZY endchoice config PREEMPT_RT - bool "Fully Preemptible Kernel (Real-Time)" - depends on EXPERT && ARCH_SUPPORTS_RT && !COMPILE_TEST + def_bool y select PREEMPTION help This option turns the kernel into a real-time kernel by replacing -- 2.51.0