summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_bios.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-04-07 06:00:14 +0400
committerBen Skeggs <bskeggs@redhat.com>2010-04-09 04:15:44 +0400
commit2535d71c80b3d79090c9d44ec6d35342e2d258f0 (patch)
tree9d0cc01bd721e1d3ae749fce66c2c80635b212e7 /drivers/gpu/drm/nouveau/nouveau_bios.h
parent2295e17a4a0c339ca8507deb2cab5f339007e5e5 (diff)
downloadlinux-2535d71c80b3d79090c9d44ec6d35342e2d258f0.tar.xz
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.h1
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 {
enum dcb_gpio_tag tag;
int line;
bool invert;
+ uint32_t entry;
};
struct dcb_gpio_table {