diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2011-07-06 21:21:42 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2011-09-20 16:05:48 +1000 |
commit | 02e4f5877dc7b963b3dd2beaf9664cf29c12d728 (patch) | |
tree | f374377a38bb946b65e43f34427ee07e53468ef7 /drivers/gpu/drm/nouveau/nouveau_bios.h | |
parent | 4784e4aa47a1754cdd1be24fd5106b722c4c137d (diff) |
drm/nouveau/bios: allow passing in crtc to the init table parser
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_bios.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_bios.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.h b/drivers/gpu/drm/nouveau/nouveau_bios.h index 050c314119df..b28f0bceaed4 100644 --- a/drivers/gpu/drm/nouveau/nouveau_bios.h +++ b/drivers/gpu/drm/nouveau/nouveau_bios.h @@ -289,6 +289,7 @@ struct nvbios { struct { struct dcb_entry *output; + int crtc; uint16_t script_table_ptr; uint16_t dp_table_ptr; } display; |