[PATCH 7/7] drm/mode: Add user blob-creation ioctl

2015-05-11 Thread Daniel Stone
Hi, On Monday, May 11, 2015, Daniel Vetter wrote: > On Sat, May 09, 2015 at 03:52:13PM +0100, Daniel Stone wrote: > > Add an ioctl which allows users to create blob properties from supplied > > data. Currently this only supports modes, creating a drm_display_mode > from > > the userspace drm_mod

[PATCH 7/7] drm/mode: Add user blob-creation ioctl

2015-05-07 Thread Maarten Lankhorst
Op 20-04-15 om 20:22 schreef Daniel Stone: > Add an ioctl which allows users to create blob properties from supplied > data. Currently this only supports modes, creating a drm_display_mode from > the userspace drm_mode_modeinfo. > > Signed-off-by: Daniel Stone > --- > > +int drm_mode_createblob_i

[PATCH 7/7] drm/mode: Add user blob-creation ioctl

2015-04-20 Thread Daniel Stone
Add an ioctl which allows users to create blob properties from supplied data. Currently this only supports modes, creating a drm_display_mode from the userspace drm_mode_modeinfo. Signed-off-by: Daniel Stone --- drivers/gpu/drm/drm_crtc.c | 160 +++- driv