Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376813
b: refs/heads/master
c: b06f6a9
h: refs/heads/master
i:
  376811: 145dcd5
v: v3
  • Loading branch information
Arnd Bergmann authored and Dave Airlie committed Jun 3, 2013
1 parent eb2c415 commit 800a9dc
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1ed7fad6dbb211142cb61169d8d0bbbb049d4de1
refs/heads/master: b06f6a9d06f4b0fa38bd3e32714106d824470813
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/nouveau/core/engine/disp/dacnv50.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ nv50_dac_sense(struct nv50_disp_priv *priv, int or, u32 loadval)
const u32 doff = (or * 0x800);
int load = -EINVAL;
nv_wr32(priv, 0x61a00c + doff, 0x00100000 | loadval);
udelay(9500);
mdelay(9);
udelay(500);
nv_wr32(priv, 0x61a00c + doff, 0x80000000);
load = (nv_rd32(priv, 0x61a00c + doff) & 0x38000000) >> 27;
nv_wr32(priv, 0x61a00c + doff, 0x00000000);
Expand Down

0 comments on commit 800a9dc

Please sign in to comment.