From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0334E158064 for ; Mon, 6 May 2024 15:07:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 000B3E2AFE; Mon, 6 May 2024 15:07:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE176E2AFE for ; Mon, 6 May 2024 15:07:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAE2B343181 for ; Mon, 6 May 2024 15:07:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E83B91779 for ; Mon, 6 May 2024 15:07:33 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1715008049.a5529b7c5f5281e76ebad38989ee3ba9c321a3d9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/video_cards.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a5529b7c5f5281e76ebad38989ee3ba9c321a3d9 X-VCS-Branch: master Date: Mon, 6 May 2024 15:07:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 56f0bb7c-9a48-46c0-8e97-60b57eccfbe7 X-Archives-Hash: b1c8803de4e09ee51e2be9b3cf17bbbc commit: a5529b7c5f5281e76ebad38989ee3ba9c321a3d9 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Wed May 1 20:38:54 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon May 6 15:07:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5529b7c profiles: Add VIDEO_CARDS=nvk description Signed-off-by: Gonçalo Negrier Duarte gmail.com> Signed-off-by: Matt Turner gentoo.org> profiles/desc/video_cards.desc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/desc/video_cards.desc b/profiles/desc/video_cards.desc index 0a78c8c1268a..f03d0d11b5ea 100644 --- a/profiles/desc/video_cards.desc +++ b/profiles/desc/video_cards.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors. +# Copyright 1999-2024 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of VIDEO_CARDS USE_EXPAND flags. @@ -21,6 +21,7 @@ lima - VIDEO_CARDS setting to build driver for Mali 200/400 video cards mga - VIDEO_CARDS setting to build driver for mga video cards nouveau - VIDEO_CARDS setting to build reverse-engineered driver for nvidia cards nvidia - VIDEO_CARDS setting to build driver for nvidia video cards +nvk - VIDEO_CARDS setting to build nouveau vulkan driver for nvidia cards (Turing and newer) omap - VIDEO_CARDS setting to build DRM driver for TI OMAP video cards qxl - VIDEO_CARDS setting to build driver for qxl (QEMU virtual GPU) panfrost - VIDEO_CARDS setting to build driver for Mali 600/700/800 video cards