Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:5.15 commit in: /
Date: Fri, 03 Dec 2021 15:38:07
Message-Id: 1638545834.be04f4a4f2652500709c7e12c2ec937341fd85ca.mpagano@gentoo
1 commit: be04f4a4f2652500709c7e12c2ec937341fd85ca
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 3 15:37:14 2021 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 3 15:37:14 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=be04f4a4
7
8 Revert: drm/i915: Implement Wa_1508744258
9
10 Bug: https://bugs.gentoo.org/828080
11
12 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
13
14 0000_README | 4 ++
15 2700_drm-i915-revert-Implement-Wa-1508744258.patch | 51 ++++++++++++++++++++++
16 2 files changed, 55 insertions(+)
17
18 diff --git a/0000_README b/0000_README
19 index fcc761b6..31a03b18 100644
20 --- a/0000_README
21 +++ b/0000_README
22 @@ -79,6 +79,10 @@ Patch: 2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch
23 From: https://lore.kernel.org/linux-bluetooth/20190522070540.48895-1-marcel@××××××××.org/raw
24 Desc: Bluetooth: Check key sizes only when Secure Simple Pairing is enabled. See bug #686758
25
26 +Patch: 2700_drm-i915-revert-Implement-Wa-1508744258.patch
27 +From: https://bugs.gentoo.org/828080
28 +Desc: Revert: drm/i915: Implement Wa_1508744258
29 +
30 Patch: 2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch
31 From: https://bugs.gentoo.org/710790
32 Desc: tmp513 requies REGMAP_I2C to build. Select it by default in Kconfig. See bug #710790. Thanks to Phil Stracchino
33
34 diff --git a/2700_drm-i915-revert-Implement-Wa-1508744258.patch b/2700_drm-i915-revert-Implement-Wa-1508744258.patch
35 new file mode 100644
36 index 00000000..37e60701
37 --- /dev/null
38 +++ b/2700_drm-i915-revert-Implement-Wa-1508744258.patch
39 @@ -0,0 +1,51 @@
40 +From 72641d8d60401a5f1e1a0431ceaf928680d34418 Mon Sep 17 00:00:00 2001
41 +From: =?UTF-8?q?Jos=C3=A9=20Roberto=20de=20Souza?= <jose.souza@×××××.com>
42 +Date: Fri, 19 Nov 2021 06:09:30 -0800
43 +Subject: Revert "drm/i915: Implement Wa_1508744258"
44 +MIME-Version: 1.0
45 +Content-Type: text/plain; charset=UTF-8
46 +Content-Transfer-Encoding: 8bit
47 +
48 +This workarounds are causing hangs, because I missed the fact that it
49 +needs to be enabled for all cases and disabled when doing a resolve
50 +pass.
51 +
52 +So KMD only needs to whitelist it and UMD will be the one setting it
53 +on per case.
54 +
55 +This reverts commit 28ec02c9cbebf3feeaf21a59df9dfbc02bda3362.
56 +
57 +Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/4145
58 +Signed-off-by: José Roberto de Souza <jose.souza@×××××.com>
59 +Fixes: 28ec02c9cbeb ("drm/i915: Implement Wa_1508744258")
60 +Reviewed-by: Matt Atwood <matthew.s.atwood@×××××.com>
61 +Link: https://patchwork.freedesktop.org/patch/msgid/20211119140931.32791-1-jose.souza@×××××.com
62 +(cherry picked from commit f3799ff16fcfacd44aee55db162830df461b631f)
63 +Signed-off-by: Rodrigo Vivi <rodrigo.vivi@×××××.com>
64 +---
65 + drivers/gpu/drm/i915/gt/intel_workarounds.c | 7 -------
66 + 1 file changed, 7 deletions(-)
67 +
68 +(limited to 'drivers/gpu/drm/i915/gt/intel_workarounds.c')
69 +
70 +diff --git a/drivers/gpu/drm/i915/gt/intel_workarounds.c b/drivers/gpu/drm/i915/gt/intel_workarounds.c
71 +index e1f3625308891..ed73d9bc9d40b 100644
72 +--- a/drivers/gpu/drm/i915/gt/intel_workarounds.c
73 ++++ b/drivers/gpu/drm/i915/gt/intel_workarounds.c
74 +@@ -621,13 +621,6 @@ static void gen12_ctx_workarounds_init(struct intel_engine_cs *engine,
75 + FF_MODE2_GS_TIMER_MASK,
76 + FF_MODE2_GS_TIMER_224,
77 + 0, false);
78 +-
79 +- /*
80 +- * Wa_14012131227:dg1
81 +- * Wa_1508744258:tgl,rkl,dg1,adl-s,adl-p
82 +- */
83 +- wa_masked_en(wal, GEN7_COMMON_SLICE_CHICKEN1,
84 +- GEN9_RHWO_OPTIMIZATION_DISABLE);
85 + }
86 +
87 + static void dg1_ctx_workarounds_init(struct intel_engine_cs *engine,
88 +--
89 +cgit 1.2.3-1.el7
90 +