drm/i915: fix the transition minimums for gen9+ watermarks
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 4 Oct 2018 23:15:56 +0000 (16:15 -0700)
committerPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 11 Oct 2018 21:23:03 +0000 (14:23 -0700)
commit91961a850d31a05067fe53a7fe16d255a1c8a159
tree98b7628011d389e56713e4e92a7e7e63563723b3
parentef51e0a3eb9e2477b4e7c4ece9a2e3ec26e3d2d7
drm/i915: fix the transition minimums for gen9+ watermarks

The transition minimum is 14 blocks for gens 9 and 10, and 4 blocks
for gen 11. This minimum value is supposed to be added to the
configurable trans_amount. This matches both BSpec and additional
information provided by our HW engineers.

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-3-paulo.r.zanoni@intel.com
drivers/gpu/drm/i915/intel_pm.c