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 0324CC4167D for ; Fri, 3 Nov 2023 17:37:33 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7CE5410EA43; Fri, 3 Nov 2023 17:37:33 +0000 (UTC) Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) by gabe.freedesktop.org (Postfix) with ESMTPS id 90D3410EA4C for ; Fri, 3 Nov 2023 17:37:30 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1qyy6o-0002b2-Ey for nouveau@lists.freedesktop.org; Fri, 03 Nov 2023 18:37:26 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: nouveau@lists.freedesktop.org From: Timothy Maden Date: Fri, 3 Nov 2023 19:37:18 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit User-Agent: Mozilla Thunderbird Content-Language: en-US In-Reply-To: Subject: Re: [Nouveau] Error "kernel rejected pushbuf" with RTX 3090 (GA102 chip) X-BeenThere: nouveau@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Nouveau development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: nouveau-bounces@lists.freedesktop.org Sender: "Nouveau" On 10/3/23 10:44, Timothy Madden wrote: > Hello, > > Whenever I try to run a graphical application with my RTX 3090 Strix I > get the following error in the console output: > >     nouveau: kernel rejected pushbuf: No such device >     nouveau: ch23: krec 0 pushes 1 bufs 21 relocs 0 > Is there maybe a limit to the number of pushbufs in the source code, that I can hard-code to a smaller values, then recompile Mesa ? Where would I find it in the source files ? -- Thank you, Timothy Madden