]> git.baikalelectronics.ru Git - kernel.git/commit
drm/irq: Make pipe unsigned and name consistent
authorThierry Reding <treding@nvidia.com>
Wed, 12 Aug 2015 15:00:31 +0000 (17:00 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 12 Aug 2015 15:39:52 +0000 (17:39 +0200)
commitf70f8fd1e7b2dbf79dd8f4d6b4363fe6b3bffd13
tree45cfd8b14c17f65a70c778b8a05a13fa2ad1ab13
parent190501e6b6b1b5fd7b639a8e8ee3365fd413b992
drm/irq: Make pipe unsigned and name consistent

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 should ever be negative.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_irq.c
include/drm/drmP.h