mirror of
https://github.com/torvalds/linux.git
synced 2026-04-22 00:33:58 -04:00
This commit adds support for the GB20x GPUs found on GeForce RTX 50xx series boards. Beyond a few miscellaneous register moves and HW class ID plumbing, this reuses most of the code added to support GH100/GB10x. Signed-off-by: Ben Skeggs <bskeggs@nvidia.com> Reviewed-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Timur Tabi <ttabi@nvidia.com> Tested-by: Timur Tabi <ttabi@nvidia.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
9 lines
232 B
Makefile
9 lines
232 B
Makefile
# SPDX-License-Identifier: MIT
|
|
#
|
|
# Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
nvkm-y += nvkm/subdev/fsp/base.o
|
|
nvkm-y += nvkm/subdev/fsp/gh100.o
|
|
nvkm-y += nvkm/subdev/fsp/gb100.o
|
|
nvkm-y += nvkm/subdev/fsp/gb202.o
|