[PATCH 3/3] drm: Kill user_modes list and the associated ioctls

2013-04-25 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? There is no way to use modes added to the user_modes list. We never look at the contents of said list in the kernel, and the only operations userspace can do are attach and detach. So the only "benefit" of this interface is wasting kernel memory. Fortunately it seems no real

[PATCH 3/3] drm: Kill user_modes list and the associated ioctls

2013-04-25 Thread Daniel Vetter
On Thu, Apr 25, 2013 at 7:09 PM, wrote: > From: Ville Syrj?l? > > There is no way to use modes added to the user_modes list. We never > look at the contents of said list in the kernel, and the only operations > userspace can do are attach and detach. So the only "benefit" of this > interface is

Re: [PATCH 3/3] drm: Kill user_modes list and the associated ioctls

2013-04-25 Thread Daniel Vetter
On Thu, Apr 25, 2013 at 7:09 PM, wrote: > From: Ville Syrjälä > > There is no way to use modes added to the user_modes list. We never > look at the contents of said list in the kernel, and the only operations > userspace can do are attach and detach. So the only "benefit" of this > interface is

[PATCH 3/3] drm: Kill user_modes list and the associated ioctls

2013-04-25 Thread ville . syrjala
From: Ville Syrjälä There is no way to use modes added to the user_modes list. We never look at the contents of said list in the kernel, and the only operations userspace can do are attach and detach. So the only "benefit" of this interface is wasting kernel memory. Fortunately it seems no real