25 lines
857 B
Diff
25 lines
857 B
Diff
|
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
|
||
|
Date: Mon, 21 Feb 2022 17:59:14 +0100
|
||
|
Subject: [PATCH 8/8] Revert "drm/i915: Depend on !PREEMPT_RT."
|
||
|
Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.11/older/patches-6.11-rt7.tar.xz
|
||
|
|
||
|
Once the known issues are addressed, it should be safe to enable the
|
||
|
driver.
|
||
|
|
||
|
Acked-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
|
||
|
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
|
||
|
---
|
||
|
drivers/gpu/drm/i915/Kconfig | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
--- 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
|