Re: [Intel-gfx] [PATCH 08/24] drm/i915: Do not add planes from intel_atomic_setup_scalers.

2015-06-15 Thread Daniel Vetter
; From: Maarten Lankhorst [mailto:maarten.lankho...@linux.intel.com] > >>> Sent: Wednesday, June 03, 2015 12:02 AM > >>> To: Konduru, Chandra; Roper, Matthew D > >>> Cc: intel-gfx@lists.freedesktop.org > >>> Subject: Re: [Intel-gfx] [PATCH 08/24] drm/i915: Do not ad

Re: [Intel-gfx] [PATCH 08/24] drm/i915: Do not add planes from intel_atomic_setup_scalers.

2015-06-08 Thread Konduru, Chandra
> -Original Message- > From: Maarten Lankhorst [mailto:maarten.lankho...@linux.intel.com] > Sent: Friday, June 05, 2015 11:39 PM > To: Konduru, Chandra; Roper, Matthew D > Cc: intel-gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH 08/24] drm/i915: Do n

Re: [Intel-gfx] [PATCH 08/24] drm/i915: Do not add planes from intel_atomic_setup_scalers.

2015-06-05 Thread Maarten Lankhorst
Op 05-06-15 om 21:05 schreef Konduru, Chandra: @@ -396,6 +377,24 @@ int intel_atomic_setup_scalers(struct >> drm_device >>> *dev, } } + /* plane not part of mask must leave hq mode? */ + if (num_scalers_need >

Re: [Intel-gfx] [PATCH 08/24] drm/i915: Do not add planes from intel_atomic_setup_scalers.

2015-06-05 Thread Konduru, Chandra
> >> @@ -396,6 +377,24 @@ int intel_atomic_setup_scalers(struct > drm_device > > *dev, > >>} > >>} > >> > >> + /* plane not part of mask must leave hq mode? */ > >> + if (num_scalers_need > 1 && scaler_state->scalers[0].in_use && > >

Re: [Intel-gfx] [PATCH 08/24] drm/i915: Do not add planes from intel_atomic_setup_scalers.

2015-06-03 Thread Maarten Lankhorst
2 AM >>> To: Konduru, Chandra; Roper, Matthew D >>> Cc: intel-gfx@lists.freedesktop.org >>> Subject: Re: [Intel-gfx] [PATCH 08/24] drm/i915: Do not add planes from >>> intel_atomic_setup_scalers. >>> >>> Op 03-06-15 om 03:52 schreef Konduru, Chandr

Re: [Intel-gfx] [PATCH 08/24] drm/i915: Do not add planes from intel_atomic_setup_scalers.

2015-06-03 Thread Matt Roper
r, Matthew D > > Cc: intel-gfx@lists.freedesktop.org > > Subject: Re: [Intel-gfx] [PATCH 08/24] drm/i915: Do not add planes from > > intel_atomic_setup_scalers. > > > > Op 03-06-15 om 03:52 schreef Konduru, Chandra: > > > > > >> -Original Message- > > &

Re: [Intel-gfx] [PATCH 08/24] drm/i915: Do not add planes from intel_atomic_setup_scalers.

2015-06-03 Thread Konduru, Chandra
> -Original Message- > From: Maarten Lankhorst [mailto:maarten.lankho...@linux.intel.com] > Sent: Wednesday, June 03, 2015 12:02 AM > To: Konduru, Chandra; Roper, Matthew D > Cc: intel-gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH 08/24] drm/i915: Do n

Re: [Intel-gfx] [PATCH 08/24] drm/i915: Do not add planes from intel_atomic_setup_scalers.

2015-06-03 Thread Maarten Lankhorst
Op 03-06-15 om 03:52 schreef Konduru, Chandra: > >> -Original Message- >> From: Roper, Matthew D >> Sent: Tuesday, June 02, 2015 6:30 PM >> To: Maarten Lankhorst >> Cc: intel-gfx@lists.freedesktop.org; Konduru, Chandra >> Subject: Re: [Intel-gfx] [P

Re: [Intel-gfx] [PATCH 08/24] drm/i915: Do not add planes from intel_atomic_setup_scalers.

2015-06-02 Thread Konduru, Chandra
> -Original Message- > From: Roper, Matthew D > Sent: Tuesday, June 02, 2015 6:30 PM > To: Maarten Lankhorst > Cc: intel-gfx@lists.freedesktop.org; Konduru, Chandra > Subject: Re: [Intel-gfx] [PATCH 08/24] drm/i915: Do not add planes from > intel_atomic_setup_scalers

Re: [Intel-gfx] [PATCH 08/24] drm/i915: Do not add planes from intel_atomic_setup_scalers.

2015-06-02 Thread Matt Roper
On Mon, Jun 01, 2015 at 03:27:11PM +0200, Maarten Lankhorst wrote: > This may postpone going to HQ mode until the plane is in the > drm_atomic_state if it's not using scaler 0, but it does allow moving > intel_atomic_setup_scalers to the crtc check function. > > Signed-off-by: Maarten Lankhorst >

[Intel-gfx] [PATCH 08/24] drm/i915: Do not add planes from intel_atomic_setup_scalers.

2015-06-01 Thread Maarten Lankhorst
This may postpone going to HQ mode until the plane is in the drm_atomic_state if it's not using scaler 0, but it does allow moving intel_atomic_setup_scalers to the crtc check function. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/intel_atomic.c | 41 ++-