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 0F852C61DD6 for ; Wed, 2 Sep 2026 19:42:35 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 58F1310F32A; Wed, 2 Sep 2026 19:42:34 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="IM2qHrmV"; 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 A299D10E6DF for ; Wed, 2 Sep 2026 19:42:33 +0000 (UTC) Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id 5D936418E4; Wed, 2 Sep 2026 19:42:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CA31D1F000E9; Wed, 2 Sep 2026 19:42:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1788378153; bh=QI6DSgZHTMO2ZGXb0zdh14O9QI0CO32Juv51tWt/9y8=; h=Date:Subject:Cc:To:From:References:In-Reply-To; b=IM2qHrmV+36puV+WA/mObf99k1bRtgeJzU4sYcMCtLvFoH71rdiin537e4m0y0MhH 9Dwgctfpz1cZm+bdvg12gr/3RhGOsCVSVIz5BXp/T9qH/KirZtF9KIm4ghrl+VMa6f aIGZ5c0bwPIbSYcarHubZfnK+7Cu94t1EwbHHI8gNKl8kwUHVtjP5MAnKUJhJLjn5x Khpj5XipvsklrSmk5edKhzGd3rcT/i0NkIS8TZm9WEQVEh8Y3WLhINd9xydnWoVdh+ IZBIyObnCuQUI+ZFX6rmHxO5lyFiS4+HyG1whsljG3GUJ57s1iROfa3DAWc5+Zqo35 hQm5l+4WitM+A== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 02 Sep 2026 21:42:29 +0200 Message-Id: Subject: Re: [PATCH v5 05/11] drm: nova: Add an info ioctl Cc: "Alistair Popple" , "nova-gpu" , "M Henning" , "Alice Ryhl" , "Alexandre Courbot" , "Benno Lossin" , "Gary Guo" , "Eliot Courtney" , "John Hubbard" , , , To: "Dave Airlie" From: "Danilo Krummrich" References: <20260828033531.1117754-1-apopple@nvidia.com> <20260828033531.1117754-6-apopple@nvidia.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 Wed Sep 2, 2026 at 9:38 PM CEST, Dave Airlie wrote: > On Thu, 3 Sept 2026 at 05:27, Danilo Krummrich wrote: >> >> On Wed Sep 2, 2026 at 9:05 AM CEST, Alistair Popple wrote: >> > On 2026-09-02 at 15:21 +1000, Alistair Popple wro= te... >> >> Ok, so just to double check are you happy with an accessor to return >> >> gsp_static_info as well? >> > >> > Still interested in your thoughts here though, just to avoid churn bec= ause I'll >> > probably pick the wrong answer :-) >> >> Yeah, exposing that for gpu_name() seems fine. > > Though userspace doesn't probably need this, but we could I suppose. Yeah, it shouldn't be needed for anything, but I also don't think it hurts = and it could be nice to be consistent about the name throughout the different layers.