commit | cc1ef118fc099295ae6aabbacc8af94d8d8885eb | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Wed Aug 12 17:00:31 2015 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Aug 12 17:39:52 2015 +0200 |
tree | 45cfd8b14c17f65a70c778b8a05a13fa2ad1ab13 | |
parent | 7d1de851632d013023cd7c89eb8664f62e5beb2c [diff] |
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>