]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gen9: fix the WM memory bandwidth WA for Y tiling cases
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Tue, 8 Nov 2016 20:22:11 +0000 (18:22 -0200)
committerPaulo Zanoni <paulo.r.zanoni@intel.com>
Mon, 14 Nov 2016 15:20:22 +0000 (13:20 -0200)
commitbaec1b40de351adabf71dd5b6f5617e0319d6fb2
tree9922dd59e409dd73eee43e3a845d790a1fb670ce
parent2fd4683717040558ae076f4a3cda8ffdf1261f69
drm/i915/gen9: fix the WM memory bandwidth WA for Y tiling cases

The previous spec version said "double Ytile planes minimum lines",
and I interpreted this as referring to what the spec calls "Y tile
minimum", but in fact it was referring to what the spec calls "Minimum
Scanlines for Y tile". I noticed that Mahesh Kumar had a different
interpretation, so I sent and email to the spec authors and got
clarification on the correct meaning. Also, BSpec was updated and
should be clear now.

Fixes: a8c17c4140a6 ("drm/i915/gen9: unconditionally apply the memory bandwidth WA")
Cc: stable@vger.kernel.org
Cc: Mahesh Kumar <mahesh1.kumar@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1478636531-6081-1-git-send-email-paulo.r.zanoni@intel.com
drivers/gpu/drm/i915/intel_pm.c