summaryrefslogtreecommitdiff
path: root/patches/i915-bogus-warning-from-i915-when-running-on-PREEMPT.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/i915-bogus-warning-from-i915-when-running-on-PREEMPT.patch')
-rw-r--r--patches/i915-bogus-warning-from-i915-when-running-on-PREEMPT.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/i915-bogus-warning-from-i915-when-running-on-PREEMPT.patch b/patches/i915-bogus-warning-from-i915-when-running-on-PREEMPT.patch
index 898a270e27f0..c32694faab8a 100644
--- a/patches/i915-bogus-warning-from-i915-when-running-on-PREEMPT.patch
+++ b/patches/i915-bogus-warning-from-i915-when-running-on-PREEMPT.patch
@@ -18,8 +18,8 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
-@@ -12131,7 +12131,7 @@ void intel_check_page_flip(struct drm_i9
- struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
+@@ -12113,7 +12113,7 @@ void intel_check_page_flip(struct drm_i9
+ struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe);
struct intel_flip_work *work;
- WARN_ON(!in_interrupt());