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 D7D74C77B60 for ; Wed, 26 Apr 2023 07:37:10 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A622210E8EB; Wed, 26 Apr 2023 07:37:01 +0000 (UTC) X-Greylist: delayed 497 seconds by postgrey-1.36 at gabe; Tue, 25 Apr 2023 20:05:01 UTC Received: from mxout5.internetbrands.com (mxout5.internetbrands.com [98.158.192.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id D70A010E5A6 for ; Tue, 25 Apr 2023 20:05:01 +0000 (UTC) Received: from la1-kvm184.internetbrands.com (unknown [10.16.82.5]) by mxout5.internetbrands.com (Postfix) with ESMTP id 0CE057DF68AD; Tue, 25 Apr 2023 12:56:43 -0700 (PDT) From: kernel@linuxace.com To: tzimmermann@suse.de Subject: RE: [PATCH 07/14] drm/mgag200: Replace simple-KMS with regular atomic helpers Date: Tue, 25 Apr 2023 12:56:42 -0700 Message-Id: <20230425195642.2898-1-kernel@linuxace.com> X-Mailer: git-send-email 2.40.0 In-Reply-To: <7f770bc8-d79b-ca1c-21ba-aa888ace2153@suse.de> References: <7f770bc8-d79b-ca1c-21ba-aa888ace2153@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Wed, 26 Apr 2023 07:36:59 +0000 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: kernel@linuxace.com, jfalempe@redhat.com, sam@ravnborg.org, dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, Apr 25, 2023 at 8:03 AM Thomas Zimmermann wrote: > You cannot really revert it, as it's too old already. But could you > please try the latest developer tree from > > git://anongit.freedesktop.org/drm/drm-tip > > The branch is drm-tip. Maybe the bug has been fixed meanwhile. If this > also doesn't work, we can take a closer look at the changes. I tried drm-tip, and it did not help. Thanks, Phil