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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 57032C6FA82 for ; Wed, 28 Sep 2022 19:24:43 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F02C410E8E2; Wed, 28 Sep 2022 19:24:13 +0000 (UTC) Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by gabe.freedesktop.org (Postfix) with ESMTPS id D2C7710E7CE for ; Wed, 28 Sep 2022 19:06:44 +0000 (UTC) Received: from [192.168.2.145] (unknown [109.252.125.248]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: dmitry.osipenko) by madras.collabora.co.uk (Postfix) with ESMTPSA id 3037B6601FFC; Wed, 28 Sep 2022 20:06:43 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1664392003; bh=QGS9lnpGHXuaVY/xyVE/BDHK5h+oErBchGDDgU/RBzA=; h=Date:Subject:From:To:References:In-Reply-To:From; b=Nv+RBKIt6ASVno+XKTk419AMqdE6tJx+dMBYKRpZbM5RiXnLhr9FHXmUUard44eOC TEi2xtNzsAIwzTNM3FRggVwDSMhRcYxP5QfK1MOYhTyVOAt/AJd7cCuvbKz4zLjYiD lHgj4+oP8EntJGkoAkwKGdJJ1xDLBxVApE79S0wchObUA9ANOfh3xXmVXCPyfdCQXH SjqPe/9Q9082C/PMr8obGMNv9aQSrpEBn9Mas0gCeeUsdUcsCP83mD/eN63fbUk6ky TKiZ9BP/fjfrY3VvCncaeuHeqRzQA9CoYVxAPSE/wFpUnzljDsMHyuOtSsUoIT1G+a TIn7DsEp3dWpg== Message-ID: Date: Wed, 28 Sep 2022 22:06:40 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: [PATCH 09/10] drm/amdgpu/gfx10: switch to amdgpu_gfx_rlc_init_microcode From: Dmitry Osipenko To: "Deucher, Alexander" , "Zhang, Hawking" , "amd-gfx@lists.freedesktop.org" , "Gao, Likun" References: <20220915170135.23060-1-Hawking.Zhang@amd.com> <20220915170135.23060-10-Hawking.Zhang@amd.com> <8a383215-4a8a-243c-6cef-6e7fc12af001@collabora.com> <2da3a6aa-8f3e-a640-d351-c923c8c924e5@collabora.com> Content-Language: en-US In-Reply-To: <2da3a6aa-8f3e-a640-d351-c923c8c924e5@collabora.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Wed, 28 Sep 2022 19:24:04 +0000 X-BeenThere: amd-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for AMD gfx List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" On 9/28/22 20:47, Dmitry Osipenko wrote: > On 9/28/22 20:44, Deucher, Alexander wrote: >> [AMD Official Use Only - General] >> >> This should be fixed in a backwards compatible way with this patch: >> https://patchwork.freedesktop.org/patch/504869/ > > Good to know that it's already addressed, thank you very much for the > quick reply. Unfortunately, that patch doesn't help beige goby. Please fix. -- Best regards, Dmitry