From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A7853C25B4E for ; Sun, 22 Jan 2023 14:34:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229877AbjAVOeM (ORCPT ); Sun, 22 Jan 2023 09:34:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49926 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229814AbjAVOeM (ORCPT ); Sun, 22 Jan 2023 09:34:12 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A77C918B1B for ; Sun, 22 Jan 2023 06:34:11 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3F9B560C3B for ; Sun, 22 Jan 2023 14:34:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 43E6DC433D2; Sun, 22 Jan 2023 14:34:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1674398050; bh=MVTamkUMJoketFbv2TGbZ5mIJSt4d+YVkRAO4aDYmEY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZOxgA7dp28W4152XMVWcouKhGLJuHyKdZpWTPVwoQSKAoQ3Rp7YTXe0fdvWzGKrq8 u6Zik9JJvetKI/l5KzseAUWDRCBdYc0Q9F5k6zeri+s1oZqdLWhA3gjVHjme+43ygs T+SJ1PjHkVlb7+mCUGFaZ7WOFApGn8yT3xemjzfE= Date: Sun, 22 Jan 2023 15:34:08 +0100 From: Greg KH To: "Limonciello, Mario" Cc: "stable@vger.kernel.org" , "Gong, Richard" Subject: Re: Minor changes for supporting products with GC 11.0.4 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Jan 18, 2023 at 08:14:17PM +0000, Limonciello, Mario wrote: > [Public] > > These merged into 6.1.7 from Sasha: > drm/amdgpu: add soc21 common ip block support for GC 11.0.4 > drm/amdgpu: Enable pg/cg flags on GC11_0_4 for VCN > > So here is an updated series of what's left: > > 69dc98bbd441 ("drm/amdgpu/discovery: enable soc21 common for GC 11.0.4") > d5fd8c89ed20 ("drm/amdgpu/discovery: enable gmc v11 for GC 11.0.4") > b952d6b3d3ff ("drm/amdgpu/discovery: enable gfx v11 for GC 11.0.4") > 6a6af77570ad ("drm/amdgpu/discovery: enable mes support for GC v11.0.4") > 94ab70685844 ("drm/amdgpu: set GC 11.0.4 family") > dd2d9c7fd771 ("drm/amdgpu/discovery: set the APU flag for GC 11.0.4") > 1763cb65e870 ("drm/amdgpu: add gfx support for GC 11.0.4") > d0ca8248999e ("drm/amdgpu: add gmc v11 support for GC 11.0.4") > 7c1389f1b122 ("drm/amdgpu/discovery: add PSP IP v13.0.11 support") > 16412a94364d ("drm/amdgpu/pm: enable swsmu for SMU IP v13.0.11") > 51e7a2168769 ("drm/amdgpu: add smu 13 support for smu 13.0.11") > 9f83e61201bb ("drm/amdgpu/pm: add GFXOFF control IP version check for SMU IP v13.0.11") > 18ad18853cf2 ("drm/amdgpu/soc21: add mode2 asic reset for SMU IP v13.0.11") > 069a5af97ce3 ("drm/amdgpu/pm: use the specific mailbox registers only for SMU IP v13.0.4") > 7308ceb44663 ("drm/amdgpu/discovery: enable nbio support for NBIO v7.7.1") > 2c83e3fd928b ("drm/amdgpu: enable PSP IP v13.0.11 support") > f2b91e5a7cc0 ("drm/amdgpu: enable GFX IP v11.0.4 CG support") > a89e2965da6e ("drm/amdgpu: enable GFX Power Gating for GC IP v11.0.4") > f9caa237372b ("drm/amdgpu: enable GFX Clock Gating control for GC IP v11.0.4") > 97074216917b ("drm/amdgpu: add tmz support for GC 11.0.1") > 2aecbe492a3c ("drm/amdgpu: add tmz support for GC IP v11.0.4") All now queued up, thanks. greg k-h