[PATCH 04/13] drm/imx: Make pipe number unsigned

2015-08-13 Thread Thierry Reding
On Wed, Aug 12, 2015 at 05:24:34PM +0200, Daniel Vetter wrote: > On Wed, Aug 12, 2015 at 05:00:26PM +0200, Thierry Reding wrote: > > From: Thierry Reding > > > > There's no reason whatsoever why this should ever be negative. > > > > Cc: Philipp Zabel > > Acked-by: Philipp Zabel > >

[PATCH 04/13] drm/imx: Make pipe number unsigned

2015-08-12 Thread Daniel Vetter
On Wed, Aug 12, 2015 at 05:00:26PM +0200, Thierry Reding wrote: > From: Thierry Reding > > There's no reason whatsoever why this should ever be negative. > > Cc: Philipp Zabel > Acked-by: Philipp Zabel > Signed-off-by: Thierry Reding Just kill it and replace with drm_crtc_index. Using that

[PATCH 04/13] drm/imx: Make pipe number unsigned

2015-08-12 Thread Thierry Reding
From: Thierry Reding There's no reason whatsoever why this should ever be negative. Cc: Philipp Zabel Acked-by: Philipp Zabel Signed-off-by: Thierry Reding --- drivers/gpu/drm/imx/imx-drm-core.c | 4 ++-- drivers/gpu/drm/imx/imx-drm.h | 2 +- 2 files changed, 3

[PATCH 04/13] drm/imx: Make pipe number unsigned

2014-12-16 Thread Philipp Zabel
Am Dienstag, den 16.12.2014, 17:53 +0100 schrieb Thierry Reding: > From: Thierry Reding > > There's no reason whatsoever why this should ever be negative. > > Cc: Philipp Zabel > Signed-off-by: Thierry Reding Acked-by: Philipp Zabel thanks Philipp

[PATCH 04/13] drm/imx: Make pipe number unsigned

2014-12-16 Thread Thierry Reding
From: Thierry Reding There's no reason whatsoever why this should ever be negative. Cc: Philipp Zabel Signed-off-by: Thierry Reding --- drivers/gpu/drm/imx/imx-drm-core.c | 4 ++-- drivers/gpu/drm/imx/imx-drm.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)