From patchwork Fri Jun 2 23:17:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Atwood X-Patchwork-Id: 13265948 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0E357C7EE2C for ; Fri, 2 Jun 2023 23:18:08 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 13E8610E0DA; Fri, 2 Jun 2023 23:18:04 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2A01710E0D9 for ; Fri, 2 Jun 2023 23:18:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1685747881; x=1717283881; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=WQH0Lt7rwFZlEuduTDgepbEFzNi2gHbrD1UQ0cLrCc0=; b=GvpZxM0G/qRTjIMuTEBZLXGNOkLxh2TJL1wUJitxdMFI5O2CKOymHQa4 lM1JEjwhdwuJnmfRcC9CZhXLz8CC7v2S3aySRxiztfJZYKrsBarW6KfEv 6Cs5sCepeo5J31wTfbZeOhXvzcKaycnEpeyCGKH6+h+Nky2zvkG8eGsBl ahq3eDQVcANPo/LFQuc/Ag55GLWKnY1M3NZW9P6izEIE1YzYNVo6aO5XE VCz4oo2ScJIps84X3Fg2wLervf68oARxRTMV/sLKy45tHI1YOPZiMoCs7 sfEEeCEeoWL+BJx3rst84FSf85o1y/UB39xcX7ybQa+nGjFbCVtoSQ52N w==; X-IronPort-AV: E=McAfee;i="6600,9927,10729"; a="442370366" X-IronPort-AV: E=Sophos;i="6.00,214,1681196400"; d="scan'208";a="442370366" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2023 16:18:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10729"; a="882229046" X-IronPort-AV: E=Sophos;i="6.00,214,1681196400"; d="scan'208";a="882229046" Received: from msatwood-mobl.amr.corp.intel.com (HELO msatwood-mobl.hsd1.or.comcast.net) ([10.252.142.196]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2023 16:17:59 -0700 From: Matt Atwood To: intel-gfx@lists.freedesktop.org Date: Fri, 2 Jun 2023 16:17:52 -0700 Message-Id: <20230602231754.1596433-1-matthew.s.atwood@intel.com> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 Subject: [Intel-gfx] [PATCH 0/2] Update various *MAX_GT* definitions X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: ashutosh.dixit@linux.intel.com, matthew.d.roper@intel.com, andy.shyti@linux.intel.com Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" 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 Cc: Ashutosh Dixit Cc: Andi Shyti Cc: Tvrtko Ursulin Cc: Umesh Nerlige Ramappa 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(-)