OSDN Git Service

drm/i915: finish INTEL_GEN and friends conversion
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 7 Jul 2021 18:13:24 +0000 (11:13 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 7 Jul 2021 23:35:28 +0000 (16:35 -0700)
commitd70cc074bc6a21e64575dd0807c7a28faa8bbf2e
tree4834f24bad3f0b48d22de362cc5568dc8046d4ea
parent9c13c8ff38a2087edfac52c806a2617d968e4abb
drm/i915: finish INTEL_GEN and friends conversion

Commit 161058fb899e ("drm/i915: Add remaining conversions to GRAPHICS_VER")
did the last conversions to the new macros for version checks, but left
one instance behind and some other changes sneaked in to use INTEL_GEN.
Remove the last users so we can remove the macros.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210707181325.2130821-3-lucas.demarchi@intel.com
drivers/gpu/drm/i915/display/intel_display_debugfs.c
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/intel_uncore.c