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=-6.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 36508C433E2 for ; Sun, 30 Aug 2020 22:41:32 +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 F06EC208A9 for ; Sun, 30 Aug 2020 22:41:31 +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="Da2nllEb" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F06EC208A9 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 A9B0E89CF6; Sun, 30 Aug 2020 22:41:31 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id E26E189CF6; Sun, 30 Aug 2020 22:41:30 +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 2703B2083E; Sun, 30 Aug 2020 22:41:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598827290; bh=dozG/V0QLz75yvvhtnhJiCnR4Wh8JH9/N5EL/DF+S5c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Da2nllEbuK8U4cXg/3Q6NyVmTP24ILAO+nfw/FEUrgG8DsXugKB149e0jsnsyyR5u huYR1Rrh4mVmv8ppJyCX12gjIQeTO2dDag+QAZ+JElKmEchDjym1MmggeNBsyekVyq ALl+urnJi2NQ3OywAp0Jv+S4cZ7e1yPgcD7i2ips= Date: Sun, 30 Aug 2020 18:41:29 -0400 From: Sasha Levin To: Alex Deucher Subject: Re: [PATCH AUTOSEL 5.8 52/63] drm/amdgpu: disable gfxoff for navy_flounder Message-ID: <20200830224129.GA8670@sasha-vm> References: <20200824163504.605538-1-sashal@kernel.org> <20200824163504.605538-52-sashal@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: 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: Tao Zhou , LKML , amd-gfx list , Maling list - DRI developers , Jiansong Chen , Alex Deucher , "for 3.8" 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 Mon, Aug 24, 2020 at 02:23:42PM -0400, Alex Deucher wrote: >On Mon, Aug 24, 2020 at 12:36 PM Sasha Levin wrote: >> >> From: Jiansong Chen >> >> [ Upstream commit 9c9b17a7d19a8e21db2e378784fff1128b46c9d3 ] >> >> gfxoff is temporarily disabled for navy_flounder, >> since at present the feature has broken some basic >> amdgpu test. >> >> Signed-off-by: Jiansong Chen >> Reviewed-by: Tao Zhou >> Signed-off-by: Alex Deucher >> Signed-off-by: Sasha Levin > >Support for this chip does not exist in 5.8 or any other older trees. >Please drop this. I've dropped both of the commits you'ce pointed out from all branches. -- 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=-6.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 36C28C433E7 for ; Sun, 30 Aug 2020 22:41:33 +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 07A032083E for ; Sun, 30 Aug 2020 22:41:33 +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="Da2nllEb" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 07A032083E 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 0972589D77; Sun, 30 Aug 2020 22:41:32 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id E26E189CF6; Sun, 30 Aug 2020 22:41:30 +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 2703B2083E; Sun, 30 Aug 2020 22:41:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598827290; bh=dozG/V0QLz75yvvhtnhJiCnR4Wh8JH9/N5EL/DF+S5c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Da2nllEbuK8U4cXg/3Q6NyVmTP24ILAO+nfw/FEUrgG8DsXugKB149e0jsnsyyR5u huYR1Rrh4mVmv8ppJyCX12gjIQeTO2dDag+QAZ+JElKmEchDjym1MmggeNBsyekVyq ALl+urnJi2NQ3OywAp0Jv+S4cZ7e1yPgcD7i2ips= Date: Sun, 30 Aug 2020 18:41:29 -0400 From: Sasha Levin To: Alex Deucher Subject: Re: [PATCH AUTOSEL 5.8 52/63] drm/amdgpu: disable gfxoff for navy_flounder Message-ID: <20200830224129.GA8670@sasha-vm> References: <20200824163504.605538-1-sashal@kernel.org> <20200824163504.605538-52-sashal@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: 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: Tao Zhou , LKML , amd-gfx list , Maling list - DRI developers , Jiansong Chen , Alex Deucher , "for 3.8" 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 Mon, Aug 24, 2020 at 02:23:42PM -0400, Alex Deucher wrote: >On Mon, Aug 24, 2020 at 12:36 PM Sasha Levin wrote: >> >> From: Jiansong Chen >> >> [ Upstream commit 9c9b17a7d19a8e21db2e378784fff1128b46c9d3 ] >> >> gfxoff is temporarily disabled for navy_flounder, >> since at present the feature has broken some basic >> amdgpu test. >> >> Signed-off-by: Jiansong Chen >> Reviewed-by: Tao Zhou >> Signed-off-by: Alex Deucher >> Signed-off-by: Sasha Levin > >Support for this chip does not exist in 5.8 or any other older trees. >Please drop this. I've dropped both of the commits you'ce pointed out from all branches. -- 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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS 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 1A7FDC433E6 for ; Sun, 30 Aug 2020 22:41:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E9FFC2083E for ; Sun, 30 Aug 2020 22:41:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598827310; bh=dozG/V0QLz75yvvhtnhJiCnR4Wh8JH9/N5EL/DF+S5c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=2AKNWo/DNI5QxMo6XBqKlzX5tAHZ6kAbR1wA79DqsMKKTivFE+ocrsMLphVUczi0L uEkRg2WYu2lmJoL3B7Qzm28j5L2zl/KI8aUtdvCf//y7lS0a+ovNcWPCbm5n1uqUez j5D49V8C+WuOFAGCIsSBCSd1Vsd12IZ9yEx4n8nQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726436AbgH3Wlc (ORCPT ); Sun, 30 Aug 2020 18:41:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:59888 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726179AbgH3Wla (ORCPT ); Sun, 30 Aug 2020 18:41:30 -0400 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 2703B2083E; Sun, 30 Aug 2020 22:41:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598827290; bh=dozG/V0QLz75yvvhtnhJiCnR4Wh8JH9/N5EL/DF+S5c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Da2nllEbuK8U4cXg/3Q6NyVmTP24ILAO+nfw/FEUrgG8DsXugKB149e0jsnsyyR5u huYR1Rrh4mVmv8ppJyCX12gjIQeTO2dDag+QAZ+JElKmEchDjym1MmggeNBsyekVyq ALl+urnJi2NQ3OywAp0Jv+S4cZ7e1yPgcD7i2ips= Date: Sun, 30 Aug 2020 18:41:29 -0400 From: Sasha Levin To: Alex Deucher Cc: LKML , "for 3.8" , Tao Zhou , Maling list - DRI developers , amd-gfx list , Jiansong Chen , Alex Deucher Subject: Re: [PATCH AUTOSEL 5.8 52/63] drm/amdgpu: disable gfxoff for navy_flounder Message-ID: <20200830224129.GA8670@sasha-vm> References: <20200824163504.605538-1-sashal@kernel.org> <20200824163504.605538-52-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 24, 2020 at 02:23:42PM -0400, Alex Deucher wrote: >On Mon, Aug 24, 2020 at 12:36 PM Sasha Levin wrote: >> >> From: Jiansong Chen >> >> [ Upstream commit 9c9b17a7d19a8e21db2e378784fff1128b46c9d3 ] >> >> gfxoff is temporarily disabled for navy_flounder, >> since at present the feature has broken some basic >> amdgpu test. >> >> Signed-off-by: Jiansong Chen >> Reviewed-by: Tao Zhou >> Signed-off-by: Alex Deucher >> Signed-off-by: Sasha Levin > >Support for this chip does not exist in 5.8 or any other older trees. >Please drop this. I've dropped both of the commits you'ce pointed out from all branches. -- Thanks, Sasha