Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282619
b: refs/heads/master
c: 091e40c
h: refs/heads/master
i:
  282617: e0d9d10
  282615: 12e4356
v: v3
  • Loading branch information
Ben Skeggs committed Dec 21, 2011
1 parent 1a8da4e commit 54bd915
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 27517ddbdcc59ab43ed18d7bbe53680d428bbd20
refs/heads/master: 091e40cd9529968bacbbb18fc05d6dea65421a5b
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nvd0_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,9 @@ nvd0_hdmi_mode_set(struct drm_encoder *encoder, struct drm_display_mode *mode)
nv_mask(dev, 0x616798 + head, 0x401f007f, 0x40000000 | rekey |
max_ac_packet << 16);

/* NFI, audio doesn't work without it though.. */
nv_mask(dev, 0x616548 + head, 0x00000070, 0x00000000);

nvd0_audio_mode_set(encoder, mode);
}

Expand Down

0 comments on commit 54bd915

Please sign in to comment.