Skip to content

Commit 96b1c45

Browse files
committed
drm/i915: Add workaround numbers to GEN7_COMMON_SLICE_CHICKEN1 whitelisting
Those two workarounds needs to be implemented in UMD, KMD only needs to whitelist the registers, so here only adding the workaround number to facilitate future workaroud table checks. Signed-off-by: José Roberto de Souza <[email protected]> Reviewed-by: Matt Atwood <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent f3799ff commit 96b1c45

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

drivers/gpu/drm/i915/gt/intel_workarounds.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,11 @@ static void tgl_whitelist_build(struct intel_engine_cs *engine)
18691869
RING_FORCE_TO_NONPRIV_ACCESS_RD |
18701870
RING_FORCE_TO_NONPRIV_RANGE_4);
18711871

1872-
/* Wa_1808121037:tgl */
1872+
/*
1873+
* Wa_1808121037:tgl
1874+
* Wa_14012131227:dg1
1875+
* Wa_1508744258:tgl,rkl,dg1,adl-s,adl-p
1876+
*/
18731877
whitelist_reg(w, GEN7_COMMON_SLICE_CHICKEN1);
18741878

18751879
/* Wa_1806527549:tgl */

0 commit comments

Comments
 (0)