From patchwork Thu Jul 10 21:53:56 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oded Gabbay X-Patchwork-Id: 4528261 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 3C638BEECB for ; Thu, 10 Jul 2014 23:33:38 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 645A9201D5 for ; Thu, 10 Jul 2014 23:33:37 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 900A1201F4 for ; Thu, 10 Jul 2014 23:33:36 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 038166E78F; Thu, 10 Jul 2014 16:33:15 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by gabe.freedesktop.org (Postfix) with ESMTP id 2D5646E163 for ; Thu, 10 Jul 2014 14:55:23 -0700 (PDT) Received: by mail-wi0-f169.google.com with SMTP id hi2so5154113wib.4 for ; Thu, 10 Jul 2014 14:55:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=3bxQ0GaUeNPi8OFA2IHhHdcmDcrptqgW+whW6veV0Z4=; b=xTKwxfQQOLxijNwi6AKTsJAm+TcYzcwj5FnEiaat4PGIy41k8egyCBLWHjFrlVdZm4 C1bWqcuNqrluu+2rGDhT9Czk8TmQt6chOgVRqnZ0RmZgvO9KnJvNp58iY+/wbmfhlwP7 Z5tFCOi/ajTK0e31PesxFvLQBlKftVVBGSBrqkIlefnB/zwfD5OcSZz1+4l1YCrwtXcn zYly3Cg6FnUFg5gJN1SqpPNqEVesEfzbW1udTL+vEOR/6Lznl1i0xdx5ONXfGYIaNrQb wIEibM5hhuWYm8HJYNHwkJFC2UGjJ/sjfO3hSAG89B0oAM5xNiZLhppWuz8qDUIaFA5X wtMg== X-Received: by 10.180.99.97 with SMTP id ep1mr22599131wib.64.1405029322148; Thu, 10 Jul 2014 14:55:22 -0700 (PDT) Received: from localhost.localdomain ([77.127.59.49]) by mx.google.com with ESMTPSA id pq9sm831097wjc.35.2014.07.10.14.55.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 10 Jul 2014 14:55:21 -0700 (PDT) From: Oded Gabbay X-Google-Original-From: Oded Gabbay To: David Airlie , Alex Deucher , Jerome Glisse Subject: [PATCH 40/83] hsa/radeon: Adding max clock speeds to topology Date: Fri, 11 Jul 2014 00:53:56 +0300 Message-Id: <1405029279-6894-12-git-send-email-oded.gabbay@amd.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1405029279-6894-1-git-send-email-oded.gabbay@amd.com> References: <1405029279-6894-1-git-send-email-oded.gabbay@amd.com> X-Mailman-Approved-At: Thu, 10 Jul 2014 16:33:12 -0700 Cc: Andrew Lewycky , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Evgeny Pinchuk X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RCVD_IN_SORBS_WEB, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Evgeny Pinchuk Adding support for CPU and GPU max clock speeds in node properties. Signed-off-by: Evgeny Pinchuk Signed-off-by: Oded Gabbay --- drivers/gpu/hsa/radeon/kfd_topology.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/hsa/radeon/kfd_topology.c b/drivers/gpu/hsa/radeon/kfd_topology.c index 2ee5444..21bb66e 100644 --- a/drivers/gpu/hsa/radeon/kfd_topology.c +++ b/drivers/gpu/hsa/radeon/kfd_topology.c @@ -26,6 +26,7 @@ #include #include #include +#include #include "kfd_priv.h" #include "kfd_crat.h" @@ -712,9 +713,10 @@ static ssize_t node_show(struct kobject *kobj, struct attribute *attr, sysfs_show_32bit_prop(buffer, "location_id", dev->node_props.location_id); sysfs_show_32bit_prop(buffer, "max_engine_clk_fcompute", - dev->node_props.max_engine_clk_fcompute); + kfd2kgd->get_max_engine_clock_in_mhz( + dev->gpu->kgd)); ret = sysfs_show_32bit_prop(buffer, "max_engine_clk_ccompute", - dev->node_props.max_engine_clk_ccompute); + cpufreq_quick_get_max(0)/1000); } return ret;