From: Rodrigo Vivi Date: Tue, 7 Jul 2015 23:28:55 +0000 (-0700) Subject: drm/i915: PSR: Increase idle_frames X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97173eaf5f33b1e85efdb06d593d333480b60bf3;p=pandora-kernel.git drm/i915: PSR: Increase idle_frames Idle frames the number of identical frames needed before panel can enter PSR. There are some panels that requires up to minimum of 4 idle frames available on the market. For these cases usually VBT should be used to configure the number of idle frames, but unfortunately this isn't always true and VBT isn't being set at all. Let's trust VBT when it is set + 1 and use minimum of 4 + 1 when VBT isn't set. "+1" covers the "of-by-one" case. Signed-off-by: Rodrigo Vivi Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed