Re: [Intel-gfx] [PATCH 2/2] drm/i915/skl+: Pipe scaling not supported in IF-ID Interlace mode

2017-06-29 Thread Mahesh Kumar
Hi, On Thursday 29 June 2017 07:46 PM, Ville Syrjälä wrote: On Thu, Jun 29, 2017 at 02:27:40PM +0530, Mahesh Kumar wrote: GEN9+ Interlace fetch mode doesn't support pipe scaling, This patch adds check to fail the flip if pipe scaling is requested in Interlace fetch mode. Signed-off-by:

Re: [Intel-gfx] [PATCH 2/2] drm/i915/skl+: Pipe scaling not supported in IF-ID Interlace mode

2017-06-29 Thread Ville Syrjälä
On Thu, Jun 29, 2017 at 02:27:40PM +0530, Mahesh Kumar wrote: > GEN9+ Interlace fetch mode doesn't support pipe scaling, > This patch adds check to fail the flip if pipe scaling is requested in > Interlace fetch mode. > > Signed-off-by: Mahesh Kumar > --- >

[Intel-gfx] [PATCH 2/2] drm/i915/skl+: Pipe scaling not supported in IF-ID Interlace mode

2017-06-29 Thread Mahesh Kumar
GEN9+ Interlace fetch mode doesn't support pipe scaling, This patch adds check to fail the flip if pipe scaling is requested in Interlace fetch mode. Signed-off-by: Mahesh Kumar --- drivers/gpu/drm/i915/intel_atomic.c | 8 1 file changed, 8 insertions(+) diff