Fortunately, all the interrupts we need to bring up basic display support are contained in a single leaf register, allowing this basic (but hackish) implementation. There's a bunch more invasive patches to come implementing all this in a better/more complete way, but trying to get a minimal series out first. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
17 lines
549 B
Makefile
17 lines
549 B
Makefile
# SPDX-License-Identifier: MIT
|
|
nvkm-y += nvkm/subdev/mc/base.o
|
|
nvkm-y += nvkm/subdev/mc/nv04.o
|
|
nvkm-y += nvkm/subdev/mc/nv11.o
|
|
nvkm-y += nvkm/subdev/mc/nv17.o
|
|
nvkm-y += nvkm/subdev/mc/nv44.o
|
|
nvkm-y += nvkm/subdev/mc/nv50.o
|
|
nvkm-y += nvkm/subdev/mc/g84.o
|
|
nvkm-y += nvkm/subdev/mc/g98.o
|
|
nvkm-y += nvkm/subdev/mc/gt215.o
|
|
nvkm-y += nvkm/subdev/mc/gf100.o
|
|
nvkm-y += nvkm/subdev/mc/gk104.o
|
|
nvkm-y += nvkm/subdev/mc/gk20a.o
|
|
nvkm-y += nvkm/subdev/mc/gp100.o
|
|
nvkm-y += nvkm/subdev/mc/gp10b.o
|
|
nvkm-y += nvkm/subdev/mc/tu102.o
|
|
nvkm-y += nvkm/subdev/mc/ga100.o
|