Re: [Intel-gfx] [PATCH 3/3] drm/i915: Don't enable sprites on a disabled pipe

2013-09-13 Thread Chris Wilson
On Fri, Sep 13, 2013 at 10:54:45AM +0300, Ville Syrjälä wrote: > On Fri, Sep 13, 2013 at 10:50:02AM +0300, Ville Syrjälä wrote: > > On Fri, Sep 13, 2013 at 10:40:16AM +0300, Ville Syrjälä wrote: > > > On Thu, Sep 12, 2013 at 09:13:56PM +0100, Chris Wilson wrote: > > > > On Thu, Sep 12, 2013 at 10:4

Re: [Intel-gfx] [PATCH 3/3] drm/i915: Don't enable sprites on a disabled pipe

2013-09-13 Thread Ville Syrjälä
On Fri, Sep 13, 2013 at 10:50:02AM +0300, Ville Syrjälä wrote: > On Fri, Sep 13, 2013 at 10:40:16AM +0300, Ville Syrjälä wrote: > > On Thu, Sep 12, 2013 at 09:13:56PM +0100, Chris Wilson wrote: > > > On Thu, Sep 12, 2013 at 10:45:43PM +0300, ville.syrj...@linux.intel.com > > > wrote: > > > > From:

Re: [Intel-gfx] [PATCH 3/3] drm/i915: Don't enable sprites on a disabled pipe

2013-09-13 Thread Ville Syrjälä
On Fri, Sep 13, 2013 at 10:40:16AM +0300, Ville Syrjälä wrote: > On Thu, Sep 12, 2013 at 09:13:56PM +0100, Chris Wilson wrote: > > On Thu, Sep 12, 2013 at 10:45:43PM +0300, ville.syrj...@linux.intel.com > > wrote: > > > From: Ville Syrjälä > > > > > > On HSW enabling a plane on a disabled pipe m

Re: [Intel-gfx] [PATCH 3/3] drm/i915: Don't enable sprites on a disabled pipe

2013-09-13 Thread Ville Syrjälä
On Thu, Sep 12, 2013 at 09:13:56PM +0100, Chris Wilson wrote: > On Thu, Sep 12, 2013 at 10:45:43PM +0300, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > On HSW enabling a plane on a disabled pipe may hang the entire system. > > And there's no good reason for doing it ever, s

Re: [Intel-gfx] [PATCH 3/3] drm/i915: Don't enable sprites on a disabled pipe

2013-09-12 Thread Chris Wilson
On Thu, Sep 12, 2013 at 10:45:43PM +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > On HSW enabling a plane on a disabled pipe may hang the entire system. > And there's no good reason for doing it ever, so just don't. > > Cc: sta...@vger.kernel.org > Signed-off-by: Ville Syr

[Intel-gfx] [PATCH 3/3] drm/i915: Don't enable sprites on a disabled pipe

2013-09-12 Thread ville . syrjala
From: Ville Syrjälä On HSW enabling a plane on a disabled pipe may hang the entire system. And there's no good reason for doing it ever, so just don't. Cc: sta...@vger.kernel.org Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_sprite.c | 4 ++-- 1 file changed, 2 insertions(+), 2 d