From patchwork Thu Dec 6 09:37:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Christian_K=C3=B6nig?= X-Patchwork-Id: 10715507 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id CE25A14E2 for ; Thu, 6 Dec 2018 09:37:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BFC802D5E2 for ; Thu, 6 Dec 2018 09:37:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B47E12D747; Thu, 6 Dec 2018 09:37:50 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 77ABE2D5E2 for ; Thu, 6 Dec 2018 09:37:50 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6A1B46E56F; Thu, 6 Dec 2018 09:37:39 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wm1-x341.google.com (mail-wm1-x341.google.com [IPv6:2a00:1450:4864:20::341]) by gabe.freedesktop.org (Postfix) with ESMTPS id E0D296E567; Thu, 6 Dec 2018 09:37:37 +0000 (UTC) Received: by mail-wm1-x341.google.com with SMTP id c126so293055wmh.0; Thu, 06 Dec 2018 01:37:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=zh3v5TaLtSmMGk0AOhP0rW6vtp1NpRstmR1PLqLGyz0=; b=lwHCTD4oCRWTiX/RCZ8/EBo5W6UYlZApc/iQdNoXfyvfrvYM4NDUW/HU+NfqFwAm4y KNwyGEPgVAT90RxBS4VGQUzzLOPtXcTCgPpvSXEuChiC5gQfkGD+h20zZf4CXeQ/9UF4 7PIlpS7SoLElnosnJjs950LyycZAY+IiCwwMP6x/v+dX6U9GhVAyOD0cvZF7DZeMSGKM DTmJ5215dj24+utmSXyt0WQa5oz/jMtNLx2DxDbV7Xv3iKJyczS9q5YHwzMnvdKRiDUM ovkg9bQrdVPRoDVzSzh7uIXHfc1wH2S7FowUIhmg8LraHzT9Cvk2qwQmgINR/Y1VWCix 0DNQ== X-Gm-Message-State: AA+aEWb0I8PsiiCsaghhwuOwDIElNjLe83Iz+NomcZ/wWBHtvmFdY4qJ m8AdMB4PSZWA0C7jQMyi/ia1cDL+ X-Google-Smtp-Source: AFSGD/WP7tof8WDfFiErRDf2W8R8BSKvpm7ahU8HJ4UTexW4vHTjXz9HSfhEsLY8HBA/rHS1p0OhCA== X-Received: by 2002:a1c:8851:: with SMTP id k78mr19146980wmd.51.1544089056321; Thu, 06 Dec 2018 01:37:36 -0800 (PST) Received: from baker.fritz.box ([2a02:908:125b:9a00:b917:e857:eae7:62b0]) by smtp.gmail.com with ESMTPSA id c77sm334060wmh.12.2018.12.06.01.37.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Dec 2018 01:37:35 -0800 (PST) From: " =?utf-8?q?Christian_K=C3=B6nig?= " X-Google-Original-From: =?utf-8?q?Christian_K=C3=B6nig?= To: dri-devel@lists.freedesktop.org, amd-gfx@lists.freedesktop.org Subject: [PATCH 9/9] drm/amdgpu: update version for timeline syncobj support in amdgpu Date: Thu, 6 Dec 2018 10:37:27 +0100 Message-Id: <20181206093727.16792-9-christian.koenig@amd.com> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20181206093727.16792-1-christian.koenig@amd.com> References: <20181206093727.16792-1-christian.koenig@amd.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 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-Virus-Scanned: ClamAV using ClamSMTP From: Chunming Zhou Signed-off-by: Chunming Zhou --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c index 90f474f98b6e..316bfc1a6a75 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c @@ -71,9 +71,10 @@ * - 3.25.0 - Add support for sensor query info (stable pstate sclk/mclk). * - 3.26.0 - GFX9: Process AMDGPU_IB_FLAG_TC_WB_NOT_INVALIDATE. * - 3.27.0 - Add new chunk to to AMDGPU_CS to enable BO_LIST creation. + * - 3.28.0 - Add syncobj timeline support to AMDGPU_CS. */ #define KMS_DRIVER_MAJOR 3 -#define KMS_DRIVER_MINOR 27 +#define KMS_DRIVER_MINOR 28 #define KMS_DRIVER_PATCHLEVEL 0 int amdgpu_vram_limit = 0;