[PATCH 1/2] drm: remove DRM_MINOR_CONTROL
Simon Ser
contact at emersion.fr
Tue Oct 11 11:39:30 UTC 2022
On Tuesday, October 11th, 2022 at 13:04, Christian König <ckoenig.leichtzumerken at gmail.com> wrote:
> --- a/include/drm/drm_file.h
> +++ b/include/drm/drm_file.h
> @@ -54,7 +54,6 @@ struct file;
> */
> enum drm_minor_type {
> DRM_MINOR_PRIMARY,
> - DRM_MINOR_CONTROL,
> DRM_MINOR_RENDER,
> };
This makes me uncomfortable: this enum no longer matches DRM_NODE_* in
libdrm.
More information about the dri-devel
mailing list