Smithay / drm-rs

A low-level abstraction of the Direct Rendering Manager API
MIT License
79 stars 53 forks source link

Add `(major, minor, patchlevel)` to `Driver` `get_version()` probe #201

Closed MarijnS95 closed 1 month ago

MarijnS95 commented 2 months ago

struct drm_version contains actual version fields, beyond the strings for the driver name, deveice description and date string. Add a tuple field for this to struct Driver.