[PATCH 09/13] drm/irq: Make pipe unsigned and name consistent

2015-10-30 Thread Ilia Mirkin
On Wed, Aug 12, 2015 at 11:32 AM, Daniel Vetter wrote: > On Wed, Aug 12, 2015 at 05:00:31PM +0200, Thierry Reding wrote: >> From: Thierry Reding >> >> Name all references to the pipe number (CRTC index) consistently to make >> it easier to distinguish which is a pipe number and which is a pointer

[PATCH 09/13] drm/irq: Make pipe unsigned and name consistent

2015-08-12 Thread Daniel Vetter
On Wed, Aug 12, 2015 at 05:00:31PM +0200, Thierry Reding wrote: > From: Thierry Reding > > Name all references to the pipe number (CRTC index) consistently to make > it easier to distinguish which is a pipe number and which is a pointer > to struct drm_crtc. > > While at it also make all referen

[PATCH 09/13] drm/irq: Make pipe unsigned and name consistent

2015-08-12 Thread Thierry Reding
From: Thierry Reding Name all references to the pipe number (CRTC index) consistently to make it easier to distinguish which is a pipe number and which is a pointer to struct drm_crtc. While at it also make all references to the pipe number unsigned because there is no longer any reason why it s

[PATCH 09/13] drm/irq: Make pipe unsigned and name consistent

2014-12-16 Thread Daniel Vetter
On Tue, Dec 16, 2014 at 05:53:31PM +0100, Thierry Reding wrote: > -void drm_wait_one_vblank(struct drm_device *dev, int crtc) > +void drm_wait_one_vblank(struct drm_device *dev, unsigned int pipe) > { > + struct drm_vblank_crtc *vblank = &dev->vblank[pipe]; > int ret; > u32 last; >

[PATCH 09/13] drm/irq: Make pipe unsigned and name consistent

2014-12-16 Thread Thierry Reding
From: Thierry Reding Name all references to the pipe number (CRTC index) consistently to make it easier to distinguish which is a pipe number and which is a pointer to struct drm_crtc. While at it also make all references to the pipe number unsigned because there is no longer any reason why it s