summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/Kbuild
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2017-07-19 16:49:59 +1000
committerBen Skeggs <bskeggs@redhat.com>2017-07-24 12:15:24 +1000
commit13a86519202c5d119d83640d6f781f3181205d2c (patch)
treed7a7f35bb97adf34587a8f770e92752647268ba1 /drivers/gpu/drm/nouveau/nvkm/subdev/i2c/Kbuild
parent5896ec77d70d33dd38a455b0aa5f3154aeecea09 (diff)
downloadop-kernel-dev-13a86519202c5d119d83640d6f781f3181205d2c.zip
op-kernel-dev-13a86519202c5d119d83640d6f781f3181205d2c.tar.gz
drm/nouveau/i2c/gf119-: add support for address-only transactions
Since switching the I2C-over-AUX helpers, there have been regressions on some display combinations due to us not having support for "address only" transactions. This commits enables support for them for GF119 and newer. Earlier GPUs have been reverted to a custom I2C-over-AUX algorithm. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/subdev/i2c/Kbuild')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/subdev/i2c/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/Kbuild b/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/Kbuild
index 48f01e4..b768e66 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/Kbuild
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/Kbuild
@@ -25,6 +25,7 @@ nvkm-y += nvkm/subdev/i2c/bit.o
nvkm-y += nvkm/subdev/i2c/aux.o
nvkm-y += nvkm/subdev/i2c/auxg94.o
+nvkm-y += nvkm/subdev/i2c/auxgf119.o
nvkm-y += nvkm/subdev/i2c/auxgm200.o
nvkm-y += nvkm/subdev/i2c/anx9805.o
OpenPOWER on IntegriCloud