From 6e936ebc9ca4fa2a17935fc543c6c5dba9679610 Mon Sep 17 00:00:00 2001 From: Mel Henning Date: Wed, 5 Nov 2025 14:21:17 -0500 Subject: [PATCH] docs/nvk: Fix description of supported GPUs This description was incorrect in that it impiled we supported Hopper and Blackwell A, which is not currently the case (see nvk_is_conformant in nvk_physical_device.c). Fixes: edd0cb6d56db ("docs/nvk: Update hardware support") Reviewed-by: Mary Guillemard Part-of: --- docs/drivers/nvk.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/drivers/nvk.rst b/docs/drivers/nvk.rst index fcaf36bf0cb..bc787724d1f 100644 --- a/docs/drivers/nvk.rst +++ b/docs/drivers/nvk.rst @@ -7,7 +7,8 @@ Hardware support ---------------- NVK currently supports Kepler (GeForce 600 and 700 series) and later GPUs up to -and including Blackwell (RTX 5000 series). +and including Ada (RTX 4000 series), as well as consumer Blackwell GPUs +(RTX 5000 series). Conformance status: -------------------