Re: [PATCH 1/2] drm: remove DRM_MINOR_CONTROL

2022-10-25 Thread Christian König
Am 25.10.22 um 15:59 schrieb Michał Winiarski: On Tue, Oct 11, 2022 at 01:55:01PM +0200, Christian König wrote: Am 11.10.22 um 13:39 schrieb Simon Ser: On Tuesday, October 11th, 2022 at 13:04, Christian König wrote: --- a/include/drm/drm_file.h +++ b/include/drm/drm_file.h @@ -54,7 +54,6 @@

Re: [PATCH 1/2] drm: remove DRM_MINOR_CONTROL

2022-10-25 Thread Michał Winiarski
On Tue, Oct 11, 2022 at 01:55:01PM +0200, Christian König wrote: > Am 11.10.22 um 13:39 schrieb Simon Ser: > > On Tuesday, October 11th, 2022 at 13:04, Christian König > > wrote: > > > > > --- a/include/drm/drm_file.h > > > +++ b/include/drm/drm_file.h > > > @@ -54,7 +54,6 @@ struct file; > > >

Re: [PATCH 1/2] drm: remove DRM_MINOR_CONTROL

2022-10-11 Thread Christian König
Am 11.10.22 um 13:39 schrieb Simon Ser: On Tuesday, October 11th, 2022 at 13:04, Christian König 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_MINO

Re: [PATCH 1/2] drm: remove DRM_MINOR_CONTROL

2022-10-11 Thread Simon Ser
On Tuesday, October 11th, 2022 at 13:04, Christian König 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 unco

[PATCH 1/2] drm: remove DRM_MINOR_CONTROL

2022-10-11 Thread Christian König
Not used any more. This makes room for up to 128 DRM devices. Signed-off-by: Christian König --- drivers/gpu/drm/drm_drv.c | 4 ++-- include/drm/drm_file.h| 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/drm_drv.c b/drivers/gpu/drm/drm_drv.c index 8214a0b