From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Subject: Re: [PATCH] drm/nouveau/kms/nv50-: Program notifier offset before requesting disp caps Date: Thu, 13 Aug 2020 16:25:45 +0000 Message-ID: <20200813162545.9C0C520866@mail.kernel.org> References: <20200806230129.324035-1-lyude@redhat.com> Return-path: In-Reply-To: <20200806230129.324035-1-lyude@redhat.com> Sender: stable-owner@vger.kernel.org To: Sasha Levin , Lyude Paul , nouveau@lists.freedesktop.org Cc: stable@vger.kernel.org, Ben Skeggs stable@vger.kernel.org List-Id: nouveau.vger.kernel.org Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: 4a2cb4181b07 ("drm/nouveau/kms/nv50-: Probe SOR and PIOR caps for DP interlacing support"). The bot has tested the following trees: v5.8. v5.8: Failed to apply! Possible dependencies: 3c43c362b3a5 ("drm/nouveau/kms/nv50-: convert core caps_init() to new push macros") 5e691222eac6 ("drm/nouveau/kms/nv50-: convert core init() to new push macros") d8b24526ef68 ("drm/nouveau/kms/nv50-: use NVIDIA's headers for core caps_init()") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha 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=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,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 E4E4EC433E3 for ; Thu, 13 Aug 2020 16:25:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B2D3B2087C for ; Thu, 13 Aug 2020 16:25:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597335947; bh=8pYsP6s1WwrLoOhLpmCukaipCvsJzXOR6YyI6TeDMqs=; h=Date:From:To:To:To:Cc:Cc:Subject:In-Reply-To:References:List-ID: From; b=xvpYR869r4e6Ch/1N/ntR7UXNTGimvwXaOAJSZgEGhDbGoUd9Ne2NkDjIAQ6yTmRn Et0tZYf/J50GLbZnvVPjvdIqYpetXK0xYUg66udOOmESUOktGQzGBk+Hc4fSmshOeP gf9WMXLhy8nmcrjc+IgT6bOHDCHVIuqcmr0TThys= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726531AbgHMQZq (ORCPT ); Thu, 13 Aug 2020 12:25:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:58196 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726564AbgHMQZq (ORCPT ); Thu, 13 Aug 2020 12:25:46 -0400 Received: from localhost (unknown [70.37.104.77]) (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 9C0C520866; Thu, 13 Aug 2020 16:25:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597335945; bh=8pYsP6s1WwrLoOhLpmCukaipCvsJzXOR6YyI6TeDMqs=; h=Date:From:To:To:To:Cc:Cc:Subject:In-Reply-To:References:From; b=2C5xTFWROOqcaHnuK1NcEVMJzdBM6SwlWMCOohJjXQyynf2/EKXKutiaM+d0zQEEj EuY8ofu82JcfM3KDu5tZmThJ0x3Cuw8s7nzvpdM5016tfaJYbgsMkPoJ3ncYKff/hn 3PiK6mtLzNIAPekjwfExnnK1G/bnFS/ia7RK7ojY= Date: Thu, 13 Aug 2020 16:25:45 +0000 From: Sasha Levin To: Sasha Levin To: Lyude Paul To: nouveau@lists.freedesktop.org Cc: stable@vger.kernel.org, Ben Skeggs Cc: stable@vger.kernel.org Subject: Re: [PATCH] drm/nouveau/kms/nv50-: Program notifier offset before requesting disp caps In-Reply-To: <20200806230129.324035-1-lyude@redhat.com> References: <20200806230129.324035-1-lyude@redhat.com> Message-Id: <20200813162545.9C0C520866@mail.kernel.org> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: 4a2cb4181b07 ("drm/nouveau/kms/nv50-: Probe SOR and PIOR caps for DP interlacing support"). The bot has tested the following trees: v5.8. v5.8: Failed to apply! Possible dependencies: 3c43c362b3a5 ("drm/nouveau/kms/nv50-: convert core caps_init() to new push macros") 5e691222eac6 ("drm/nouveau/kms/nv50-: convert core init() to new push macros") d8b24526ef68 ("drm/nouveau/kms/nv50-: use NVIDIA's headers for core caps_init()") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha