Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199685
b: refs/heads/master
c: 73db4be
h: refs/heads/master
i:
  199683: a02b48a
v: v3
  • Loading branch information
Ben Skeggs committed May 28, 2010
1 parent eef829e commit fdc5600
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f50c0b91e7718e7deda46475cfd0ea1413daed04
refs/heads/master: 73db4bedc5dde97adf59b5b5a07c6cf0ee56e668
5 changes: 4 additions & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -2807,7 +2807,10 @@ init_gpio(struct nvbios *bios, uint16_t offset, struct init_exec *iexec)

BIOSLOG(bios, "0x%04X: Entry: 0x%08X\n", offset, gpio->entry);

nv50_gpio_set(bios->dev, gpio->tag, gpio->state_default);
BIOSLOG(bios, "0x%04X: set gpio 0x%02x, state %d\n",
offset, gpio->tag, gpio->state_default);
if (bios->execute)
nv50_gpio_set(bios->dev, gpio->tag, gpio->state_default);

/* The NVIDIA binary driver doesn't appear to actually do
* any of this, my VBIOS does however.
Expand Down

0 comments on commit fdc5600

Please sign in to comment.