[PATCH 3/8] rust: drm: add driver abstractions

Maxime Ripard mripard at kernel.org
Wed Mar 26 09:05:07 UTC 2025


On Wed, Mar 26, 2025 at 12:54:30AM +0100, Danilo Krummrich wrote:
> +/// Information data for a DRM Driver.
> +pub struct DriverInfo {
> +    /// Driver major version.
> +    pub major: i32,
> +    /// Driver minor version.
> +    pub minor: i32,
> +    /// Driver patchlevel version.
> +    pub patchlevel: i32,
> +    /// Driver name.
> +    pub name: &'static CStr,
> +    /// Driver description.
> +    pub desc: &'static CStr,
> +    /// Driver date.
> +    pub date: &'static CStr,
> +}

The date was removed in 6.14

Once fixed,
Reviewed-by: Maxime Ripard <mripard at kernel.org>

Maxime
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20250326/dbc111e8/attachment.sig>


More information about the dri-devel mailing list