drm/i915: fix the watermark result selection on glk/gen10+
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 4 Oct 2018 23:15:57 +0000 (16:15 -0700)
committerPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 11 Oct 2018 21:23:03 +0000 (14:23 -0700)
commit077b5820af74507a1d748f215d6e0753616dfb3d
tree3f15717c688afe2814b003ba08b744ffa49a14bf
parent91961a850d31a05067fe53a7fe16d255a1c8a159
drm/i915: fix the watermark result selection on glk/gen10+

On these platforms we're supposed to unconditonally pick the method 2
result instead of the minimum.

Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181004231600.14101-4-paulo.r.zanoni@intel.com
drivers/gpu/drm/i915/intel_pm.c