]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
UBUNTU: SAUCE: i915_bpo: Silence the warning about watermark entries not changing
authorTimo Aaltonen <timo.aaltonen@canonical.com>
Wed, 10 May 2017 07:22:38 +0000 (10:22 +0300)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Fri, 12 May 2017 19:40:42 +0000 (16:40 -0300)
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: Timo Aaltonen <timo.aaltonen@canonical.com>
Acked-by: Seth Forshee <seth.forshee@canonical.com>
Acked-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
ubuntu/i915/intel_pm.c

index 320d8e647b166935302b53c7bd13abc4cebaccd8..c813330dedf06e2e9d202f40ecfdfdadab46d53e 100644 (file)
@@ -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;