Commit aecb4054 authored by Timo Aaltonen's avatar Timo Aaltonen Committed by Thadeu Lima de Souza Cascardo

UBUNTU: SAUCE: i915_bpo: Silence the warning about watermark entries not changing

BugLink: http://bugs.launchpad.net/bugs/1580272

This will have to do for v4.4, backporting everything from v4.8.6 is just
not feasible.
Signed-off-by: default avatarTimo Aaltonen <timo.aaltonen@canonical.com>
Acked-by: default avatarSeth Forshee <seth.forshee@canonical.com>
Acked-by: default avatarKamal Mostafa <kamal@canonical.com>
Signed-off-by: default avatarThadeu Lima de Souza Cascardo <cascardo@canonical.com>
parent 46d9c079
......@@ -3672,7 +3672,7 @@ static void skl_update_other_pipe_wm(struct drm_device *dev,
* because it was really needed, so we expect the WM values to
* be different.
*/
WARN_ON(!wm_changed);
// WARN_ON(!wm_changed);
skl_compute_wm_results(dev, &pipe_wm, r, intel_crtc);
r->dirty[intel_crtc->pipe] = true;
......
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