projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f93f5d
)
drm/i915/kbl: Drop pre-production revision from stepping table
author
Matt Roper
<matthew.d.roper@intel.com>
Tue, 13 Jul 2021 19:36:27 +0000
(12:36 -0700)
committer
Matt Roper
<matthew.d.roper@intel.com>
Thu, 15 Jul 2021 00:36:12 +0000
(17:36 -0700)
We're long past the point where we need to care about pre-production
hardware, and we already warn the user and taint the kernel if we detect
the driver is being loaded on pre-production hardware.
Bspec: 18329
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20210713193635.3390052-5-matthew.d.roper@intel.com
drivers/gpu/drm/i915/intel_step.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_step.c
b/drivers/gpu/drm/i915/intel_step.c
index 4e6a2b3b4f8ae72bf27e5073c9310687141a5577..1dd6944e7aca9abdcfd95b606f59b94b4ccf4c0f 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_step.c
+++ b/
drivers/gpu/drm/i915/intel_step.c
@@
-33,7
+33,6
@@
static const struct intel_step_info skl_revids[] = {
};
static const struct intel_step_info kbl_revids[] = {
- [0] = { .gt_step = STEP_A0, .display_step = STEP_A0 },
[1] = { .gt_step = STEP_B0, .display_step = STEP_B0 },
[2] = { .gt_step = STEP_C0, .display_step = STEP_B0 },
[3] = { .gt_step = STEP_D0, .display_step = STEP_B0 },