OSDN Git Service

drm/i915/gt: finish INTEL_GEN and friends conversion
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 7 Jul 2021 18:13:23 +0000 (11:13 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 7 Jul 2021 23:29:39 +0000 (16:29 -0700)
commit7c517f83fa8c35a03a13d7af36bd13fb991eae06
tree0565a946cb77e0bb31e1d35237d0c99d2ec58c55
parentb23228f287bc7dd970fed85f15ea4630b93fc8a0
drm/i915/gt: finish INTEL_GEN and friends conversion

Commit c816723b6b8a ("drm/i915/gt: replace IS_GEN and friends with
GRAPHICS_VER") converted INTEL_GEN and friends to the new version check
macros.  Meanwhile, some 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-2-lucas.demarchi@intel.com
drivers/gpu/drm/i915/gt/intel_migrate.c