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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,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 C83F9C4361B for ; Mon, 14 Dec 2020 22:47:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6800A224F9 for ; Mon, 14 Dec 2020 22:47:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2441242AbgLNWqs (ORCPT ); Mon, 14 Dec 2020 17:46:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38252 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388836AbgLNWqe (ORCPT ); Mon, 14 Dec 2020 17:46:34 -0500 Received: from mail-lf1-x143.google.com (mail-lf1-x143.google.com [IPv6:2a00:1450:4864:20::143]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 52B17C06179C for ; Mon, 14 Dec 2020 14:45:54 -0800 (PST) Received: by mail-lf1-x143.google.com with SMTP id x20so14850845lfe.12 for ; Mon, 14 Dec 2020 14:45:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=7NaDwH+o13pplnZETDzpNME+J09xWs3e8EEhHwcKak0=; b=ccYsGAkpyBJRTXebW7C/10KTxYSYkH7Io1+MOhcYKa9x0bSowk4sf2EaTjtwDjVwtC j5R0aUWOt8PkssLyXcMUWqsORAydSH314HhQlbVlcO0j8L3JeNgfFi2drjubqu+Nf0KI zTwXmqP0Si1UqYciCHWMz0hs+VAyjhxxAWLsY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=7NaDwH+o13pplnZETDzpNME+J09xWs3e8EEhHwcKak0=; b=RSZNTiVlMhL4bCPPC1cxI/0x7yt5kOA9lEgrjVWoX+xeOPiHpUcT9s80OHwfoFNeEx JN0iHKmrH8fdO4TMEF2IC1qTwGBNltxS1LzFTlyBfl2s6mYJOGISts3+c7DwLBned5pl qlI1q61G73ovY++/ydrG/aTap5+9zozOM6D1vT0dgOaZCF1hfe0uUS0EUtxdGKNvfQP4 EDIPvPtqqLq1jv1F2iGvTz9gcQQ251qI0oIB/ETGzp7wvONK1+Ed2bVX1NNbdef9OcK2 0PAL3ukdJyQbaFWSRL6aQfnNFxHk6Ka9pF2q+i4t4KhpMd9wjMsAINnMA90n3t8zNcNE 6nsQ== X-Gm-Message-State: AOAM533aJI1ezOZU23NNy0jWfIIak4mn6IYnX9z+cltcVp7aXC/xbMUJ IvmbuhVdYRfNx7sTKvUHb17J4dsEDzCAiw== X-Google-Smtp-Source: ABdhPJyqIQH2oQj8IziFCyIdG5I/fmg4H1gQmwS9XbD9pQEhJoWKP99UdkeR/Wj8k4Oq573a2rNP5A== X-Received: by 2002:a05:6512:21cd:: with SMTP id d13mr10932509lft.471.1607985951819; Mon, 14 Dec 2020 14:45:51 -0800 (PST) Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com. [209.85.167.47]) by smtp.gmail.com with ESMTPSA id t3sm2225676lfe.263.2020.12.14.14.45.49 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 14 Dec 2020 14:45:50 -0800 (PST) Received: by mail-lf1-f47.google.com with SMTP id 23so34397423lfg.10 for ; Mon, 14 Dec 2020 14:45:49 -0800 (PST) X-Received: by 2002:a19:8557:: with SMTP id h84mr9754755lfd.201.1607985949442; Mon, 14 Dec 2020 14:45:49 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Linus Torvalds Date: Mon, 14 Dec 2020 14:45:33 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [git pull] drm for 5.11-rc1 To: Alex Deucher , =?UTF-8?Q?Christian_K=C3=B6nig?= Cc: Dave Airlie , Daniel Vetter , LKML , dri-devel Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 14, 2020 at 2:29 PM Alex Deucher wrote: > > The relevant fixes are: Ok, I can confirm that applying those two patches gets my workstation working properly again. Would it be possible to get those submitted properly (or I can just take them as-is, but would like to get a "please just pick them directly")? I don't like to continue to do merges during the merge windows with a known broken base - it makes for a nightmare of bisection when you have multiple independent problems, and I assume this hits not just me but a lot of people with radeon/amdgpu graphics? Linus 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=-3.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 9FE51C4361B for ; Mon, 14 Dec 2020 22:45:56 +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 4B1A4224F9 for ; Mon, 14 Dec 2020 22:45:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4B1A4224F9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-foundation.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 9954189FF9; Mon, 14 Dec 2020 22:45:55 +0000 (UTC) Received: from mail-lf1-x142.google.com (mail-lf1-x142.google.com [IPv6:2a00:1450:4864:20::142]) by gabe.freedesktop.org (Postfix) with ESMTPS id E09A889FF9 for ; Mon, 14 Dec 2020 22:45:53 +0000 (UTC) Received: by mail-lf1-x142.google.com with SMTP id o13so11227332lfr.3 for ; Mon, 14 Dec 2020 14:45:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=7NaDwH+o13pplnZETDzpNME+J09xWs3e8EEhHwcKak0=; b=ccYsGAkpyBJRTXebW7C/10KTxYSYkH7Io1+MOhcYKa9x0bSowk4sf2EaTjtwDjVwtC j5R0aUWOt8PkssLyXcMUWqsORAydSH314HhQlbVlcO0j8L3JeNgfFi2drjubqu+Nf0KI zTwXmqP0Si1UqYciCHWMz0hs+VAyjhxxAWLsY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=7NaDwH+o13pplnZETDzpNME+J09xWs3e8EEhHwcKak0=; b=Mdsj3V78j0JbR/OfvZjnyphqMTAZ2QXhBP4U8AJpolj3+cZZPYqiv2E5NYOLpWx45B LkyImNZ1x+6qoBLPH0pGzDyFSvpMq5NxeclDnPQcX6gQf676WPOQpFWgdCUWQ7Ov4hD8 CUAg0ddZKDZpbQagl7DZpq+PcvEj1xFvlRJEL4dHiSVjSPBzA4Q9jo4R6e2I57G99E+N xTpOH7KtJ9KAQx5ClHezwpDYcpvb+LH0XNBiLsknMBW5wbzR17rYKZFKqa0b7Wjy2CsF MgANEYR7GGj5aDfGBckvdrYQ++xZdZRH8eTnyMKaJUNnhuOZdKpbps/4JN/9G9fWKxc+ I5pw== X-Gm-Message-State: AOAM531X1k4FuAPi86BthNLMbJ33VPX+PZoiI8g8uV3lvaiMTYbP640Q DXoPY/De06yy/bmp/J0fElZKdGZHFUGjpA== X-Google-Smtp-Source: ABdhPJycY01b/BW8o1LfB813O/YJkU4MYSYV1dX8wo8S2skX2UOMnanRT7OWv0gIEFg8ZK5PSGLMKw== X-Received: by 2002:a05:651c:286:: with SMTP id b6mr11636382ljo.232.1607985951572; Mon, 14 Dec 2020 14:45:51 -0800 (PST) Received: from mail-lf1-f42.google.com (mail-lf1-f42.google.com. [209.85.167.42]) by smtp.gmail.com with ESMTPSA id q13sm2239662lfk.251.2020.12.14.14.45.49 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 14 Dec 2020 14:45:50 -0800 (PST) Received: by mail-lf1-f42.google.com with SMTP id y19so34354557lfa.13 for ; Mon, 14 Dec 2020 14:45:49 -0800 (PST) X-Received: by 2002:a19:8557:: with SMTP id h84mr9754755lfd.201.1607985949442; Mon, 14 Dec 2020 14:45:49 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Linus Torvalds Date: Mon, 14 Dec 2020 14:45:33 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [git pull] drm for 5.11-rc1 To: Alex Deucher , =?UTF-8?Q?Christian_K=C3=B6nig?= 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: Daniel Vetter , LKML , dri-devel Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, Dec 14, 2020 at 2:29 PM Alex Deucher wrote: > > The relevant fixes are: Ok, I can confirm that applying those two patches gets my workstation working properly again. Would it be possible to get those submitted properly (or I can just take them as-is, but would like to get a "please just pick them directly")? I don't like to continue to do merges during the merge windows with a known broken base - it makes for a nightmare of bisection when you have multiple independent problems, and I assume this hits not just me but a lot of people with radeon/amdgpu graphics? Linus _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel