Re: [PATCH 2/3] drm/i915: finish INTEL_GEN and friends conversion

2021-07-07 Thread Lucas De Marchi
On Wed, Jul 07, 2021 at 12:39:28PM -0700, Matt Roper wrote: On Wed, Jul 07, 2021 at 11:13:24AM -0700, Lucas De Marchi wrote: Commit 161058fb899e ("drm/i915: Add remaining conversions to GRAPHICS_VER") did the last conversions to the new macros for version checks, but some some changes sneaked in

Re: [PATCH 2/3] drm/i915: finish INTEL_GEN and friends conversion

2021-07-07 Thread Matt Roper
On Wed, Jul 07, 2021 at 11:13:24AM -0700, Lucas De Marchi wrote: > Commit 161058fb899e ("drm/i915: Add remaining conversions to GRAPHICS_VER") > did the last conversions to the new macros for version checks, but some > some changes sneaked in to use INTEL_GEN. Remove the last users so > we can remo

[PATCH 2/3] drm/i915: finish INTEL_GEN and friends conversion

2021-07-07 Thread Lucas De Marchi
Commit 161058fb899e ("drm/i915: Add remaining conversions to GRAPHICS_VER") did the last conversions to the new macros for version checks, but some some changes sneaked in to use INTEL_GEN. Remove the last users so we can remove the macros. Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/i915