]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/tgl: Fix REVID macros for TGL to fetch correct stepping
authorAditya Swarup <aditya.swarup@intel.com>
Thu, 3 Dec 2020 07:23:58 +0000 (23:23 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 18 Dec 2020 02:23:22 +0000 (18:23 -0800)
commit857d86b4185396aab5458bd245173f4da0891c73
tree067188830eb0bf6480ad0f5514a27572d692c2a2
parentdeadae0ec8bf40ef11e768265162239b65a7805d
drm/i915/tgl: Fix REVID macros for TGL to fetch correct stepping

Fix TGL REVID macros to fetch correct display/gt stepping based
on SOC rev id from INTEL_REVID() macro. Previously, we were just
returning the first element of the revid array instead of using
the correct index based on SOC rev id.

Fixes: ebf4dafd7a5f ("drm/i915/tgl: Fix stepping WA matching")
Cc: José Roberto de Souza <jose.souza@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Aditya Swarup <aditya.swarup@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201203072359.156682-1-aditya.swarup@intel.com
drivers/gpu/drm/i915/i915_drv.h