drm/i915/tgl: Drop support for pre-production steppings
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 27 Jan 2023 22:43:11 +0000 (14:43 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 30 Jan 2023 18:08:16 +0000 (10:08 -0800)
commitd1702963ab145eff51c31e5fdc2867e9c5959ad5
tree89ba59eb4bb415251157a94b09fa07e9201b3742
parent9d691c197631f152d7dc6788098f372b64d3bc43
drm/i915/tgl: Drop support for pre-production steppings

Several post-TGL 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 TGL hardware always has display stepping C0 or later and GT
stepping B0 or later (this is true for both the original TGL and the U/Y
subplatform).

Bspec 44455
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-2-matthew.d.roper@intel.com
drivers/gpu/drm/i915/display/intel_display_power.c
drivers/gpu/drm/i915/display/intel_psr.c
drivers/gpu/drm/i915/display/skl_universal_plane.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