Gentoo Archives: gentoo-commits

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