aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/include
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2017-05-19 23:59:34 +1000
committerBen Skeggs <bskeggs@redhat.com>2017-06-16 14:04:44 +1000
commitb88afa43967578741e3b258c80e01969fddd5fe6 (patch)
treedb5b2b729ed52b8f7b6d9f634899811616da09f7 /drivers/gpu/drm/nouveau/include
parentdrm/nouveau/bios/init: bump script offset to 32-bits (diff)
downloadlinux-dev-b88afa43967578741e3b258c80e01969fddd5fe6.tar.xz
linux-dev-b88afa43967578741e3b258c80e01969fddd5fe6.zip
drm/nouveau/bios/init: add or/link args separate from output path
As of DCB 4.1, these are not the same thing. Compatibility temporarily in place until callers have been updated. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/include')
-rw-r--r--drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h b/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h
index ad5d993f7805..84d9e588af4d 100644
--- a/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h
+++ b/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h
@@ -7,6 +7,8 @@ struct nvbios_init {
u32 offset;
struct dcb_output *outp;
+ int or;
+ int link;
union {
int head;
int crtc;