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 X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10B79C11D1B for ; Thu, 20 Feb 2020 19:26:58 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id D4065222C4 for ; Thu, 20 Feb 2020 19:26:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="vJ5dLSdS" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D4065222C4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=amd-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 63B826E21D; Thu, 20 Feb 2020 19:26:57 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 55CDB6E21D; Thu, 20 Feb 2020 19:26:56 +0000 (UTC) Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DA038208C4; Thu, 20 Feb 2020 19:26:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582226816; bh=u1DImfIcA/rN3QlVcHUZyq0IO0dkwkKvI3WbXn3NCho=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vJ5dLSdSRVVkJEKYfZsSA0ycfYm0NRmTfjbVU5Sbl7D2xVMhn0rDdHost2I+6TH8U EfkeRIg6qtYWL9JH/ChhvqcvZfwZt3ozdTvLtEQda2/Ww48hQdAlB1IlgMDDmvCJJw wdZx2ma3SzQA1KOFzj4AizptXhTZYDa32DYaMVu8= Date: Thu, 20 Feb 2020 14:26:54 -0500 From: Sasha Levin To: Alex Deucher Subject: Re: [PATCH AUTOSEL 5.5 530/542] drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_voltage Message-ID: <20200220192654.GJ1734@sasha-vm> References: <20200214154854.6746-1-sashal@kernel.org> <20200214154854.6746-530-sashal@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) 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: , Cc: LKML , Maling list - DRI developers , amd-gfx list , Alex Deucher , "for 3.8" , Evan Quan Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" On Fri, Feb 14, 2020 at 11:31:31AM -0500, Alex Deucher wrote: >On Fri, Feb 14, 2020 at 11:00 AM Sasha Levin wrote: >> >> From: Alex Deucher >> >> [ Upstream commit 1064ad4aeef94f51ca230ac639a9e996fb7867a0 ] >> >> Cull out 0 clocks to avoid a warning in DC. >> >> Bug: https://gitlab.freedesktop.org/drm/amd/issues/963 > >All of the upstream commits that reference this bug need to be applied >or this patch set will be broken. Please either apply them all or >drop them. Okay, so I have these 3 in 4.19-5.5: c37243579d6c ("drm/amdgpu/display: handle multiple numbers of fclks in dcn_calcs.c (v2)") 4d0a72b66065 ("drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_latency") 1064ad4aeef9 ("drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_voltage" -- Thanks, Sasha _______________________________________________ amd-gfx mailing list amd-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/amd-gfx 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 X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 16338C11D1E for ; Thu, 20 Feb 2020 19:26:59 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id E410F222C4 for ; Thu, 20 Feb 2020 19:26:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="vJ5dLSdS" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E410F222C4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 71B406E8FE; Thu, 20 Feb 2020 19:26:57 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 55CDB6E21D; Thu, 20 Feb 2020 19:26:56 +0000 (UTC) Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DA038208C4; Thu, 20 Feb 2020 19:26:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582226816; bh=u1DImfIcA/rN3QlVcHUZyq0IO0dkwkKvI3WbXn3NCho=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vJ5dLSdSRVVkJEKYfZsSA0ycfYm0NRmTfjbVU5Sbl7D2xVMhn0rDdHost2I+6TH8U EfkeRIg6qtYWL9JH/ChhvqcvZfwZt3ozdTvLtEQda2/Ww48hQdAlB1IlgMDDmvCJJw wdZx2ma3SzQA1KOFzj4AizptXhTZYDa32DYaMVu8= Date: Thu, 20 Feb 2020 14:26:54 -0500 From: Sasha Levin To: Alex Deucher Subject: Re: [PATCH AUTOSEL 5.5 530/542] drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_voltage Message-ID: <20200220192654.GJ1734@sasha-vm> References: <20200214154854.6746-1-sashal@kernel.org> <20200214154854.6746-530-sashal@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: LKML , Maling list - DRI developers , amd-gfx list , Alex Deucher , "for 3.8" , Evan Quan Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, Feb 14, 2020 at 11:31:31AM -0500, Alex Deucher wrote: >On Fri, Feb 14, 2020 at 11:00 AM Sasha Levin wrote: >> >> From: Alex Deucher >> >> [ Upstream commit 1064ad4aeef94f51ca230ac639a9e996fb7867a0 ] >> >> Cull out 0 clocks to avoid a warning in DC. >> >> Bug: https://gitlab.freedesktop.org/drm/amd/issues/963 > >All of the upstream commits that reference this bug need to be applied >or this patch set will be broken. Please either apply them all or >drop them. Okay, so I have these 3 in 4.19-5.5: c37243579d6c ("drm/amdgpu/display: handle multiple numbers of fclks in dcn_calcs.c (v2)") 4d0a72b66065 ("drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_latency") 1064ad4aeef9 ("drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_voltage" -- Thanks, Sasha _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel 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 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 62367C11D1C for ; Thu, 20 Feb 2020 19:26:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 33474222C4 for ; Thu, 20 Feb 2020 19:26:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582226818; bh=u1DImfIcA/rN3QlVcHUZyq0IO0dkwkKvI3WbXn3NCho=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=tLZyJlX2JHeDE18oWV1H+KHQxq5BNBWWWdMxgq9SMWm5tIYVMS6p+JVnowaoYBxOX bFBAo5uspVZvPCb5AX8s+R9BxNuqOoRiz3LocIEjGKnjgmYNOlEFGPWZqj8BLTPFrB kZTOHPdRJxtPW0MFgljY3zvvI2jx5xlrNXiRe9U4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728618AbgBTT05 (ORCPT ); Thu, 20 Feb 2020 14:26:57 -0500 Received: from mail.kernel.org ([198.145.29.99]:59656 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728334AbgBTT04 (ORCPT ); Thu, 20 Feb 2020 14:26:56 -0500 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DA038208C4; Thu, 20 Feb 2020 19:26:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582226816; bh=u1DImfIcA/rN3QlVcHUZyq0IO0dkwkKvI3WbXn3NCho=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vJ5dLSdSRVVkJEKYfZsSA0ycfYm0NRmTfjbVU5Sbl7D2xVMhn0rDdHost2I+6TH8U EfkeRIg6qtYWL9JH/ChhvqcvZfwZt3ozdTvLtEQda2/Ww48hQdAlB1IlgMDDmvCJJw wdZx2ma3SzQA1KOFzj4AizptXhTZYDa32DYaMVu8= Date: Thu, 20 Feb 2020 14:26:54 -0500 From: Sasha Levin To: Alex Deucher Cc: LKML , "for 3.8" , Alex Deucher , Evan Quan , Maling list - DRI developers , amd-gfx list Subject: Re: [PATCH AUTOSEL 5.5 530/542] drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_voltage Message-ID: <20200220192654.GJ1734@sasha-vm> References: <20200214154854.6746-1-sashal@kernel.org> <20200214154854.6746-530-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 14, 2020 at 11:31:31AM -0500, Alex Deucher wrote: >On Fri, Feb 14, 2020 at 11:00 AM Sasha Levin wrote: >> >> From: Alex Deucher >> >> [ Upstream commit 1064ad4aeef94f51ca230ac639a9e996fb7867a0 ] >> >> Cull out 0 clocks to avoid a warning in DC. >> >> Bug: https://gitlab.freedesktop.org/drm/amd/issues/963 > >All of the upstream commits that reference this bug need to be applied >or this patch set will be broken. Please either apply them all or >drop them. Okay, so I have these 3 in 4.19-5.5: c37243579d6c ("drm/amdgpu/display: handle multiple numbers of fclks in dcn_calcs.c (v2)") 4d0a72b66065 ("drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_latency") 1064ad4aeef9 ("drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_voltage" -- Thanks, Sasha