OSDN Git Service

drm/i915/dg1: Drop support for pre-production steppings
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 27 Jan 2023 22:43:12 +0000 (14:43 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 30 Jan 2023 18:08:18 +0000 (10:08 -0800)
commit69ea87e1591a39dd53968f2f5d496f0f9499ad74
tree2397aba485cc6007c59878d6d5d38f28bbf30947
parentd1702963ab145eff51c31e5fdc2867e9c5959ad5
drm/i915/dg1: Drop support for pre-production steppings

Several post-DG1 platforms have been brought up now, so we're well past
the point where we usually drop the workarounds that are only applicable
to internal/pre-production hardware.

Production DG1 hardware always has a B0 stepping for both display and
GT.

Bspec: 44463
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230127224313.4042331-3-matthew.d.roper@intel.com
drivers/gpu/drm/i915/display/intel_display_power.c
drivers/gpu/drm/i915/gt/intel_workarounds.c
drivers/gpu/drm/i915/i915_driver.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_pm.c