drm/nouveau/i2c: create proper chipset-specific class implementations
Signed-off-by:
Ben Skeggs <bskeggs@redhat.com>
Showing
- drivers/gpu/drm/nouveau/Makefile 4 additions, 0 deletionsdrivers/gpu/drm/nouveau/Makefile
- drivers/gpu/drm/nouveau/core/include/subdev/bios/i2c.h 1 addition, 1 deletiondrivers/gpu/drm/nouveau/core/include/subdev/bios/i2c.h
- drivers/gpu/drm/nouveau/core/include/subdev/i2c.h 105 additions, 21 deletionsdrivers/gpu/drm/nouveau/core/include/subdev/i2c.h
- drivers/gpu/drm/nouveau/core/subdev/bios/i2c.c 10 additions, 5 deletionsdrivers/gpu/drm/nouveau/core/subdev/bios/i2c.c
- drivers/gpu/drm/nouveau/core/subdev/device/nv04.c 2 additions, 2 deletionsdrivers/gpu/drm/nouveau/core/subdev/device/nv04.c
- drivers/gpu/drm/nouveau/core/subdev/device/nv10.c 8 additions, 8 deletionsdrivers/gpu/drm/nouveau/core/subdev/device/nv10.c
- drivers/gpu/drm/nouveau/core/subdev/device/nv20.c 4 additions, 4 deletionsdrivers/gpu/drm/nouveau/core/subdev/device/nv20.c
- drivers/gpu/drm/nouveau/core/subdev/device/nv30.c 5 additions, 5 deletionsdrivers/gpu/drm/nouveau/core/subdev/device/nv30.c
- drivers/gpu/drm/nouveau/core/subdev/device/nv40.c 16 additions, 16 deletionsdrivers/gpu/drm/nouveau/core/subdev/device/nv40.c
- drivers/gpu/drm/nouveau/core/subdev/device/nv50.c 14 additions, 14 deletionsdrivers/gpu/drm/nouveau/core/subdev/device/nv50.c
- drivers/gpu/drm/nouveau/core/subdev/device/nvc0.c 8 additions, 8 deletionsdrivers/gpu/drm/nouveau/core/subdev/device/nvc0.c
- drivers/gpu/drm/nouveau/core/subdev/device/nve0.c 3 additions, 3 deletionsdrivers/gpu/drm/nouveau/core/subdev/device/nve0.c
- drivers/gpu/drm/nouveau/core/subdev/i2c/aux.c 13 additions, 13 deletionsdrivers/gpu/drm/nouveau/core/subdev/i2c/aux.c
- drivers/gpu/drm/nouveau/core/subdev/i2c/base.c 170 additions, 271 deletionsdrivers/gpu/drm/nouveau/core/subdev/i2c/base.c
- drivers/gpu/drm/nouveau/core/subdev/i2c/bit.c 10 additions, 8 deletionsdrivers/gpu/drm/nouveau/core/subdev/i2c/bit.c
- drivers/gpu/drm/nouveau/core/subdev/i2c/nv04.c 143 additions, 0 deletionsdrivers/gpu/drm/nouveau/core/subdev/i2c/nv04.c
- drivers/gpu/drm/nouveau/core/subdev/i2c/nv4e.c 135 additions, 0 deletionsdrivers/gpu/drm/nouveau/core/subdev/i2c/nv4e.c
- drivers/gpu/drm/nouveau/core/subdev/i2c/nv50.c 149 additions, 0 deletionsdrivers/gpu/drm/nouveau/core/subdev/i2c/nv50.c
- drivers/gpu/drm/nouveau/core/subdev/i2c/nv50.h 32 additions, 0 deletionsdrivers/gpu/drm/nouveau/core/subdev/i2c/nv50.h
- drivers/gpu/drm/nouveau/core/subdev/i2c/nv94.c 135 additions, 15 deletionsdrivers/gpu/drm/nouveau/core/subdev/i2c/nv94.c
Loading
Please register or sign in to comment