[Intel-gfx] [PATCH] drm: Avoid printing negative values for unsigned variables.

2016-08-04 Thread Daniel Vetter
On Wed, Aug 03, 2016 at 10:04:36PM +0300, Ville Syrjälä wrote: > On Wed, Aug 03, 2016 at 09:53:46AM -0700, Rodrigo Vivi wrote: > > It was really strange to see negative vblank seqs on debug > > messages. It is rare to have that big number, but when it > > happens it is confusing and misleading.

[Intel-gfx] [PATCH] drm: Avoid printing negative values for unsigned variables.

2016-08-03 Thread Ville Syrjälä
On Wed, Aug 03, 2016 at 09:53:46AM -0700, Rodrigo Vivi wrote: > It was really strange to see negative vblank seqs on debug > messages. It is rare to have that big number, but when it > happens it is confusing and misleading. > > Signed-off-by: Rodrigo Vivi Reviewed-by: Ville Syrjälä > --- >

[PATCH] drm: Avoid printing negative values for unsigned variables.

2016-08-03 Thread Rodrigo Vivi
It was really strange to see negative vblank seqs on debug messages. It is rare to have that big number, but when it happens it is confusing and misleading. Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/drm_irq.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git