Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp301400pxj; Tue, 18 May 2021 03:50:13 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwcOrSQ3suvznmNnGCeAi+GCnWaRG4KMyjkeoEw8oNGgb+FPOQByUIPW7EGG/aE1OR6PcUo X-Received: by 2002:a17:906:3ec9:: with SMTP id d9mr5325806ejj.479.1621335013366; Tue, 18 May 2021 03:50:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621335013; cv=none; d=google.com; s=arc-20160816; b=WJ+Ccg1AHAJlKTf/bpX9tyin2F2jbw9bY8S6O3xJX7wZKL/1SgtD8NhC/nzbtuFMsB fBTQzTUT9EbNY9BgvCOzmBEyXU5T7/uIEvpd5q081psWTHqBJ4gQzXL3QvHfPFNdd5kL mfB7nCtDiiEFrJRvXP9r5476S7dwV1V8rE2SWODDR81E/qBnrk9w/wjNHoX/bGNvqhr7 U+oP6pG0bgrZBVjLVbgpWtv8xMKvlRjY7HSM9R3uKNSdiuuxa8u07uP3xNJfAM+zckDI Drh6BVEEfc7bTCxF0trNmDDf0YC/qk0T7fUFM0qSyW+b91XE9eDOl7XCxx8B5bGXBfwQ kpwg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=mcEvvjcsbE0dtC6NQue6K+hpx+f44XaxScgi4mr8Crc=; b=eruuBCkXfyg6UOKUFQpwjqM0EOZL2IhH13JMMjgknKK4l8Bzxk7XQ0gklHTZ1nOZjf Y6mQioqkUGy7emRqRoW3tuODyX/hStRVop49jbD/RcUvx0SxoKhiwFtIOltW1uugAlAO Ae+mj2HErFJTxRZZ+OYVQUmSQA9T5OEYPASw3Hp2Q6+IHf1IMlO54q63V7RE3yo2yrBs kFjUwUs+6zGvFWQ/9AG1pa+PnbggRz2mJpEaZF7g3o56xRoMyEjrEn5mTbjX8hXR9JW2 vtb+VlnJWL7+IgS7vTFRnLiub7oJipxj9It5fbqzga3BBR0vV4isEsq9QEzmIjt2dQjc InFQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=yNh8G9GK; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r19si18363710ejy.43.2021.05.18.03.49.50; Tue, 18 May 2021 03:50:13 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=yNh8G9GK; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242342AbhEQPPi (ORCPT + 99 others); Mon, 17 May 2021 11:15:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:45116 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241411AbhEQPFb (ORCPT ); Mon, 17 May 2021 11:05:31 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 69D8261A33; Mon, 17 May 2021 14:28:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1621261732; bh=+J6awPu/VD1sZVgyrSZMVjd9xQLe0MSoS9dvskplo8U=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=yNh8G9GKfkPXaCiHlTTeAiy9LOkMM8RucYpSuE8znwQv8lMPCpC0i7xnQm46eA85o OHWyIzPYv24mRKSKSacivoDMVnkZYe3u/Ukb4nPXc+F/DPUz+N6gNUWtdXJwb07s7k GBZMilmC6IK3WJwrfnwAPqPyMC25Dtn3AHtxy6OQ= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, "Tj (Elloe Linux)" , Shuah Khan , Alexander Monakov , David Coe , Paul Menzel , Suravee Suthikulpanit , Joerg Roedel , Sasha Levin Subject: [PATCH 5.10 058/289] iommu/amd: Remove performance counter pre-initialization test Date: Mon, 17 May 2021 15:59:43 +0200 Message-Id: <20210517140307.158897515@linuxfoundation.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210517140305.140529752@linuxfoundation.org> References: <20210517140305.140529752@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Suravee Suthikulpanit [ Upstream commit 994d6608efe4a4c8834bdc5014c86f4bc6aceea6 ] In early AMD desktop/mobile platforms (during 2013), when the IOMMU Performance Counter (PMC) support was first introduced in commit 30861ddc9cca ("perf/x86/amd: Add IOMMU Performance Counter resource management"), there was a HW bug where the counters could not be accessed. The result was reading of the counter always return zero. At the time, the suggested workaround was to add a test logic prior to initializing the PMC feature to check if the counters can be programmed and read back the same value. This has been working fine until the more recent desktop/mobile platforms start enabling power gating for the PMC, which prevents access to the counters. This results in the PMC support being disabled unnecesarily. Unfortunatly, there is no documentation of since which generation of hardware the original PMC HW bug was fixed. Although, it was fixed soon after the first introduction of the PMC. Base on this, we assume that the buggy platforms are less likely to be in used, and it should be relatively safe to remove this legacy logic. Link: https://lore.kernel.org/linux-iommu/alpine.LNX.3.20.13.2006030935570.3181@monopod.intra.ispras.ru/ Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=201753 Cc: Tj (Elloe Linux) Cc: Shuah Khan Cc: Alexander Monakov Cc: David Coe Cc: Paul Menzel Signed-off-by: Suravee Suthikulpanit Tested-by: Shuah Khan Link: https://lore.kernel.org/r/20210409085848.3908-3-suravee.suthikulpanit@amd.com Signed-off-by: Joerg Roedel Signed-off-by: Sasha Levin --- drivers/iommu/amd/init.c | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/drivers/iommu/amd/init.c b/drivers/iommu/amd/init.c index 8b1a037116b0..cc9869cc48e4 100644 --- a/drivers/iommu/amd/init.c +++ b/drivers/iommu/amd/init.c @@ -1717,33 +1717,16 @@ static int __init init_iommu_all(struct acpi_table_header *table) return 0; } -static int iommu_pc_get_set_reg(struct amd_iommu *iommu, u8 bank, u8 cntr, - u8 fxn, u64 *value, bool is_write); - static void init_iommu_perf_ctr(struct amd_iommu *iommu) { + u64 val; struct pci_dev *pdev = iommu->dev; - u64 val = 0xabcd, val2 = 0, save_reg = 0; if (!iommu_feature(iommu, FEATURE_PC)) return; amd_iommu_pc_present = true; - /* save the value to restore, if writable */ - if (iommu_pc_get_set_reg(iommu, 0, 0, 0, &save_reg, false)) - goto pc_false; - - /* Check if the performance counters can be written to */ - if ((iommu_pc_get_set_reg(iommu, 0, 0, 0, &val, true)) || - (iommu_pc_get_set_reg(iommu, 0, 0, 0, &val2, false)) || - (val != val2)) - goto pc_false; - - /* restore */ - if (iommu_pc_get_set_reg(iommu, 0, 0, 0, &save_reg, true)) - goto pc_false; - pci_info(pdev, "IOMMU performance counters supported\n"); val = readl(iommu->mmio_base + MMIO_CNTR_CONF_OFFSET); @@ -1751,11 +1734,6 @@ static void init_iommu_perf_ctr(struct amd_iommu *iommu) iommu->max_counters = (u8) ((val >> 7) & 0xf); return; - -pc_false: - pci_err(pdev, "Unable to read/write to IOMMU perf counter.\n"); - amd_iommu_pc_present = false; - return; } static ssize_t amd_iommu_show_cap(struct device *dev, -- 2.30.2