mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00: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>
15 lines
447 B
Makefile
15 lines
447 B
Makefile
# SPDX-License-Identifier: MIT
|
|
nvkm-y += nvkm/subdev/gsp/base.o
|
|
nvkm-y += nvkm/subdev/gsp/fwsec.o
|
|
|
|
nvkm-y += nvkm/subdev/gsp/gv100.o
|
|
nvkm-y += nvkm/subdev/gsp/tu102.o
|
|
nvkm-y += nvkm/subdev/gsp/tu116.o
|
|
nvkm-y += nvkm/subdev/gsp/ga100.o
|
|
nvkm-y += nvkm/subdev/gsp/ga102.o
|
|
nvkm-y += nvkm/subdev/gsp/gh100.o
|
|
nvkm-y += nvkm/subdev/gsp/ad102.o
|
|
nvkm-y += nvkm/subdev/gsp/gb100.o
|
|
nvkm-y += nvkm/subdev/gsp/gb202.o
|
|
|
|
include $(src)/nvkm/subdev/gsp/rm/Kbuild
|