From patchwork Thu Jul 10 21:54:24 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oded Gabbay X-Patchwork-Id: 4528701 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id D1A3E9F3B4 for ; Thu, 10 Jul 2014 23:34:22 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 83590201B4 for ; Thu, 10 Jul 2014 23:34:21 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id C014F201F4 for ; Thu, 10 Jul 2014 23:34:20 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E28656E7C0; Thu, 10 Jul 2014 16:33:25 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-we0-f169.google.com (mail-we0-f169.google.com [74.125.82.169]) by gabe.freedesktop.org (Postfix) with ESMTP id 74BF26E163 for ; Thu, 10 Jul 2014 14:57:08 -0700 (PDT) Received: by mail-we0-f169.google.com with SMTP id t60so195950wes.14 for ; Thu, 10 Jul 2014 14:57:06 -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=sqti3h7DChHPZAAmZW3c4skIjDS1JZo1cnl5sevoLBg=; b=dzanOK+hw2xHuhGWR5jUp69YMJGYKUoB3humVu6SV/Lb7pNky8VGG6YT3tPMZ60hZh j1YxLYKeUPieipdTKod4zXwRAwotaW8KBBxen1q4G/ktPPXjNE2SztpNJjSldzUH5Enk da4LSUd/hEag4gfXvYHIgfUHIaes/uQngi/+gzTeQaUI7WqGMv7S0nTxFrqccN8ADxkO Ts6ErFejJ5G+Y3d8Xbc39nDV+TOHOnKZN74pArpArqpkwplhHzeMQPbk955IqazcUzM/ Q557crsIYmL8BuYGojM2CBDYAjy4gsRGHLtURSAeOCX6Vg8Z5gJnsGR605dzeBrbLlT4 IeEQ== X-Received: by 10.180.19.70 with SMTP id c6mr251327wie.19.1405029426813; Thu, 10 Jul 2014 14:57:06 -0700 (PDT) Received: from localhost.localdomain ([77.127.59.49]) by mx.google.com with ESMTPSA id pq9sm831097wjc.35.2014.07.10.14.57.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 10 Jul 2014 14:57:06 -0700 (PDT) From: Oded Gabbay X-Google-Original-From: Oded Gabbay To: David Airlie , Alex Deucher , Jerome Glisse Subject: [PATCH 68/83] hsa/radeon: Update module version to 0.6.0 Date: Fri, 11 Jul 2014 00:54:24 +0300 Message-Id: <1405029279-6894-40-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 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 Signed-off-by: Oded Gabbay --- drivers/gpu/hsa/radeon/kfd_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/hsa/radeon/kfd_module.c b/drivers/gpu/hsa/radeon/kfd_module.c index fbfcce6..33cee3c 100644 --- a/drivers/gpu/hsa/radeon/kfd_module.c +++ b/drivers/gpu/hsa/radeon/kfd_module.c @@ -32,7 +32,7 @@ #define KFD_DRIVER_DESC "Standalone HSA driver for AMD's GPUs" #define KFD_DRIVER_DATE "20140424" #define KFD_DRIVER_MAJOR 0 -#define KFD_DRIVER_MINOR 5 +#define KFD_DRIVER_MINOR 6 #define KFD_DRIVER_PATCHLEVEL 0 const struct kfd2kgd_calls *kfd2kgd;