Commit a31214ef authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/pm: add yet another vid gpio tag

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent f60dfb99
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "nouveau_drv.h" #include "nouveau_drv.h"
#include "nouveau_pm.h" #include "nouveau_pm.h"
static const enum dcb_gpio_tag vidtag[] = { 0x04, 0x05, 0x06, 0x1a }; static const enum dcb_gpio_tag vidtag[] = { 0x04, 0x05, 0x06, 0x1a, 0x73 };
static int nr_vidtag = sizeof(vidtag) / sizeof(vidtag[0]); static int nr_vidtag = sizeof(vidtag) / sizeof(vidtag[0]);
int int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment