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 DC608EC1E99 for ; Thu, 5 Feb 2026 10:58:08 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 240CA10E10F; Thu, 5 Feb 2026 10:58:08 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="a1QnteEw"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id EB1F910E10F; Thu, 5 Feb 2026 10:58:06 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id AD82543E16; Thu, 5 Feb 2026 10:58:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2F1F7C4CEF7; Thu, 5 Feb 2026 10:58:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770289086; bh=2mhGR53KWj8SmcJdwgB83Qri0SzSlGnIgc3bFpwdCcE=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=a1QnteEwPbwXYvoI7dJrXlNUEybHmWgN2djLYcVzMbqMeZLHe808HeUV9SBzw2Y8x cP5pkwH+D4qYAUi2E5DLy49JTUsld4pRSb0bq9vvBiPsAwgoiAPuQ4N3c75l4j/EWs RQshuYu0xYVGGhh+S2JdnLzUOozceMDNlr2tdaD/i+705Tt4tq308/Md5GHjguJFbV TywyCpDTnBko9SzKF4VYojsIyMhtzff/ZfXWy8DdvhfSbr+ChLe7vTtKN52rZJ4xUE k/VgvbLzFcyQuoKmbPhxsB73I9AOY70C4G3qDgvol5YXUASOYeYg+chew100q9DtdZ YxohHONlxVpYA== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 05 Feb 2026 11:58:03 +0100 Message-Id: Subject: Re: [PATCH 1/2] drm/nouveau: Add DRM_IOCTL_NOUVEAU_GET_ZCULL_INFO Cc: "M Henning" , "Karol Herbst" , "Lyude Paul" , "Faith Ekstrand" , , To: "Dave Airlie" From: "Danilo Krummrich" References: <20250312213746.228042-1-mhenning@darkrefraction.com> <20250312213746.228042-2-mhenning@darkrefraction.com> In-Reply-To: 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" On Thu Feb 5, 2026 at 1:43 AM CET, Dave Airlie wrote: > I don't think we need to go through NVIF, or at least we could do it, > but there is no gr object exposed through it now and adding a whole > load of gr code to nvif would be a nightmare, I mean, we can bypass it, but it would be yet another inconsistency. Though= , I do fully agree that there is not much value in adding the required code. An= d similar to the other thread, things have changed a bit and we may be able t= o afford being a bit more relaxed about those things. > I'd rather we merged the kill nvif patches. Maybe we should just do that?