summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/bios/Kbuild
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@free.fr>2016-02-18 13:35:12 (GMT)
committerBen Skeggs <bskeggs@redhat.com>2016-03-14 00:13:25 (GMT)
commit39b7e6e547ffca0b42a29df5a213f5bf3a19af0b (patch)
tree0101c58f0e1df2b00362542d077b7356d9722d1c /drivers/gpu/drm/nouveau/nvkm/subdev/bios/Kbuild
parentdc06e366fe656a8a260478dee4dd0b1bc38431a4 (diff)
downloadlinux-39b7e6e547ffca0b42a29df5a213f5bf3a19af0b.tar.xz
drm/nouveau/nvbios/iccsense: add parsing of the SENSE table
Karol Herbst: v4: don't kmalloc(0) v5: stricter validation Signed-off-by: Karol Herbst <nouveau@karolherbst.de> Reviewed-by: Martin Peres <martin.peres@free.fr>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/subdev/bios/Kbuild')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/subdev/bios/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/Kbuild b/drivers/gpu/drm/nouveau/nvkm/subdev/bios/Kbuild
index 64730d5..dbcb0ef 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/Kbuild
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/bios/Kbuild
@@ -10,6 +10,7 @@ nvkm-y += nvkm/subdev/bios/extdev.o
nvkm-y += nvkm/subdev/bios/fan.o
nvkm-y += nvkm/subdev/bios/gpio.o
nvkm-y += nvkm/subdev/bios/i2c.o
+nvkm-y += nvkm/subdev/bios/iccsense.o
nvkm-y += nvkm/subdev/bios/image.o
nvkm-y += nvkm/subdev/bios/init.o
nvkm-y += nvkm/subdev/bios/mxm.o