aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/include/nvkm/subdev/gpio.h
diff options
context:
space:
mode:
authorBen Skeggs <[email protected]>2021-01-13 17:12:52 +1000
committerBen Skeggs <[email protected]>2021-01-15 10:25:23 +1000
commitc28efb15f9e51a96c6bce2b92c0f3a4da87db877 (patch)
tree6102e078cb4e15becb1a0cfa44bf5c83f7f5b91d /drivers/gpu/drm/nouveau/include/nvkm/subdev/gpio.h
parentf5cbe7c8bd1ac6f8c91179de381e10ee5f0f8809 (diff)
drm/nouveau/gpio/ga10[024]: initial support
GA100 appears to be compatible with GK104 code, the others have some register moves. Signed-off-by: Ben Skeggs <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/nouveau/include/nvkm/subdev/gpio.h')
-rw-r--r--drivers/gpu/drm/nouveau/include/nvkm/subdev/gpio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvkm/subdev/gpio.h b/drivers/gpu/drm/nouveau/include/nvkm/subdev/gpio.h
index eaacf8d80527..cdcce5ece6ff 100644
--- a/drivers/gpu/drm/nouveau/include/nvkm/subdev/gpio.h
+++ b/drivers/gpu/drm/nouveau/include/nvkm/subdev/gpio.h
@@ -37,4 +37,5 @@ int nv50_gpio_new(struct nvkm_device *, int, struct nvkm_gpio **);
int g94_gpio_new(struct nvkm_device *, int, struct nvkm_gpio **);
int gf119_gpio_new(struct nvkm_device *, int, struct nvkm_gpio **);
int gk104_gpio_new(struct nvkm_device *, int, struct nvkm_gpio **);
+int ga102_gpio_new(struct nvkm_device *, int, struct nvkm_gpio **);
#endif