Hi all, the following commit (taken from 6.6-rt branch) resides in all stable- rt branches but is not part of mainline 6.12 and above, which makes it impossible to use i915 in combination with PREEMPT_RT enabled. Is that by intention? Are there any known issues that makes it necessary to disable i915 in combination with RT in current releases? Best regards, Florian commit f532acfe5c63d53756c86e3d3fb1a51b02d29762 Author: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> Date: Mon Feb 21 17:59:14 2022 +0100 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@xxxxxxxxxxxxx> diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig index 3efce05d7b57..392d51703096 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