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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8BE0DC433F5 for ; Tue, 11 Jan 2022 02:53:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232450AbiAKCxQ (ORCPT ); Mon, 10 Jan 2022 21:53:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37178 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231590AbiAKCxP (ORCPT ); Mon, 10 Jan 2022 21:53:15 -0500 Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E805DC06173F for ; Mon, 10 Jan 2022 18:53:14 -0800 (PST) Received: by mail-ed1-x52a.google.com with SMTP id c71so49981421edf.6 for ; Mon, 10 Jan 2022 18:53:14 -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=RFZY2ueA8dih/Ph6oPag2dxgotRBXhtzjSAvUudHnIY=; b=P+MPAoIyBtw16udETh31u1xox98U7/zK5e4+H2Jkqdxs9duw1GWf2p3AnpbOpS/Tnh sF6JmmyzaL2YD7cj+PCmFJzKzbGSPfSk3L9DnCwSWQAP5TJB7inJcR0alc7Yl/w8XxON GZBxtAvK/V7/1ZnzI7GXFn0V8Lmp9TtPrspMg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=RFZY2ueA8dih/Ph6oPag2dxgotRBXhtzjSAvUudHnIY=; b=dfz6mN/Man72o6aGeTynryapoZrAPGoQiYGbNqCurIgMEt+MOpWSuf9f9teHefZ1eX fVSdmeVjAZ8e8vTGwAhpBteo/FMN12PRTGFdpcdV354fpWctJOm5HB8bxtZMka+s8lHc bBxXC6OkQSmR9236xRZUnumTfF3RKa0UglFAAbKCG+L7i6RvvcErN7F0hpWTd9bQiJ2S FTiyIpkUJMzFx2u4Kh8YFOk8f8JXRAUbS6ttSwcXGnzyKO/DNjUwWt3W2z48jTDJPmGT CxO1oDSBfr82tyA2VQVokttiF1gGJuJRvkSLwFUxSJMFO6t4QhRGmRDI62Z07B3TTBjx bU9Q== X-Gm-Message-State: AOAM5303jgLk5Y08811i+LcIa1f9LPW0cqtooLkreYGwRbpUuHG4xMXv OoCesHWFpB5ul5tqkz6BDZTvdG77ZduTQF1yxcY= X-Google-Smtp-Source: ABdhPJwiOb7jg/+gN7Yp3oGojrXq7SytJYa8PK75YV2lUksmEAjqMHOhv85NwKhk/1ziJt8tExCgJg== X-Received: by 2002:a17:906:7146:: with SMTP id z6mr1994656ejj.767.1641869593407; Mon, 10 Jan 2022 18:53:13 -0800 (PST) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com. [209.85.221.54]) by smtp.gmail.com with ESMTPSA id ku25sm2197230ejc.108.2022.01.10.18.53.11 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 10 Jan 2022 18:53:12 -0800 (PST) Received: by mail-wr1-f54.google.com with SMTP id q8so30248766wra.12 for ; Mon, 10 Jan 2022 18:53:11 -0800 (PST) X-Received: by 2002:adf:e3c9:: with SMTP id k9mr1899247wrm.193.1641869591441; Mon, 10 Jan 2022 18:53:11 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Linus Torvalds Date: Mon, 10 Jan 2022 18:52:55 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [git pull] drm for 5.17-rc1 (pre-merge window pull) To: Alex Deucher , Jun Lei , Mustapha Ghaddar , Bhawanpreet Lakha , meenakshikumar somasundaram , Daniel Wheeler Cc: Daniel Vetter , "Wentland, Harry" , Dave Airlie , "Koenig, Christian" , dri-devel , LKML , amd-gfx list Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 10, 2022 at 6:44 PM Linus Torvalds wrote: > > I'll double-check to see if a revert fixes it at the top of my tree. Yup. It reverts cleanly, and the end result builds and works fine, and doesn't show the horrendous flickering. I have done that revert, and will continue the merge window work. Somebody else gets to figure out what the actual bug is, but that commit was horribly broken on my machine (Sapphire Pulse RX 580 8GB, fwiw). 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 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 65CC0C433EF for ; Tue, 11 Jan 2022 02:53:16 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AA5D610EEEE; Tue, 11 Jan 2022 02:53:15 +0000 (UTC) Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1625E10EEEE for ; Tue, 11 Jan 2022 02:53:14 +0000 (UTC) Received: by mail-ed1-x534.google.com with SMTP id o6so61568826edc.4 for ; Mon, 10 Jan 2022 18:53:14 -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=RFZY2ueA8dih/Ph6oPag2dxgotRBXhtzjSAvUudHnIY=; b=P+MPAoIyBtw16udETh31u1xox98U7/zK5e4+H2Jkqdxs9duw1GWf2p3AnpbOpS/Tnh sF6JmmyzaL2YD7cj+PCmFJzKzbGSPfSk3L9DnCwSWQAP5TJB7inJcR0alc7Yl/w8XxON GZBxtAvK/V7/1ZnzI7GXFn0V8Lmp9TtPrspMg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=RFZY2ueA8dih/Ph6oPag2dxgotRBXhtzjSAvUudHnIY=; b=rLlSx1RX/uQyh4lIdiMi1mFmqc0frYUsAgB+AWChhB6pWWK0zAWM29hOe5yLZ/txbh 4zAm1nWr2jVLKVGr36fuEN31xOUCFKWtUKhtn5y5oNoV4yfvZHg6tKUXmZBjmj6TOLo9 Ees9e4LdrTIOsnB8mcf1sCMSLHLhEYH+UavliGFRDnd3aocofKKJDBuBYgrymJQI5tBf ipfHv5DMuIOXJwTiP8U2ps1jglEZawWZbdiAWmdDIUIAVHxrNBWFNURMIeNeY8ODq7Uw e64ozGtMqK/hySmG0qVeQUB+f6wn9Erbe3b/mM9m2XXumNwK3me7YDpDa9HimZZNk3oL e0kQ== X-Gm-Message-State: AOAM532cEf/TXl2rEJLd+s2PqDxbKT2eFoYIRTNzYPxraCtd3Za9nc/N Bx7+/XqkIPbewhOw4mBeCeM/Xg7c3WUTW5BnLb4= X-Google-Smtp-Source: ABdhPJzlKQ3FKt1AffzTBfaXEsoqnc9jsTFzs23hwwQlDZH9uOKcw9LZxYKGL219Uu2nAKuF+ZemQQ== X-Received: by 2002:a17:906:d54e:: with SMTP id cr14mr1945370ejc.527.1641869592505; Mon, 10 Jan 2022 18:53:12 -0800 (PST) Received: from mail-wr1-f52.google.com (mail-wr1-f52.google.com. [209.85.221.52]) by smtp.gmail.com with ESMTPSA id u14sm4330968edv.92.2022.01.10.18.53.11 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 10 Jan 2022 18:53:11 -0800 (PST) Received: by mail-wr1-f52.google.com with SMTP id l25so19480548wrb.13 for ; Mon, 10 Jan 2022 18:53:11 -0800 (PST) X-Received: by 2002:adf:e3c9:: with SMTP id k9mr1899247wrm.193.1641869591441; Mon, 10 Jan 2022 18:53:11 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Linus Torvalds Date: Mon, 10 Jan 2022 18:52:55 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [git pull] drm for 5.17-rc1 (pre-merge window pull) To: Alex Deucher , Jun Lei , Mustapha Ghaddar , Bhawanpreet Lakha , meenakshikumar somasundaram , Daniel Wheeler Content-Type: text/plain; charset="UTF-8" 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 , amd-gfx list , "Koenig, Christian" Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, Jan 10, 2022 at 6:44 PM Linus Torvalds wrote: > > I'll double-check to see if a revert fixes it at the top of my tree. Yup. It reverts cleanly, and the end result builds and works fine, and doesn't show the horrendous flickering. I have done that revert, and will continue the merge window work. Somebody else gets to figure out what the actual bug is, but that commit was horribly broken on my machine (Sapphire Pulse RX 580 8GB, fwiw). 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 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 5D72FC433F5 for ; Tue, 11 Jan 2022 15:00:29 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C545E10F922; Tue, 11 Jan 2022 15:00:28 +0000 (UTC) Received: from mail-ed1-x531.google.com (mail-ed1-x531.google.com [IPv6:2a00:1450:4864:20::531]) by gabe.freedesktop.org (Postfix) with ESMTPS id C14ED10F81A for ; Tue, 11 Jan 2022 02:58:59 +0000 (UTC) Received: by mail-ed1-x531.google.com with SMTP id i5so7945209edf.9 for ; Mon, 10 Jan 2022 18:58:59 -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=RFZY2ueA8dih/Ph6oPag2dxgotRBXhtzjSAvUudHnIY=; b=P+MPAoIyBtw16udETh31u1xox98U7/zK5e4+H2Jkqdxs9duw1GWf2p3AnpbOpS/Tnh sF6JmmyzaL2YD7cj+PCmFJzKzbGSPfSk3L9DnCwSWQAP5TJB7inJcR0alc7Yl/w8XxON GZBxtAvK/V7/1ZnzI7GXFn0V8Lmp9TtPrspMg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=RFZY2ueA8dih/Ph6oPag2dxgotRBXhtzjSAvUudHnIY=; b=eoXn3mAntxPqbesNHU4yOYNFsaUHmuzw5gPPwCeE5hBLJII9ljkwolIA7SXA+90wCE HBi4rYrR0eaya/zU/cBubKLDYxJyx16mkfJ448wp0gCCnKTShNe68qMHS3BBYEo0D0a1 Qhh2ExvGGIGdqAHIB95r1vKZni5Vha/aZfA/XLHnaQwppd0u/LZQ3UuqWl6xvoaMq4zc su6NhtmM7X3OvTbqukU8Q+wxTclyN53SDh9bNrpmOr76+ScC8ZJx0VtLZqqWU3iNaDLh LPztfg679qWBqFhl4S8mNC/KR8a3EIr7jQA8Ejt8qkQuBHx67VTrauQ82FUiZu00anx3 wTvg== X-Gm-Message-State: AOAM5312tkF5Rm3EnaHxQnwVNi7MnnZoapSGjizEmhh/s3fejCl+ryvU v+ui2eAzdJc1RK/zhKobj8s/IWXu3OIKfXfUuXg= X-Google-Smtp-Source: ABdhPJzQT4+ujHgccfYvMgEorvYkwPa/+yvBwEi/7OhfE1smN/biM6jOmu61INIYRVCKQEx8tMi5YA== X-Received: by 2002:a17:907:6da0:: with SMTP id sb32mr2087911ejc.455.1641869938301; Mon, 10 Jan 2022 18:58:58 -0800 (PST) Received: from mail-ed1-f45.google.com (mail-ed1-f45.google.com. [209.85.208.45]) by smtp.gmail.com with ESMTPSA id 18sm3036085ejo.8.2022.01.10.18.58.58 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 10 Jan 2022 18:58:58 -0800 (PST) Received: by mail-ed1-f45.google.com with SMTP id k15so61393827edk.13 for ; Mon, 10 Jan 2022 18:58:58 -0800 (PST) X-Received: by 2002:adf:e3c9:: with SMTP id k9mr1899247wrm.193.1641869591441; Mon, 10 Jan 2022 18:53:11 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Linus Torvalds Date: Mon, 10 Jan 2022 18:52:55 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [git pull] drm for 5.17-rc1 (pre-merge window pull) To: Alex Deucher , Jun Lei , Mustapha Ghaddar , Bhawanpreet Lakha , meenakshikumar somasundaram , Daniel Wheeler Content-Type: text/plain; charset="UTF-8" X-Mailman-Approved-At: Tue, 11 Jan 2022 15:00:28 +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: , Cc: Daniel Vetter , LKML , dri-devel , amd-gfx list , "Wentland, Harry" , Dave Airlie , "Koenig, Christian" Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" On Mon, Jan 10, 2022 at 6:44 PM Linus Torvalds wrote: > > I'll double-check to see if a revert fixes it at the top of my tree. Yup. It reverts cleanly, and the end result builds and works fine, and doesn't show the horrendous flickering. I have done that revert, and will continue the merge window work. Somebody else gets to figure out what the actual bug is, but that commit was horribly broken on my machine (Sapphire Pulse RX 580 8GB, fwiw). Linus