diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2011-06-09 02:17:48 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2011-09-20 02:01:11 -0400 |
commit | a31214ef3e6cf427afe76b54c67e11c92d2aaeb8 (patch) | |
tree | f7b1113c28021e3774feb224e29f5d18e9f0ff3b /drivers/gpu/drm/nouveau/nouveau_volt.c | |
parent | f60dfb996c510d9f197d67983a7f61eaf1c8ad67 (diff) |
drm/nouveau/pm: add yet another vid gpio tag
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_volt.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_volt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_volt.c b/drivers/gpu/drm/nouveau/nouveau_volt.c index 471daec933f1..5389aba46d69 100644 --- a/drivers/gpu/drm/nouveau/nouveau_volt.c +++ b/drivers/gpu/drm/nouveau/nouveau_volt.c | |||
@@ -27,7 +27,7 @@ | |||
27 | #include "nouveau_drv.h" | 27 | #include "nouveau_drv.h" |
28 | #include "nouveau_pm.h" | 28 | #include "nouveau_pm.h" |
29 | 29 | ||
30 | static const enum dcb_gpio_tag vidtag[] = { 0x04, 0x05, 0x06, 0x1a }; | 30 | static const enum dcb_gpio_tag vidtag[] = { 0x04, 0x05, 0x06, 0x1a, 0x73 }; |
31 | static int nr_vidtag = sizeof(vidtag) / sizeof(vidtag[0]); | 31 | static int nr_vidtag = sizeof(vidtag) / sizeof(vidtag[0]); |
32 | 32 | ||
33 | int | 33 | int |