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.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 6E249C433ED for ; Fri, 7 May 2021 10:32:24 +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 18C416143F for ; Fri, 7 May 2021 10:32:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 18C416143F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=bugzilla.kernel.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 7E9476EE1A; Fri, 7 May 2021 10:32:23 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 981E26EE1A for ; Fri, 7 May 2021 10:32:21 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPS id 421F561463 for ; Fri, 7 May 2021 10:32:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1620383541; bh=vrYxSweM8gKNjWhvpDKyv47Pq9zIr7ixnuAh3SVUjy4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FcADE8aMMFdGrgnCWjhfm8pzmNipH8Ml294mXAj05H2Um6QIT0/faGU0AhL7Dz7W4 1SLyYr60eYlcDVawnZaWIopnszaMo/j8g82DbXu2AXFyjIVTONJKX5SVBhvcSk3Hlw /AnOIiP8wTZvSvKs5GrvJsa78eQZ87+WtrRXvRWnGk96b17OIKvdPYQBD9lNDjSMW0 WCAh1G/68RQLS5NKYizaL6GFhUTyWsdYZWfmatRNCk/gL6puRgAapeIJVi7i8a1xSK M4liPjmhXn3KeAp7ewKXWRVG/YTyH0RUcrrhlG1ugQP8hrfNgElz4utVNgDD7MbiHn RvZhiykvcZtIA== From: bugzilla-daemon@bugzilla.kernel.org To: dri-devel@lists.freedesktop.org Subject: [Bug 51381] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting, when disabled via vgaswitcheroo Date: Fri, 07 May 2021 10:32:20 +0000 X-Bugzilla-Reason: None X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: AssignedTo drivers_video-dri@kernel-bugs.osdl.org X-Bugzilla-Product: Drivers X-Bugzilla-Component: Video(DRI - non Intel) X-Bugzilla-Version: 2.5 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: luca.trombin@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: drivers_video-dri@kernel-bugs.osdl.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugzilla.kernel.org/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" https://bugzilla.kernel.org/show_bug.cgi?id=3D51381 --- Comment #55 from Luca T. (luca.trombin@gmail.com) --- Dear all, to fix this issue permanently so that I can quickly switch between multiple accounts and I'm also able to resume from suspend my laptop I added the following options into: - added radeon.dpm=3D0 radeon.runpm=3D0 to grub so that kernel will load=20 radeon without enabling the power management features - created file /etc/modprobe.d/radeon-pm.conf with the following content: options radeon runpm=3D0 options radeon dpm=3D0 *this will make kernel driver to read the same options after resume=20 from suspend Regards, Luca --=20 You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.=