mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-12 18:00:45 +01:00
29 lines
906 B
Diff
29 lines
906 B
Diff
From 16ade794402b85f72e577634e6c6ddda7412535e Mon Sep 17 00:00:00 2001
|
|
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
|
|
Date: Mon, 21 Feb 2022 17:59:14 +0100
|
|
Subject: [PATCH 172/195] Revert "drm/i915: Depend on !PREEMPT_RT."
|
|
|
|
Once the known issues are addressed, it should be safe to enable the
|
|
driver.
|
|
|
|
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
|
|
---
|
|
drivers/gpu/drm/i915/Kconfig | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig
|
|
index ce397a8797f7..98c3f532822d 100644
|
|
--- a/drivers/gpu/drm/i915/Kconfig
|
|
+++ b/drivers/gpu/drm/i915/Kconfig
|
|
@@ -3,7 +3,6 @@ config DRM_I915
|
|
tristate "Intel 8xx/9xx/G3x/G4x/HD Graphics"
|
|
depends on DRM
|
|
depends on X86 && PCI
|
|
- depends on !PREEMPT_RT
|
|
select INTEL_GTT if X86
|
|
select INTERVAL_TREE
|
|
# we need shmfs for the swappable backing store, and in particular
|
|
--
|
|
2.43.0
|
|
|