Skip to content
Snippets Groups Projects
Commit fd862ed0 authored by Lyude Paul's avatar Lyude Paul
Browse files

drm/connector: Add _DRM_MODE_CONNECTOR_COUNT


In order to add rust bindings for the various DRM_MODE_CONNECTOR_* type
IDs, we need a way to know the range of defined connector types - since
each type corresponds to an actual array entry in drm_connector_enum_list.

So, let's make this easy to figure out by adding a new
_DRM_MODE_CONNECTOR_COUNT macro that always matches the number of available
connector type IDs. Also, use that macro to define the size of
drm_connector_enum_list to ensure that builds fail if someone attempts to
add a new entry to drm_connector_enum_list without updating this macro.

Signed-off-by: Lyude Paul's avatarLyude Paul <lyude@redhat.com>
parent 57f5f46d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment