Skip to content

Commit d008fc6

Browse files
dceraololucasdemarchi
authored andcommitted
drm/xe: Extend WA 14018094691 to BMG
This WA is applicable to BMG as well. Note that this is a GSC WA and we don't load the GSC on BMG, so extending the WA to BMG won't do anything right now. However, it helps future-proof the driver so that if we ever turn the GSC on we won't have to remember to extend this WA. v2: don't use VERSION_RANGE from 2001 to 2004 (Matt) Signed-off-by: Daniele Ceraolo Spurio <[email protected]> Cc: Matt Roper <[email protected]> Reviewed-by: Matt Roper <[email protected]> Link: https://lore.kernel.org/r/[email protected] (cherry picked from commit 1a5ce0c) Signed-off-by: Lucas De Marchi <[email protected]>
1 parent aa18d57 commit d008fc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/gpu/drm/xe/xe_wa_oob.rules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
GRAPHICS_VERSION_RANGE(1270, 1274)
2222
MEDIA_VERSION(1300)
2323
PLATFORM(DG2)
24-
14018094691 GRAPHICS_VERSION(2004)
24+
14018094691 GRAPHICS_VERSION_RANGE(2001, 2002)
25+
GRAPHICS_VERSION(2004)
2526
14019882105 GRAPHICS_VERSION(2004), GRAPHICS_STEP(A0, B0)
2627
18024947630 GRAPHICS_VERSION(2001)
2728
GRAPHICS_VERSION(2004)

0 commit comments

Comments
 (0)