drm: turn DRM_MINOR_* into enum
authorDavid Herrmann <dh.herrmann@gmail.com>
Wed, 29 Jan 2014 11:31:40 +0000 (12:31 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sun, 16 Mar 2014 11:25:17 +0000 (12:25 +0100)
commitcb8a239b03608079cbfb784e9ac2f522fe846c29
tree31d5db41b6af80f0f4a9e81b07f3377acd03af0b
parentb9a0d15cc59e896dc6b6c07583157d78fcf72fbb
drm: turn DRM_MINOR_* into enum

Use enum for DRM_MINOR_* constants to avoid hard-coding the IDs.
Furthermore, add a DRM_MINOR_CNT so we can perform range-checks in
follow-ups.

This changes the IDs of the minor-types by -1, but they're not used as
indices so this is fine.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
include/drm/drmP.h