drm/i915/gt: remove GRAPHICS_VER == 10
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 28 Jul 2021 22:03:26 +0000 (15:03 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 29 Jul 2021 17:06:10 +0000 (10:06 -0700)
commit6266992cf1052432bcb592dd6f22f9be7960ddb0
tree191c770f4f663f4fd071a0e8252c182fd79d8332
parent701d31860d34302190bfb0fdbedc987977562961
drm/i915/gt: remove GRAPHICS_VER == 10

Replace all remaining handling of GRAPHICS_VER {==,>=} 10 with
{==,>=} 11. With the removal of CNL, there is no platform with graphics
version equals 10.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210728220326.1578242-5-lucas.demarchi@intel.com
drivers/gpu/drm/i915/gt/debugfs_gt_pm.c
drivers/gpu/drm/i915/gt/intel_engine_cs.c
drivers/gpu/drm/i915/gt/intel_ggtt.c
drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c
drivers/gpu/drm/i915/gt/intel_gtt.c
drivers/gpu/drm/i915/gt/intel_lrc.c
drivers/gpu/drm/i915/gt/intel_rc6.c
drivers/gpu/drm/i915/gt/intel_rps.c
drivers/gpu/drm/i915/gt/intel_sseu_debugfs.c