Re: [Intel-gfx] [PATCH 1/2] drm/i915/psr2: Fix max resolution supported.

2018-02-22 Thread Pandiyan, Dhinakaran
On Tue, 2018-02-13 at 16:29 -0800, Rodrigo Vivi wrote: > According to spec: > "PSR2 is supported for pipe active sizes up to > 3640 pixels wide and 2304 lines tall." > > BSpec: 7713 > > Cc: Dhinakaran Pandiyan > Signed-off-by: Rodrigo Vivi > --- > drivers/gpu/drm/i915/intel_psr.c | 6 +++--- >

[Intel-gfx] [PATCH 1/2] drm/i915/psr2: Fix max resolution supported.

2018-02-13 Thread Rodrigo Vivi
According to spec: "PSR2 is supported for pipe active sizes up to 3640 pixels wide and 2304 lines tall." BSpec: 7713 Cc: Dhinakaran Pandiyan Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/intel_psr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/dr