Displaying 1 result from an estimated 1 matches for "db8c6fd".
Did you mean:
db8c6ba
2013 Jul 03
0
[PATCH] drm/nva3/disp: Fix HDMI audio regression
...started to work too. This should probably be
sent to stable as well.
drivers/gpu/drm/nouveau/core/engine/disp/hdminva3.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/gpu/drm/nouveau/core/engine/disp/hdminva3.c b/drivers/gpu/drm/nouveau/core/engine/disp/hdminva3.c
index f065fc2..db8c6fd 100644
--- a/drivers/gpu/drm/nouveau/core/engine/disp/hdminva3.c
+++ b/drivers/gpu/drm/nouveau/core/engine/disp/hdminva3.c
@@ -55,6 +55,10 @@ nva3_hdmi_ctrl(struct nv50_disp_priv *priv, int head, int or, u32 data)
nv_wr32(priv, 0x61c510 + soff, 0x00000000);
nv_mask(priv, 0x61c500 + soff, 0x0000...