From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CCC6A468C0A; Wed, 2 Sep 2026 19:42:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788378163; cv=none; b=QL9L/AOtFTZObsRlfOm06v1vG/neUu9YNXbhImFT6IGw9777DXtI+jDkDRIUM0zmWRn8O1OZRcNXjbO1WpCNRKFvj9Huc5YwzPYQAIZ5ZPK5cinKpHdbPWP6qTM0fnZhI5AxegklwotGOU9jb+nkqzlbB1FHAvSzlxMEOQTdKTU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788378163; c=relaxed/simple; bh=QI6DSgZHTMO2ZGXb0zdh14O9QI0CO32Juv51tWt/9y8=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=giHm255a7Ql8VJa61GGpdEgT/+OGCbGaRu5+NDcKfqbKXvE3ABC/Z8wp/3lhFMRu+L2ddVTLrsHKgAJFmx95QShwR35bXlR9FcGi4d4zVhb1ZgnjziNMdRe7jc9HKm92SxrW9p22a4E0b/NQDfsH7URUZXYqPbl+nnKNziRoBqk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IM2qHrmV; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="IM2qHrmV" 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== Precedence: bulk X-Mailing-List: nova-gpu@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: 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: 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.