Commit afb44e17 authored by Ben Skeggs's avatar Ben Skeggs Committed by Jiri Slaby

drm/gf119-/disp: fix nasty bug which can clobber SOR0's clock setup

commit 0f1d360b upstream.

Fixes a LVDS bleed issue on Lenovo W530 that can occur under a
number of circumstances.
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
parent 1b2b80af
......@@ -678,7 +678,7 @@ exec_clkcmp(struct nv50_disp_priv *priv, int head, int id,
}
if (outp == 8)
return false;
return conf;
data = exec_lookup(priv, head, outp, ctrl, dcb, &ver, &hdr, &cnt, &len, &info1);
if (data == 0x0000)
......
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