Re: [Intel-gfx] [CI 1/2] drm/i915/tgl: Use TGL stepping info for applying WAs

2021-01-20 Thread Lucas De Marchi
Both patches applied to topic/adl-s-enabling branch. Lucas De Marchi On Tue, Jan 19, 2021 at 11:29:30AM -0800, Lucas De Marchi wrote: From: Aditya Swarup TGL adds another level of indirection for applying WA based on stepping information rather than PCI REVID. So change TGL_REVID enum into st

[Intel-gfx] [CI 1/2] drm/i915/tgl: Use TGL stepping info for applying WAs

2021-01-19 Thread Lucas De Marchi
From: Aditya Swarup TGL adds another level of indirection for applying WA based on stepping information rather than PCI REVID. So change TGL_REVID enum into stepping enum and use PCI REVID as index into revid to stepping table to fetch correct display and GT stepping for application of WAs as sug