]> 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)
committerJani Nikula <jani.nikula@intel.com>
Fri, 18 Dec 2020 10:30:10 +0000 (12:30 +0200)
commita1ba836200fcd44210a56798c7a864be032b73fd
treefff19dd99052823b2b336d7593efa311b04a2423
parentedd8e527c1be9d6079651c7000ad95f23d0f3884
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
(cherry picked from commit 83dbd74f8243f020d1ad8a3a3b3cd0795067920e)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/i915_drv.h