We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4bc181 commit 3bfa7d4Copy full SHA for 3bfa7d4
drivers/gpu/drm/i915/intel_step.c
@@ -118,6 +118,7 @@ static const struct intel_step_info dg2_g10_revid_step_tbl[] = {
118
static const struct intel_step_info dg2_g11_revid_step_tbl[] = {
119
[0x0] = { .gt_step = STEP_A0, .display_step = STEP_B0 },
120
[0x4] = { .gt_step = STEP_B0, .display_step = STEP_C0 },
121
+ [0x5] = { .gt_step = STEP_B1, .display_step = STEP_C0 },
122
};
123
124
void intel_step_init(struct drm_i915_private *i915)
0 commit comments