diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2010-04-06 22:00:14 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-04-08 20:15:44 -0400 |
commit | 2535d71c80b3d79090c9d44ec6d35342e2d258f0 (patch) | |
tree | 9d0cc01bd721e1d3ae749fce66c2c80635b212e7 /drivers/gpu/drm/nouveau/nouveau_bios.h | |
parent | 2295e17a4a0c339ca8507deb2cab5f339007e5e5 (diff) |
drm/nouveau: store raw gpio table entry in bios gpio structs
And use our own version of the GPIO table for the INIT_GPIO opcode.
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 fd6274a90148..3706493c014d 100644 --- a/drivers/gpu/drm/nouveau/nouveau_bios.h +++ b/drivers/gpu/drm/nouveau/nouveau_bios.h | |||
@@ -49,6 +49,7 @@ struct dcb_gpio_entry { | |||
49 | enum dcb_gpio_tag tag; | 49 | enum dcb_gpio_tag tag; |
50 | int line; | 50 | int line; |
51 | bool invert; | 51 | bool invert; |
52 | uint32_t entry; | ||
52 | }; | 53 | }; |
53 | 54 | ||
54 | struct dcb_gpio_table { | 55 | struct dcb_gpio_table { |