diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2010-04-23 17:05:56 (GMT) |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-05-19 03:15:16 (GMT) |
commit | 07fee3d561eb7634b08e4362dc9c5c5708facd03 (patch) | |
tree | c80b43ad30c4456f91e7cf848fd236a19ada3f0e /drivers/gpu/drm/nouveau/nouveau_bios.h | |
parent | afa3b4c37772f21b69980c155515927fdecd3a27 (diff) | |
download | linux-fsl-qoriq-07fee3d561eb7634b08e4362dc9c5c5708facd03.tar.xz |
drm/nv50: store full dcb i2c entry from vbios
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 c0d7b0a..adf4ec2 100644 --- a/drivers/gpu/drm/nouveau/nouveau_bios.h +++ b/drivers/gpu/drm/nouveau/nouveau_bios.h @@ -35,6 +35,7 @@ #define DCB_LOC_ON_CHIP 0 struct dcb_i2c_entry { + uint32_t entry; uint8_t port_type; uint8_t read, write; struct nouveau_i2c_chan *chan; |