Re: [Intel-gfx] [PATCH 1/4] drm/i915: WARN in case PIPECONF is already enabled

2013-09-20 Thread Paulo Zanoni
2013/9/20 Ville Syrjälä : > On Thu, Sep 19, 2013 at 05:07:26PM -0300, Paulo Zanoni wrote: >> From: Paulo Zanoni >> >> After the modeset rework this really shouldn't be happening, so >> transform it into a WARN. A stuck pipe is a bad signal and is one of >> the things that can lead to full machine

Re: [Intel-gfx] [PATCH 1/4] drm/i915: WARN in case PIPECONF is already enabled

2013-09-20 Thread Ville Syrjälä
On Thu, Sep 19, 2013 at 05:07:26PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > After the modeset rework this really shouldn't be happening, so > transform it into a WARN. A stuck pipe is a bad signal and is one of > the things that can lead to full machine hangs. > > Signed-off-by: Paulo

[Intel-gfx] [PATCH 1/4] drm/i915: WARN in case PIPECONF is already enabled

2013-09-19 Thread Paulo Zanoni
From: Paulo Zanoni After the modeset rework this really shouldn't be happening, so transform it into a WARN. A stuck pipe is a bad signal and is one of the things that can lead to full machine hangs. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/intel_display.c | 2 +- 1 file changed, 1