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

2015-05-11 Thread Daniel Vetter
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_mode_modeinfo. > > v2: Removed size/type checks. > Rebased on

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

2015-05-09 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. v2: Removed size/type checks. Rebased on new patches to allow error propagation from create_blob, as well as a