Re: [Intel-gfx] [PATCH 1/4] drm/i915: HSW/BDW PSR Set idle_frames = VBT + 1

2014-11-12 Thread Daniel Vetter
On Fri, Nov 07, 2014 at 03:55:15PM -0800, Rodrigo Vivi wrote: > Let's use VBT + 1 now we parse it. This patch completely lacks the justification for why we need this. Please add a short summary of our previous discussion with Art. > > v2: fix subject and consider that idle_frame = 2 is another f

[Intel-gfx] [PATCH 1/4] drm/i915: HSW/BDW PSR Set idle_frames = VBT + 1

2014-11-07 Thread Rodrigo Vivi
Let's use VBT + 1 now we parse it. v2: fix subject and consider that idle_frame = 2 is another fix. Cc: Arthur Runyan Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/intel_dp.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_dp.c b/driv