Skip to content

Commit 3bfa7d4

Browse files
committed
drm/i915/dg2: Add support for new DG2-G11 revid 0x5
The bspec has been updated with a new revision 0x5 that translates to B1 GT stepping and C0 display stepping. Bspec: 44477 Signed-off-by: Matt Roper <[email protected]> Reviewed-by: Lucas De Marchi <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent d4bc181 commit 3bfa7d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/i915/intel_step.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ static const struct intel_step_info dg2_g10_revid_step_tbl[] = {
118118
static const struct intel_step_info dg2_g11_revid_step_tbl[] = {
119119
[0x0] = { .gt_step = STEP_A0, .display_step = STEP_B0 },
120120
[0x4] = { .gt_step = STEP_B0, .display_step = STEP_C0 },
121+
[0x5] = { .gt_step = STEP_B1, .display_step = STEP_C0 },
121122
};
122123

123124
void intel_step_init(struct drm_i915_private *i915)

0 commit comments

Comments
 (0)