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>
13 lines
427 B
Makefile
13 lines
427 B
Makefile
# SPDX-License-Identifier: MIT
|
|
nvkm-y += nvkm/engine/ce/gt215.o
|
|
nvkm-y += nvkm/engine/ce/gf100.o
|
|
nvkm-y += nvkm/engine/ce/gk104.o
|
|
nvkm-y += nvkm/engine/ce/gm107.o
|
|
nvkm-y += nvkm/engine/ce/gm200.o
|
|
nvkm-y += nvkm/engine/ce/gp100.o
|
|
nvkm-y += nvkm/engine/ce/gp102.o
|
|
nvkm-y += nvkm/engine/ce/gv100.o
|
|
nvkm-y += nvkm/engine/ce/tu102.o
|
|
nvkm-y += nvkm/engine/ce/ga100.o
|
|
nvkm-y += nvkm/engine/ce/ga102.o
|
|
nvkm-y += nvkm/engine/ce/gb202.o
|