drm/i915/gen9: implement missing case for SKL watermarks calculation
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 22 Sep 2016 21:00:34 +0000 (18:00 -0300)
committerPaulo Zanoni <paulo.r.zanoni@intel.com>
Mon, 26 Sep 2016 19:54:52 +0000 (16:54 -0300)
commitf1db3eafe5a2ad39caa8315f9b5403759e0c5520
tree1696f635c0cfdf279bbe75450694d57f6d9eff2f
parent75676ed423a6acf9e2b1df52fbc036a51e11fb7a
drm/i915/gen9: implement missing case for SKL watermarks calculation

This should affect linear and X tiled planes on really small htotal
cases. It doesn't seem to be a very feasible case, but let's implement
it since it's on the specification and it's better to have it and
never need than not have it and realize we needed it.

Reviewed-by: Lyude <cpaul@redhat.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1474578035-424-9-git-send-email-paulo.r.zanoni@intel.com
drivers/gpu/drm/i915/intel_pm.c