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 626D0C197A0 for ; Mon, 20 Nov 2023 22:08:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232408AbjKTWIj convert rfc822-to-8bit (ORCPT ); Mon, 20 Nov 2023 17:08:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46030 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229577AbjKTWIi (ORCPT ); Mon, 20 Nov 2023 17:08:38 -0500 Received: from vps.thesusis.net (vps.thesusis.net [IPv6:2600:1f18:60b9:2f00:6f85:14c6:952:bad3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E4B6FC3 for ; Mon, 20 Nov 2023 14:08:34 -0800 (PST) Received: by vps.thesusis.net (Postfix, from userid 1000) id 02882149C52; Mon, 20 Nov 2023 17:08:32 -0500 (EST) From: Phillip Susi To: Christian =?utf-8?Q?K=C3=B6nig?= , Dave Airlie , Linux regressions mailing list Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Luben Tuikov , "amd-gfx@lists.freedesktop.org" , Alex Deucher , Christian =?utf-8?Q?K=C3=B6nig?= Subject: Re: Radeon regression in 6.6 kernel In-Reply-To: References: <87edgv4x3i.fsf@vps.thesusis.net> <559d0fa5-953a-4a97-b03b-5eb1287c83d8@leemhuis.info> Date: Mon, 20 Nov 2023 17:08:32 -0500 Message-ID: <87o7fojcwv.fsf@vps.thesusis.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Christian König writes: > Well none of the commits mentioned can affect radeon in any way. Radeon > simply doesn't use the scheduler. > > My suspicion is that the user is actually using amdgpu instead of > radeon. The switch potentially occurred accidentally, for example by > compiling amdgpu support for SI/CIK. Indeed, the lspci I originally posted does indicate amdgpu. What is the difference and should I switch it? If so, how? > Those amdgpu problems for older ASIC have already been worked on and > should be fixed by now. I just pulled v6.7-rc2 and it's still broken. I'll see if I can revert those 3 patches.