[Intel-gfx] [PATCH 01/11] drm: s/int crtc/unsigned int pipe/ straggles

2015-09-22 Thread Daniel Vetter
On Tue, Sep 15, 2015 at 09:29:41AM +0200, Thierry Reding wrote: > On Mon, Sep 14, 2015 at 10:43:42PM +0300, ville.syrjala at linux.intel.com > wrote: > > From: Ville Syrjälä > > > > Finish the recent replacement of 'int pipe' with 'unsigned int pipe' > > > > Cc: Thierry Reding > > Signed-off

[PATCH 01/11] drm: s/int crtc/unsigned int pipe/ straggles

2015-09-15 Thread Thierry Reding
On Mon, Sep 14, 2015 at 10:43:42PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > Finish the recent replacement of 'int pipe' with 'unsigned int pipe' > > Cc: Thierry Reding > Signed-off-by: Ville Syrjälä > --- > drivers/gpu/drm/drm_irq.c | 16 >

[PATCH 01/11] drm: s/int crtc/unsigned int pipe/ straggles

2015-09-14 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä Finish the recent replacement of 'int pipe' with 'unsigned int pipe' Cc: Thierry Reding Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_irq.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/drm_irq.c b/drivers/g