Previously there was a mismatch in value between I915_MAX_GT and I915_PMU_MAX_GTS. These values should match and discussion led to I915_MAX_GT reduction from 4 to 2. I915_PMU_MAX_GTS *_GTS was an ambiguous meaning, drop the S. Cc: Matt Roper <matthew.d.roper@xxxxxxxxx> Cc: Ashutosh Dixit <ashutosh.dixit@xxxxxxxxxxxxxxx> Cc: Andi Shyti <andy.shyti@xxxxxxxxxxxxxxx> Cc: Tvrtko Ursulin <tvrtko.ursulin@xxxxxxxxx> Cc: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@xxxxxxxxx> Matt Atwood (2): drm/i915: Reduce I915_MAX_GT to 2 drm/i915: rename I915_PMU_MAX_GTS to I915_PMU_MAX_GT drivers/gpu/drm/i915/i915_drv.h | 2 +- drivers/gpu/drm/i915/i915_pmu.c | 2 +- drivers/gpu/drm/i915/i915_pmu.h | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) -- 2.40.0