Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit bcfc713

Browse files
rodrigovivijohnharr-intel
authored andcommitted
drm/i915/hwconfig: Add DG2 support
v2: * Jordan: Drop stepping/skew checking as suggested by John. Signed-off-by: Rodrigo Vivi <[email protected]> Signed-off-by: John Harrison <[email protected]> Signed-off-by: Ramalingam C <[email protected]> Tested-by: Jordan Justen <[email protected]> Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: John Harrison <[email protected]> Signed-off-by: John Harrison <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 8d0e3de commit bcfc713

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c

+2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ static bool has_table(struct drm_i915_private *i915)
9696
{
9797
if (IS_ALDERLAKE_P(i915))
9898
return true;
99+
if (IS_DG2(i915))
100+
return true;
99101

100102
return false;
101103
}

0 commit comments

Comments
 (0)