Skip to content

Commit

Permalink
drm/irq: Make pipe unsigned and name consistent
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
  • Loading branch information
thierryreding authored and danvet committed Aug 12, 2015
1 parent 7d1de85 commit cc1ef11
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 173 deletions.
Loading

0 comments on commit cc1ef11

Please sign in to comment.