Re: [Intel-gfx] [PATCH v2 06/12] drm/i915/selftests: replace unused mask with simple version

2021-04-13 Thread Jani Nikula
On Mon, 12 Apr 2021, Lucas De Marchi wrote: > Since its introduction 2 years ago, we never used the mask to span more > than one gen. Replace gen_mask a single number and start using the new > GRAPHICS_VER(). > > Signed-off-by: Lucas De Marchi Reviewed-by: Jani Nikula > --- > drivers/gpu/drm/

[Intel-gfx] [PATCH v2 06/12] drm/i915/selftests: replace unused mask with simple version

2021-04-12 Thread Lucas De Marchi
Since its introduction 2 years ago, we never used the mask to span more than one gen. Replace gen_mask a single number and start using the new GRAPHICS_VER(). Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/i915/gt/selftest_workarounds.c | 10 +- 1 file changed, 5 insertions(+), 5 del