drm/nouveau: implement devinit subdev, and new init table parser
authorBen Skeggs <bskeggs@redhat.com>
Wed, 11 Jul 2012 00:44:20 +0000 (10:44 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 3 Oct 2012 03:12:47 +0000 (13:12 +1000)
commitcb75d97e9c77743ecfcc43375be135a55a4d9b25
treee7903f00db28b25a88d295dcc863f14b3d3bd707
parent70790f4f819875e8f390871fd15bbbf823f28e1b
drm/nouveau: implement devinit subdev, and new init table parser

v2:
- make sure not to execute display scripts unless resuming

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
54 files changed:
drivers/gpu/drm/nouveau/Makefile
drivers/gpu/drm/nouveau/core/include/subdev/bios/conn.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/core/include/subdev/bios/dcb.h
drivers/gpu/drm/nouveau/core/include/subdev/bios/dp.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/core/include/subdev/bios/init.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/core/include/subdev/devinit.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/core/subdev/bios/conn.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/core/subdev/bios/dp.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/core/subdev/bios/init.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/core/subdev/device/nv04.c
drivers/gpu/drm/nouveau/core/subdev/device/nv10.c
drivers/gpu/drm/nouveau/core/subdev/device/nv20.c
drivers/gpu/drm/nouveau/core/subdev/device/nv30.c
drivers/gpu/drm/nouveau/core/subdev/device/nv40.c
drivers/gpu/drm/nouveau/core/subdev/device/nv50.c
drivers/gpu/drm/nouveau/core/subdev/device/nvc0.c
drivers/gpu/drm/nouveau/core/subdev/device/nve0.c
drivers/gpu/drm/nouveau/core/subdev/devinit/base.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/core/subdev/devinit/fbmem.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/core/subdev/devinit/nv04.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/core/subdev/devinit/nv05.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/core/subdev/devinit/nv10.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/core/subdev/devinit/nv1a.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/core/subdev/devinit/nv20.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/core/subdev/devinit/nv50.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/nouveau_agp.c
drivers/gpu/drm/nouveau/nouveau_agp.h
drivers/gpu/drm/nouveau/nouveau_backlight.c
drivers/gpu/drm/nouveau/nouveau_bios.c
drivers/gpu/drm/nouveau/nouveau_bios.h
drivers/gpu/drm/nouveau/nouveau_compat.c
drivers/gpu/drm/nouveau/nouveau_compat.h
drivers/gpu/drm/nouveau/nouveau_connector.c
drivers/gpu/drm/nouveau/nouveau_dp.c
drivers/gpu/drm/nouveau/nouveau_drm.c
drivers/gpu/drm/nouveau/nouveau_drm.h
drivers/gpu/drm/nouveau/nouveau_drv.c
drivers/gpu/drm/nouveau/nouveau_drv.h
drivers/gpu/drm/nouveau/nouveau_encoder.h
drivers/gpu/drm/nouveau/nouveau_hw.h
drivers/gpu/drm/nouveau/nouveau_mem.c
drivers/gpu/drm/nouveau/nouveau_mxm.c
drivers/gpu/drm/nouveau/nouveau_state.c
drivers/gpu/drm/nouveau/nv04_crtc.c
drivers/gpu/drm/nouveau/nv04_dac.c
drivers/gpu/drm/nouveau/nv04_dfp.c
drivers/gpu/drm/nouveau/nv04_display.c
drivers/gpu/drm/nouveau/nv04_tv.c
drivers/gpu/drm/nouveau/nv17_tv.c
drivers/gpu/drm/nouveau/nv50_dac.c
drivers/gpu/drm/nouveau/nv50_display.c
drivers/gpu/drm/nouveau/nv50_display.h
drivers/gpu/drm/nouveau/nv50_sor.c
drivers/gpu/drm/nouveau/nvd0_display.c