mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 18:52:54 +07:00
b62880f796
SEC2 is the name given by NVIDIA to the SEC engine post-Fermi (reasons unknown). Even though it shares the same address range as SEC, its usage is quite different and this justifies a new engine. Add this engine and make TOP use it all post-TOP devices should use this implementation and not the older SEC. Also quickly add the short gp102 implementation which will be used for falcon booting purposes. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
25 lines
879 B
Makefile
25 lines
879 B
Makefile
nvkm-y += nvkm/engine/falcon.o
|
|
nvkm-y += nvkm/engine/xtensa.o
|
|
|
|
include $(src)/nvkm/engine/bsp/Kbuild
|
|
include $(src)/nvkm/engine/ce/Kbuild
|
|
include $(src)/nvkm/engine/cipher/Kbuild
|
|
include $(src)/nvkm/engine/device/Kbuild
|
|
include $(src)/nvkm/engine/disp/Kbuild
|
|
include $(src)/nvkm/engine/dma/Kbuild
|
|
include $(src)/nvkm/engine/fifo/Kbuild
|
|
include $(src)/nvkm/engine/gr/Kbuild
|
|
include $(src)/nvkm/engine/mpeg/Kbuild
|
|
include $(src)/nvkm/engine/msenc/Kbuild
|
|
include $(src)/nvkm/engine/mspdec/Kbuild
|
|
include $(src)/nvkm/engine/msppp/Kbuild
|
|
include $(src)/nvkm/engine/msvld/Kbuild
|
|
include $(src)/nvkm/engine/nvenc/Kbuild
|
|
include $(src)/nvkm/engine/nvdec/Kbuild
|
|
include $(src)/nvkm/engine/pm/Kbuild
|
|
include $(src)/nvkm/engine/sec/Kbuild
|
|
include $(src)/nvkm/engine/sec2/Kbuild
|
|
include $(src)/nvkm/engine/sw/Kbuild
|
|
include $(src)/nvkm/engine/vic/Kbuild
|
|
include $(src)/nvkm/engine/vp/Kbuild
|