summaryrefslogtreecommitdiffstats
path: root/debian/patches/bugfix/x86/drm-i915-gt-Correct-surface-base-address-for-renderc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/bugfix/x86/drm-i915-gt-Correct-surface-base-address-for-renderc.patch')
-rw-r--r--debian/patches/bugfix/x86/drm-i915-gt-Correct-surface-base-address-for-renderc.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/patches/bugfix/x86/drm-i915-gt-Correct-surface-base-address-for-renderc.patch b/debian/patches/bugfix/x86/drm-i915-gt-Correct-surface-base-address-for-renderc.patch
index dcaa72e13..8523c4a02 100644
--- a/debian/patches/bugfix/x86/drm-i915-gt-Correct-surface-base-address-for-renderc.patch
+++ b/debian/patches/bugfix/x86/drm-i915-gt-Correct-surface-base-address-for-renderc.patch
@@ -1,7 +1,7 @@
From: Chris Wilson <chris@chris-wilson.co.uk>
Date: Wed, 10 Feb 2021 12:27:28 +0000
Subject: drm/i915/gt: Correct surface base address for renderclear
-Origin: https://cgit.freedesktop.org/drm-intel/commit/?id=1914911f4aa08ddc05bae71d3516419463e0c567
+Origin: https://git.kernel.org/linus/81ce8f04aa96f7f6cae05770f68b5d15be91f5a2
The surface_state_base is an offset into the batch, so we need to pass
the correct batch address for STATE_BASE_ADDRESS.
@@ -15,6 +15,8 @@ Cc: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Cc: <stable@vger.kernel.org> # v5.7+
Link: https://patchwork.freedesktop.org/patch/msgid/20210210122728.20097-1-chris@chris-wilson.co.uk
+(cherry picked from commit 1914911f4aa08ddc05bae71d3516419463e0c567)
+Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
drivers/gpu/drm/i915/gt/gen7_renderclear.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)