[Intel-gfx] [PATCH 2/2] drm/atomic-helper: Print an error if vblank wait times out

2016-04-18 Thread Daniel Vetter
On Mon, Apr 18, 2016 at 02:29:33PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > Vblank waits timing out is no a normal thing to happen, so let's inform > people when it happens. > > Signed-off-by: Ville Syrjälä Applied to drm-misc, let's see how much it blows u

[PATCH 2/2] drm/atomic-helper: Print an error if vblank wait times out

2016-04-18 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä Vblank waits timing out is no a normal thing to happen, so let's inform people when it happens. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_atomic_helper.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/drm_atomic_helper.c b/drivers/gpu/