mirror of
https://github.com/torvalds/linux.git
synced 2026-04-26 02:22:28 -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>
20 lines
633 B
Makefile
20 lines
633 B
Makefile
# SPDX-License-Identifier: MIT
|
|
#
|
|
# Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
|
|
nvkm-y += nvkm/subdev/gsp/rm/client.o
|
|
nvkm-y += nvkm/subdev/gsp/rm/engine.o
|
|
nvkm-y += nvkm/subdev/gsp/rm/gr.o
|
|
nvkm-y += nvkm/subdev/gsp/rm/nvdec.o
|
|
nvkm-y += nvkm/subdev/gsp/rm/nvenc.o
|
|
|
|
nvkm-y += nvkm/subdev/gsp/rm/tu1xx.o
|
|
nvkm-y += nvkm/subdev/gsp/rm/ga100.o
|
|
nvkm-y += nvkm/subdev/gsp/rm/ga1xx.o
|
|
nvkm-y += nvkm/subdev/gsp/rm/ad10x.o
|
|
nvkm-y += nvkm/subdev/gsp/rm/gh100.o
|
|
nvkm-y += nvkm/subdev/gsp/rm/gb10x.o
|
|
nvkm-y += nvkm/subdev/gsp/rm/gb20x.o
|
|
|
|
include $(src)/nvkm/subdev/gsp/rm/r535/Kbuild
|
|
include $(src)/nvkm/subdev/gsp/rm/r570/Kbuild
|