aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_bios.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-04-07 12:00:14 +1000
committerBen Skeggs <bskeggs@redhat.com>2010-04-09 10:15:44 +1000
commit2535d71c80b3d79090c9d44ec6d35342e2d258f0 (patch)
tree9d0cc01bd721e1d3ae749fce66c2c80635b212e7 /drivers/gpu/drm/nouveau/nouveau_bios.h
parentdrm/nv40: Init some tiling-related PGRAPH state. (diff)
downloadlinux-dev-2535d71c80b3d79090c9d44ec6d35342e2d258f0.tar.xz
linux-dev-2535d71c80b3d79090c9d44ec6d35342e2d258f0.zip
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 '')
-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 {